Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --JUST STAWP!. (By Plugined)
- wait(1)
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- wait(1)
- text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
- text.Text = "KANSUR!"
- text.Size = UDim2.new(0,200, 0,80)
- text.Position = UDim2.new(0,0, 0,300)
- function succ()
- local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- lele.SoundId = "http://roblox.com/asset?id=472763153"
- lele.Volume = 1
- lele.EmitterSize = 1000
- lele:Play()
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "CRI.....", "Red")
- wait(0.9)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "BRO....", "Red")
- wait(1)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "....", "Red")
- wait(1)
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "my life..", "Red")
- wait(0.1)
- Character.Humanoid.Health = character.Humanoid.Health - 50
- wait(0.1)
- Character.Humanoid.Health = character.Humanoid.Health - 49
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head "UR FAULT...", "Blue")
- wait(0.9)
- character.Humanoid.Health = character.Humanoid.Health - 1
- end
- text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement