How Do I Create Custom Swimming Idle and Moving Swimming In Studio?

I have no idea how or where to begin. I have already made 2 custom animations but how do I get them to actually play when entering water? I have a game full of custom R6 Animations and I don’t believe that I can change swimming. Can anyone tell me what I do?

1 Like

You have to edit the core scripts and animation id’s. Go in studio, hit play, check StarterPlayerScripts and StarterPlayerCharacter for the movement core scripts. You can copy and paste them into your studio session (copy them, hit stop, paste them into the same service you got them from) and you can edit the animation id’s for all forms of movement. These will override the core scripts that get copied at runtime. You will find some id’s under one of the scripts and you will find a second set of id’s in one of the module scripts.