while script.Parent.Parent.char.Throttle == 1 do wait() print ("throttle is 1") 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