How to teleport a player to an exact position

just do this

game.Players.LocalPlayer.Character:MoveTo(teleportPart.Position)

as @PapaBreadd said

18 Likes

Ok I’ll need to get on my laptop to try this myself. Let me think of what the solution would be until then.

2 Likes

Can’t you not move anything in the Players service since that’s not on the workspace? Also isn’t this running on the client? That would mean other players won’t see the player teleport there.

2 Likes

the game is single player so it doesn’t matter

2 Likes

LOL, quick question. how can the hackers teleport in the game then?

3 Likes

I don’t see why you need to be laughing, that isn’t solving anything.

3 Likes

wait oddly the problem fixed I copied and pasted it on the script like I always did but it worked this time

3 Likes

Can you please say what you copied and pasted?
Edit: nvm

You should mark whoever solved your problem, in this case, I believe it is @BankrollAbd, with the Solution button so anyone else with the same problem that you have can easily fix it themselves.

4 Likes