InfMods

If u die u get kicked Script (Works on every game)

Jul 26th, 2022
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Script:
  2. game:GetService("Players").PlayerAdded:Connect(function(player)
  3. player.CharacterAdded:Connect(function(char)
  4. char:WaitForChild("Humanoid").Died:Connect(function()
  5. player:Kick("You died, so bad lol") -- You can change the "You died, trash bag LOL" to anything you want if you want to change it
  6. end)
  7. end)
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment