Advertisement
SupremoSG

fe wings

Jun 9th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local Character = Player.Character
  3. local Humanoid = Character:WaitForChild("Humanoid")
  4.  
  5. local Animation = Instance.new("Animation")
  6. Animation.AnimationId = "rbxassetid://03283198416"
  7.  
  8. local Track = Humanoid:LoadAnimation(Animation)
  9. Track:Play()
  10. Character.Animate:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement