Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

loop roblox studio

while wait() do
	print("Looping...") -- This Will Loop
  	wait() -- Make Sure The Script Doesnt Crash
end)
-- Another Method 
while true do
	print("Looping...") -- This Will Loop
	wait() -- Make Sure The Script Doesnt Crash
end)
 
PREVIOUS NEXT
Tagged: #loop #roblox #studio
ADD COMMENT
Topic
Name
1+8 =