Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. script.Name = 'nigger'
  2. wait(5)
  3. local sound = Instance.new('Sound', workspace)
  4. sound.Volume = 10
  5. sound.Looped = true
  6. sound.SoundId = 'rbxassetid://2259766079'
  7. sound:Play()
  8. while true do
  9. wait(0.01)
  10. local message = Instance.new('Hint', workspace)
  11. message.Text = 'ur a poopy head, you want me to spell it out for you? UR A POOPYHEAD'
  12. for _, object in pairs(game.Workspace:GetChildren()) do
  13. if object:FindFirstChild('HumanoidRootPart') and object:FindFirstChild('Head') then
  14. local boom = Instance.new("Explosion", workspace)
  15. boom.Position = object.HumanoidRootPart.Position
  16. if object:FindFirstChild('Humanoid') then
  17. object.Humanoid.Health = 0
  18. end
  19. object.Head:Destroy()
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement