Advertisement
Sungmingamerpro13

BossAnimate

Aug 13th, 2022
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local anim = Instance.new("Animation")
  2. anim.AnimationId = "http://www.roblox.com/asset/?id=1083195517"
  3.  
  4. local controller = script.Parent.Humanoid -- path to Humanoid/AnimationController
  5. controller:LoadAnimation(anim):Play()
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement