Please help me fix my problem

I made a custom running animation.
How to make it independent of the character’s speed???

1 Like

Please, before writing a post under #help-and-feedback:scripting-support, read the pinned post, follow proper format:

As you have not provided any code, and your post lacks information and proper formatting, it will be more difficult to help.

Each Player has their own copy of a Script to play and manage animations. This will require editing the source code, or making a custom animator.

If you are new to scripting, please seek out the Roblox Creator Documentation.

1 Like

There are multiple ways to handle this. Here are a couple ideas to get you started:

Use a node that is always running that you can attach the animation to.
You can animate the node to have it move at the same speed as the character.

Use the “Event Tick” function to play the animation.
You can use the speed of the character to determine if the animation is playing.