Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Kick = game.Players.LocalPlayer.Kick
- Kick(game.Players.LocalPlayer, "kick reason") -- get the function used to call it and then make the function run on our localplayer then supply a reason
- --[[
- game.Players.LocalPlayer:Kick("yes")
- ]]-- --normal way
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement