DanOnScripts

CRASH SERVER R15

May 27th, 2024
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local Players = game:GetService("Players")
  2.  
  3. local LocalPlayer = Players.LocalPlayer
  4. local Character = LocalPlayer.Character
  5. local Humanoid = Character:WaitForChild("Humanoid")
  6.  
  7. local Animation = Instance.new("Animation", Character)
  8. Animation.AnimationId = "rbxassetid://84315373"
  9.  
  10. local Track = Humanoid:LoadAnimation(Animation)
  11. Track:Play()
Add Comment
Please, Sign In to add comment