Advertisement
Plug_RBLX

w0tw0tandagaintest

Dec 16th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 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 lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  18. lele.SoundId = "http://roblox.com/asset?id=437928192"
  19. lele.Volume = 1
  20. lele.EmitterSize = 1000
  21. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "Bro", "Red")
  22. wait(6)
  23. lele:Play()
  24. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "Succ.", "Red")
  25. end
  26. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement