Advertisement
UndyingSouls9423Disc

Lag Server

Jan 28th, 2020
977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. local LocalPlayer = game:GetService("Players").LocalPlayer
  2. while game:GetService("RunService").RenderStepped:Wait() do
  3. for i = 1, lag_strength do
  4. local anim = Instance.new("Animation")
  5. anim.AnimationId = "Lag Server made by: Undying Crew\n"..math.random()
  6. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  7. anim:Destroy()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement