Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Character = Player.Character
- local Humanoid = Character:WaitForChild("Humanoid")
- local Animation = Instance.new("Animation")
- Animation.AnimationId = "rbxassetid://03283198416"
- local Track = Humanoid:LoadAnimation(Animation)
- Track:Play()
- Character.Animate:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement