Answers for "repeating loop roblox"

Lua
7

repeating loop roblox

while true do
	-- Your script here
    -- Every loop needs a wait increment, or your game might crash
    wait(1) 
end
Posted by: Guest on April-15-2020

Browse Popular Code Answers by Language