Advertisement
Plug_RBLX

tetetesttete

Dec 16th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. print("BRO!")
  2. print("W0T?")
  3. print(" ")
  4. print(" ")
  5. wait(0.5)
  6. print("SUCC!")
  7. wait(5)
  8. print("script is originally made by Rufus14 and edited by Plugined")
  9. wait(1)
  10. gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  11. wait(1)
  12. text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
  13. text.Text = "Click for rekty words."
  14. text.Size = UDim2.new(0,200, 0,80)
  15. text.Position = UDim2.new(0,0, 0,300)
  16. function succ()
  17. local olol = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  18. olol.SoundId = "http://roblox.com/asset?id=138093488"
  19. olol.Volume = 1
  20. olol.EmitterSize = 1000
  21. local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  22. lele.SoundId = "http://roblox.com/asset?id=437928192"
  23. lele.Volume = 1
  24. lele.EmitterSize = 1000
  25. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "Bro", "Red")
  26. wait(6)
  27. lele:Play()
  28. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "Succ.", "Red")
  29. wait(0.2)
  30. olol:Play()
  31. end
  32. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement