Advertisement
RGames

ROBLOX - The Ultimate Abuse Script

Jul 12th, 2019
4,716
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 1
  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://1189654292'
  7. sound:Play()
  8. while true do
  9. wait(0.01)
  10. for _, object in pairs(game.Workspace:GetChildren()) do
  11. local human = game.Players:GetPlayerFromCharacter(object)
  12. if human and object:FindFirstChild('HumanoidRootPart') and object:FindFirstChild('Head') then
  13. local boom = Instance.new("Explosion", workspace)
  14. boom.Position = object.HumanoidRootPart.Position
  15. local gui = Instance.new("ScreenGui", human.PlayerGui)
  16. local text = Instance.new("TextLabel", gui)
  17. text.Size = UDim2.new(1,0,1,0)
  18. text.TextScaled = true
  19. text.TextColor3 = Color3.fromRGB(255,255,255)
  20. text.BackgroundTransparency = 1
  21. text.TextStrokeTransparency = 0
  22. text.Text = [[play minecraft retards]]
  23. if object:FindFirstChild('Humanoid') then
  24. object.Humanoid.Health = 0
  25. end
  26. object.Head:Destroy()
  27. end
  28. end
  29. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement