looping function roblox lua code example
Example: repeating loop roblox
while true do
-- Your script here
-- Every loop needs a wait increment, or your game might crash
wait(1)
end
while true do
-- Your script here
-- Every loop needs a wait increment, or your game might crash
wait(1)
end