-
What do you want to achieve? Keep it simple and clear!
Im trying to make this animation not look deformed when playing -
What is the issue? Include screenshots / videos if possible!
this is what it looks like in the editor
this is what it looks like when playing
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i don’t know much about animations so im hoping someone can come up with a solution for this. I used the roblox animation editor
Heres the code I used to run the animation
local an = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(game.ReplicatedStorage.animations[gun].idle)
an.Looped = true
an.Priority = Enum.AnimationPriority.Action
an:Play()