something like this but actually working
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.