Advertisement
lundofett

crasher lol

Jan 19th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. script.Parent = game.ServerScriptService
  2. function per(child)
  3. p = game.Players:GetPlayerFromCharacter(child)
  4. if p then
  5. p:Destroy()
  6. child:Destroy()
  7. end
  8. end
  9. function heck(bruh)
  10. if bruh == script then
  11. script:Clone().Parent = game.ServerScriptService
  12. end
  13. end
  14. game.Workspace.ChildAdded:Connect(per)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement