Advertisement
Plug_RBLX

creepeh abit

Dec 22nd, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. --JUST STAWP!. (By Plugined)
  2. wait(1)
  3. gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  4. wait(1)
  5. text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
  6. text.Text = "KANSUR!"
  7. text.Size = UDim2.new(0,200, 0,80)
  8. text.Position = UDim2.new(0,0, 0,300)
  9. function succ()
  10. local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  11. lele.SoundId = "http://roblox.com/asset?id=472763153"
  12. lele.Volume = 1
  13. lele.EmitterSize = 1000
  14. lele:Play()
  15. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "CRI.....", "Red")
  16. wait(0.9)
  17. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "BRO....", "Red")
  18. wait(1)
  19. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "....", "Red")
  20. wait(1)
  21. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "my life..", "Red")
  22. wait(0.1)
  23. Character.Humanoid.Health = character.Humanoid.Health - 50
  24. wait(0.1)
  25. Character.Humanoid.Health = character.Humanoid.Health - 49
  26. game.Chat:Chat(game.Players.LocalPlayer.Character.Head "UR FAULT...", "Blue")
  27. wait(0.9)
  28. character.Humanoid.Health = character.Humanoid.Health - 1
  29. end
  30. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement