How to prevent the player from playing the idle animation

What the title says. I want to stop the idle animation from playing.

You’d want to access the animate script which is placed into every player and remove the ID for the idle animation

2 Likes

When I replicate the animate script and put it into the StarterCharacterScripts, should I delete all of it’s descendants or leave some or all?

1 Like

You’d just want to leave the IDs blank incase you change your mind or want to replace some animations later

2 Likes