Advertisement
Ectroi

log scripit

Jan 12th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. _G.lag = true
  2. local text = "507765000"
  3. while game:service("RunService").RenderStepped:Wait() do
  4. if _G.lag == true then
  5. for i = 1,math.random(3,6) do
  6. local LocalPlayer = game:GetService("Players").LocalPlayer
  7. local anim = Instance.new("Animation")
  8. anim.AnimationId = text .. math.random()
  9. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  10. anim:Destroy()
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement