#help
1 messages · Page 1 of 1 (latest)
what does that mean
1 messages · Page 1 of 1 (latest)
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
what does that mean