#help

1 messages · Page 1 of 1 (latest)

delicate flare
#

local humanoid = script.Parent
local animator = humanoid:WaitForChild("Animator")
local Animation = Instance.new("Animation")
Animation.AnimationId = "rbxassetid://83623125226978"
local anim = animator:LoadAnimation(Animation)
anim.Looped = true
anim:Play()

the anim wont loop or play

summer summit
#

that ie because

#

the animation is not preloaded

#

and does not take priority

delicate flare