PlayerRemoving (Event)
From Legacy Roblox Wiki
|
Example
function onPlayerLeaving(Player) print(Player.Name .. " has left the game!") end game.Players.PlayerRemoving:connect(onPlayerLeaving)
|
function onPlayerLeaving(Player) print(Player.Name .. " has left the game!") end game.Players.PlayerRemoving:connect(onPlayerLeaving)