Advertisement
metilol

32

Mar 25th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. local plr = game:service'Players'.LocalPlayer
  2. gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  3. text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
  4. text.Text = "Click for the great script."
  5. text.Size = UDim2.new(0,200, 0,80)
  6. text.Position = UDim2.new(0,600, 0,600)
  7. function succ()
  8. plr:Kick("Boi... You're so stupid that you belived. ;~;")
  9. error("Looks like you got kicked :3")
  10. end
  11.  
  12. text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement