Advertisement
Plug_RBLX

errer

Dec 5th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. wait(1)
  2. gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  3. wait(1)
  4. text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
  5. text.Text = "Last heathen words"
  6. text.Size = UDim2.new(0,200, 0,80)
  7. text.Position = UDim2.new(0,0, 0,300)
  8. function succ()
  9. local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  10. lele.SoundId = "http://roblox.com/asset?id=197054133"
  11. lele.Volume = 1
  12. lele.EmitterSize = 1000
  13. lele:Play()
  14. game.Chat:Chat(game.Players.LocalPlayer.Character.Head, "ALLAHU AKBAARRR!!!", "Red")
  15. end
  16. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement