View difference between Paste ID: pDgagMkA and WRzdUnn5
SHOW: | | - or go back to the newest paste.
1
--succ. (By Rufus14)
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 = "click for pootis"
6+
text.Text = "click for badass toolbars"
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=130769465"
11+
     lele.SoundId = "http://roblox.com/asset?id=220951545"
12
     lele.Volume = 1
13
     lele.EmitterSize = 1000
14
	 lele:Play()
15-
	 game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "pootis spencer here", "Red")
15+
	 game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "YOU FRICCIN MORON YOU JUST GOT BEANED!!!!", "Red")
16
end
17
text.MouseButton1Click:connect(succ)