Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

repeating loop roblox

while true do
	-- Your script here
    -- Every loop needs a wait increment, or your game might crash
    wait(1) 
end
 
PREVIOUS NEXT
Tagged: #repeating #loop #roblox
ADD COMMENT
Topic
Name
9+8 =