I am trying to make a wolf rp game and I made some morphs just need help scripting the walk on them? How would I?
Are these morphs using humanoids? If so, the walking, jumping, etc. is already built in and you just have to animate them. I recommend using this plugin as it works very well at rigging your character for animation. To change the default animations, copy and paste the default Roblox “animate” script (test your game and copy and paste the local script in your character at workspace.YOURUSERNAME.Animate
) and change the values inside.
They are not there unions and parts. Also, I do not want to use plugins.
You need to build the character’s parts in either R6 or R15 and use a plugin to rid it. Then you need to animate it, unless you want to use the default one which might look a bit weird.
Plugins are helpful tools specifically for studio, and rigging it by hand really isn’t going to happen. Plus roblox’s animation plugin is already in your studio.
Well, the easiest option would be to insert a humanoid into the model (make sure to set a humanoidrootpart!) unless you want to use a custom humanoid system (not sure why you would in this case…) Like @Lua_Basics said, your not going to be able to animate the model without rigging it and it’s extremely hard and wasteful to do that manually.
Alright thank you! I guess I will have to do that.