• Move player to vector?
    2 replies, posted
Hello, long story ( XD ) but I can't find a Wiki page for teleport. I just need it so that when the function is called, it will teleport the user to a certain vector. Cheers.
It must be called server-side, and it is possible to get players stuck using this command. Make sure you move them to a valid location. [lua]Player:SetPos( Vector( 0, 0, 0 ) );[/lua]
Thankyou
Sorry, you need to Log In to post a reply to this thread.