Advertisement
Honansik

Roblox Server Crasher Script

Jun 1st, 2022
6,676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. -- be R15 and wear layered clothing
  2. for _,s in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  3.     if s:IsA("Motor6D") and s.Name ~= "Neck" then
  4.         local fard = s.Parent
  5.         s:Destroy()
  6.         fard.CFrame = CFrame.new(9e9 * _,9e9* _,9e9*_)
  7.         wait()
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement