R15 Animate Script, best way to update it?

I am currently working on a project which requires me to change the animations of a player after a certain event, however as far as I know changing the animation ID like you would with the R6 Animate script doesn’t work the same as the R15 one.

I’ve also tried ApplyDescription() with animation IDs, however no luck. What would be the best way to update animations which doesn’t require the character to respawn?

1 Like

You have to remove their animate client and add the R6 one, as well as stop all animations from playing.

Why would I need to use the R6 script on R15 rigs, wouldn’t that just break it and restrict some features?

No you have to remove the R6 animate script, add the R15 script and before that remove all currently playing animations.

Else if that not works I suggest to ‘Refresh’ the player, it is basically just respawning, but you set their position as well.