02.05.2024, 11:50
Set the event script execution mode to "Last instance only" and add this code:
Code:
if #result == 0 then
return
end
while true do
for _, text in ipairs(result) do
grp.update('5/6/3', text)
os.sleep(2)
end
end