Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local plr = game:service'Players'.LocalPlayer
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
- text.Text = "Click for the great script."
- text.Size = UDim2.new(0,200, 0,80)
- text.Position = UDim2.new(0,600, 0,600)
- function succ()
- plr:Kick("Boi... You're so stupid that you belived. ;~;")
- error("Looks like you got kicked :3")
- end
- text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement