Hello, im developing a game using dinosaurs but as soon as i add a humanoid nothing works. Animations only work when ive got no humanoid in the rig.
- What do you want to achieve? Keep it simple and clear!
Make a dinosaur npc with animations
- What is the issue? Include screenshots / videos if possible!
whatever i do animations will only work if theres no humanoid in the model. It works fine with animation controller but as soon as i add a humanoid it breaks. I need a humanoid for hipheight and damage dealing.
- What solutions have you tried so far? Did you look for solutions on the
Creator Hub?
-Confirmed the animation works correctly in the Animation Editor
-Used print statements to confirm the animation was “playing” it said it was but it wasnt
- Played the animation using Animator:LoadAnimation() and :Play()
- Tried using
Humanoidwith anAnimatorinside - Tried using
AnimationControllerwith anAnimatorinside
-tried only using animationcontroller → works → readding humanoid → doesnt work.
-Tested both server-side and local scripts - Tried using the character as a starter character
-Tried replacing animations in the Animate script with mine
-Verified that the Humanoid had no other scripts interfering
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!