Rewrite website to clarify PlayerAPI.SetVelocity only works on local player
Uzer Tekton
The description on the website "if called on local player..." suggests that it could be called on remote players. However testing in-game shows that it cannot apply velocity to remote player (nothing will happen).
The website should be reworded to make it clear, that:
- As a matter of principle (of network ownership), the player movement/position cannot be controlled by anyone other than themselves.
- Set Velocity can only be called by the local player, similar to TeleportTo.
(This was pointed out by L.E.G.O.S. and then subsequent experiments confirmed that it doesn't work for remote players.)
Log In