Advertisement
Diep8328Paster

Untitled

May 15th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 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://677644613"
  14. destory:Play()
  15. local ya = game.Workspace:FindFirstChildWhichIsA("Part")
  16. local y2a = game.Workspace:FindFirstChildWhichIsA("Model")
  17. local lol = Instance.new("Hint",workspace)
  18. lol.Text = "NOOOT"
  19. local noot = Instance.new("ParticleEmitter",ya)
  20. noot.Rate = 1600
  21. noot.EmissionDirection = "Top"
  22. noot.Speed = NumberRange.new(19)
  23. noot.Texture = "http://www.roblox.com/asset/?id=131877005"
  24. noot.Size = NumberSequence.new(18)
  25. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement