I made a frog model with idle and walking animations. I want it to walk a few steps in a random direction, wait for a few seconds for an idle animation, then walk for a few steps again.
I just need help understanding the best approach for this. I dont know if tweenservice is best for this case or moveTo, and I also dont know how to stop it from going past a border or stop from phasing through the ground.
as you can see I suck at whatever I was tyring to do and need help on the best way to make it work.
Probably your best bet is to make a root part that is not animated and insert a Humanoid (didn’t see your rig setup so you might’ve done this already), that way, you can do custom rigging and animations, but also have access to HipHeight (would fix your issue) and easier walking functions like MoveTo. If you set up the rig correctly you can do this with minimal scripting.