Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make repeat this every time ?

Asked by
Bulvyte 388 Moderation Voter
8 years ago

How you do it ? I WANT TO MAKE IT UNSTOPPABLE I WANT TO MAKE DIS DO IT 99999999999999999999999999999999999999 TIMES

while true do
    script.Parent.Enabled = false
    wait(2)
    script.Parent.Enabled = true
    repeat
end
end

Answer this question