Making an FPS game and my reloading animation won’t work right, below is what it should look like
Then this is what ends up happening when i trigger it
Any tips on how to fix it?
Making an FPS game and my reloading animation won’t work right, below is what it should look like
Then this is what ends up happening when i trigger it
Any tips on how to fix it?
Click on workspace and disable AnimationWeight
I disabled it and the issue is still there
Is the arm welded to the handle of the gun? (or vice versa)
No, all the welds are in the gun itself, i deleted all the welds and rewelded and it still has the issue, here is what it looks like 3rd person.
theres a few issues with roblox’s animation system.
a.) for some reason all EasingDirections will be inverted ingame (in the animation editor it will Player Cubic,Out but ingame it will Play Cubic,In i’m not sure if this is the case but it seems to work if I invert it)
and b.) you need to replace the characters ToolGrip weld with a motor6D weld so it can be animated, this can be done via a script.