Advertisement
Diep8328Paster

Untitled

May 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local o = Instance.new("ScreenGui",player.PlayerGui)
  3. local o2 = Instance.new("TextButton",o)
  4. o2.Position = UDim2.new(0.758, 0,0.866, 0)
  5. o2.TextColor3 = Color3.new(255,255,255)
  6. o2.BackgroundColor3 = Color3.new(0,0,0)
  7. o2.Text = "Destroy Server?"
  8. o2.TextSize = 16
  9. o2.Size = UDim2.new(0, 200,0, 50)
  10. o2.MouseButton1Down:connect(function()
  11. local destory = Instance.new("Sound",workspace)
  12. destory.Volume = 100
  13. destory.SoundId = "rbxassetid://281136047"
  14. destory:Play()
  15. wait(9)
  16. local ya = game.Workspace.Base
  17. local y2a = game.Workspace:FindFirstChildWhichIsA("Model")
  18. local lol = Instance.new("Hint",workspace)
  19. lol.Text = "NOOOT"
  20. local noot = Instance.new("ParticleEmitter",ya)
  21. noot.Rate = 1600
  22. noot.EmissionDirection = "Top"
  23. noot.Speed = NumberRange.new(19)
  24. noot.Texture = "http://www.roblox.com/asset/?id=636190114"
  25. noot.Size = NumberSequence.new(18)
  26. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement