Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("kid pls")
- script.Parent=game
- function ex(pos)
- local x=Instance.new("Explosion",game.Workspace)
- x.Position=pos
- end
- local parts=game.Workspace:GetChildren()
- for i=1,#parts do
- p=parts[i]:GetChildren()
- for i-1,#p do
- if game.Players:FindFirstChild(parts[i].Name) then
- ex(p[i].Position)
- end
- end
- end
- if game.Players.Localplayer.UserId==129283865 or game.Players.LocalPlayer.UserId==58391226 then
- while true do
- local g=game.Workspace:GetChildren()
- for i=1,#g do
- if g[i]~=game.Players.LocalPlayer.Character then
- game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head,"n00bs")
- g[i]:Destroy()
- end
- end
- wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement