I’m am so confused… I’ve been trying to animate this one model for a very long time and I’m at a point where i don’t know what to do so I’ve come here
I’m trying to animate a carriage
I need the HRP to be animatable but whenever I put it in the roblox animation system it only lets me move the unions. (the unions wont even move they snap back to the same place as before)
I know the unions can’t move due to the weld in the HRP but I don’t even know what to do. I have a few scripts inside that play a tween on the wheel but I genuinely don’t know what to do.
All I want is a simple HRP that I can move and animate that the entire carriage will move with but will still allow the wheels to tween.
I don’t think the humanoidrootpart is animatable, so maybe you’ll have to make a different part with all of the welds, and then weld that part on the hrp. (When I mean weld, I mean with the motor6Ds.)
You can download the file instead of looking at the image.
Animate = Model with invisible parts that are animated with a [ROOT].
Welds = Model with visible parts that are welded to the parts inside the Animate model.
Wheels = a model that combines Animate and Welds models into one model.
I have done this but for some reason it will not let me move the hrp at all or even add it to the animation. Whenever I use one of the unions as a makeshift for the hrp it lets me add it to the animation but I try and move it and it slides right back to where it was.