koreanhackerman

Orange Justice ROBLOX Script

Dec 1st, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. Player = "LocalPlayer"
  2. AnimationId = "2079379331"
  3. local Anim = Instance.new("Animation")
  4. Anim.AnimationId = "rbxassetid://"..AnimationId
  5. local Anim = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  6. Anim:Play()
Add Comment
Please, Sign In to add comment