For some reason on my game that I’ve been making, the animations are extremely choppy and I cannot figure out why! Here’s what it looks like in the animation editor
Here’s what it looks like in the game:
And if anyone want’s code, here’s the code:
local Animation = Menu.Animations.Spawn:Clone()
Animation.Parent = Character
local SpawnAnimation = Humanoid.Animator:LoadAnimation(Animation)
SpawnAnimation:Play()
Does anyone know what is going on here???