Hello! I am trying to make a custom character for my game but whenever my character climbs his animation keeps starting then stopping on a loop and he barely climbs up? Can anyone help?
As this is scripting support please show us your script.
It is a little difficult to help you without one.
There is no code. I just changed the animations and it somehow doesn’t climb (using Roblox animation script.
What is the animation’s Priority
? That could be the issue.
whats a animation priority? Im kind of new
Show a picture of the character. That will help.
also put this in #help-and-feedback:game-design-support
The animation or shape of the character is probably causing the glitch, since a lot of this is spherical and spheres don’t do well when climbing in Roblox. Try having no climbing animation to see if it was the animation that stopped it, if that doesn’t work, it’s the character.
then its the character. Any way i can fix this without having to fully rerig the character
You could scale down some of the parts, or maybe change some of the parts to be square or cylinders.
I changed every part that’s not a union to square and it still doesn’t work. Are there any requirements for a rig to climb?