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

Can I Re-animate player?

Asked by
yup3600 10
10 years ago

I made a script that only works if the Characters 'Animate' script if temporarily disabled. I did this like this:

char.Animate.Disabled = true
wait(0.5)
Gianthead()
wait(0.5)
char.Animate.Disabled = false

I all works fine except the player does not re-animate. Instead the player's arms and legs do not move and the player simply glides along.

Is it possible to re-animate the player? Or do I need to find a better way?

0
*The whole script is too big to post on this thread but the Gianthead() function simply makes the players head 3x larger, while the player is anchored from the Torso. yup3600 10 — 10y

1 answer

Log in to vote
0
Answered by 10 years ago

You need to find a better way, sorry.

0
Cool thanks for the help xD yup3600 10 — 10y
Ad

Answer this question