1 | while script.Parent.Parent.char.Throttle = = 1 do |
2 | wait() |
3 | print ( "throttle is 1" ) |
4 | end |
No errors, I did WaitForChild and it said it would just wait for infinite.
~~~~~~~~~~~~~~~~~while wait() do if script.Parent.Throttle ~= 0 then print("1") end end
~~~~~~~~~~~~~~~~~
My friend helped me with this