local _code = [[ Citizen.CreateThread(function() local dui = CreateDui("https://w...content-available-to-author-only...e.com/watch?v=dQw4w9WgXcQ", 1920, 1080) local duiHandle = GetDuiHandle(dui) CreateRuntimeTextureFromDuiHandle(CreateRuntimeTxd('rick'), 'nevergonnagiveuup', duiHandle) while true do Wait(0) DrawSprite('rick', 'nevergonnagiveuup', 0.5, 0.5, 1.0, 1.0, 0, 255, 255, 255, 255) end end) ]] for match in string.gmatch(_code, "CreateRuntimeTxd%(.-%)") do print(match) end