Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Script:
- game:GetService("Players").PlayerAdded:Connect(function(player)
- player.CharacterAdded:Connect(function(char)
- char:WaitForChild("Humanoid").Died:Connect(function()
- 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
- end)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment