im using an animation made in blender imported to roblox with priority set to action its only meant to play once and not loop, all the parts in the rig are unanchored except for the HumanoidRootPart
In play testing I ran a script via server and within testing it, I inserted an animation instance in the robot3 instance, then inserted an animator instance in the animation controller already inside the robot3, put my animation ID in it, then did this:
game.Workspace.receptionRoom.robot3.AnimationController.Animator:LoadAnimation(game.Workspace.receptionRoom.robot3.Animation):Play()
I tried unanchoring the root part but no change was made and animation wouldn’t play when I ran the code.
If you need any additional data please ask me and I’ll attempt to provide it
Thanks!
Looking for answers everywhere dw and If I find it I’ll reply to this thread
No errors, in the output it was gray text so it ran fine, the robot just didnt do the animation. (u can kinda see a snippet in the output where there’s gray text to show I ran it in the command bar)
In animation editor, it looked just fine playing the animation like its supposed to, just trying to implement it via code is not functioning