Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- By HarryPitty348
- -- Put in ServerScriptService
- local Player = game.Players.LocalPlayer
- game.Players.PlayerAdded:Connect(function()
- if Player.Name == "the person you want banned username's here" then
- Player:Kick("the message (reason) that will come up when they join")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement