adham-ahmed

Crash Roblox Server

Jun 10th, 2022 (edited)
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.88 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then --if the excutor is ClientSided then make an error and dont excute the script it will
  2. --crash the client only
  3.     error("This script is ServerSided and your excutor is ClientSided.")
  4. end
  5.  
  6. if game:GetService("RunService"):IsServer() then --but if the excutor is ServerSided then print and excute the script
  7.     print("Hold on while the script is being excuted.")
  8.     for i=1, 68 do
  9.         spawn(function()
  10.             while true do
  11.                 game:service("RunService").RenderStepped:wait()
  12.                 for i=1, 64 do
  13.                     game:service("Players"):Chat("RAID")
  14.                     game:service("Players"):Chat("RAID")
  15.                     game:service("Players"):Chat("RAID")
  16.                     game:service("Players"):Chat("RAID")
  17.                     game:service("Players"):Chat("RAID")
  18.                     game:service("Players"):Chat("RAID")
  19.                     game:service("Players"):Chat("RAID")
  20.                 end
  21.             end
  22.             print("done?")
  23.         end)
  24.     end
  25. end
  26.  
Add Comment
Please, Sign In to add comment