InfMods

easy player kick script

Sep 23rd, 2022
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. place script into ServerScriptService
  2.  
  3. step 2 write script:
  4.  
  5.  
  6. game.Players.PlayerAdded:Connect(function(player)
  7. player.Humanoid.Died;Connect(function()
  8. player:Kick
  9. end)
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment