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

How to tween player's character?

Asked by 6 years ago

without killing them. Using Position kills them.

2 answers

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

You can move the Torso (Or UpperTorso) to move the character, or use Character:MoveTo(VectorPos)

0
If this is the answer you were looking for please upvote me! AyeeAndrxw 35 — 6y
0
It was not, that teleports the player very briefly, and does not tween them, so it does not answer my question. SebbyTheGODKid 198 — 6y
Ad
Log in to vote
-1
Answered by 6 years ago

according to roblox wiki it is this

bool TweenPosition (
    UDim2 endPosition,
    EasingDirection easingDirection = Out,
    EasingStyle easingStyle = Quad,
    float time = 1,
    bool override = false,
    function(TweenStatus) callback = nil
)
0
That's not helpful at all. SebbyTheGODKid 198 — 6y
0
That's for GUIs. :| TheeDeathCaster 2368 — 6y

Answer this question