Advertisement
dubleeyrblxx

Ban -- Roblox

Aug 3rd, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. -- By HarryPitty348
  2. -- Put in ServerScriptService
  3. local Player = game.Players.LocalPlayer
  4. game.Players.PlayerAdded:Connect(function()
  5.     if Player.Name == "the person you want banned username's here" then
  6.         Player:Kick("the message (reason) that will come up when they join")
  7.     end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement