Hello, I have made the following code, and it works:
PartPosition = game.Workspace.Part.Position wait(3) game.Workspace.Player.Torso.Position = PartPosition
I did that so it moves the torso, but in doing that I thought it would move the rest as well. How can I teleport a player somewhere without killing them? Thanks! Happy Thanksgiving!