MaxproGlitcher

Protection contre le dev (Mocap)

Sep 12th, 2022 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local blacklistedplayers = {
  2. "Flubberlutsch",
  3.  
  4. }
  5.  
  6. game.Players.ChildAdded:Connect(function(plr)
  7. if table.find(blacklistedplayers, plr.Name) then
  8. game.Players.LocalPlayer:Kick("Fucking dev joined")
  9. end
  10. end)
Add Comment
Please, Sign In to add comment