#How to move the ball to a different person
14 messages · Page 1 of 1 (latest)
get the closest humanoid and change the vector force/velocity or whatever you're using to go in the direction of the second player
bruh there is a thing called Test Servers
because one of ur scripts does not have a task.wait() inside of a while true loop
u know u can just do this lua while true do if smth then -- handles a event or update smth end task.wait(1) end
really task is better and its .2ms more accurate
I'm not talking about the functionality of task.wait() and wait()
task.wait() is better
, but you're saying he doesn't have a yield period in the while loop
when he does