How would i set the player's position to the back of a part

something like this but actually working
image
hum is the player.
i’m trying to teleport the player out of the camera’s view.

You would probably have to use a Vector3 Value, like this:
hum:MoveTo(camerapart.Position + Vector3.new(0,0,-5))

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.