Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I tween teleport the Player?

Asked by
p0vd 207 Moderation Voter
5 years ago

So I was wondering on how I would instead of just static teleporting the Player's Torso to a certain position, it would be smooth.

This is what I'm avoiding:

game.Players.LocalPlayer.Character:WaitForChild("Torso").Position = Vector3.new(workspace.Part)
0
Also you should .Position = workspace.Part.Position instead GGRBXLuaGG 417 — 5y
0
the thing is i used tween serviced and the player's torso waas going crazy p0vd 207 — 5y
0
There is a result online for tweening models, refer to that, I won't search it up for you though, use it on the player (Big Iq mind) greatneil80 2647 — 5y
0
Don't use position, you have to use CFrame on the player's HumanoidRootPart Spjureeedd 385 — 5y

Answer this question