|
| 30 Mar 2015 02:00 PM |
| Cannot believe I forgot this. What event is it that is fired when a player leaves? Is it CharacterRemoving? I'm not sure if that's it. |
|
|
| Report Abuse |
|
|
Bebee2
|
  |
| Joined: 17 May 2009 |
| Total Posts: 3985 |
|
|
| 30 Mar 2015 02:02 PM |
Go to: http://wiki.roblox.com/index.php?title=Players
And scroll down to "Events" and you'll find this jewel:
http://wiki.roblox.com/index.php?title=API:Class/Players/PlayerRemoving |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 Mar 2015 02:08 PM |
game.Players.PlayerRemoving:connect(function(plr) print(plr + "has left the game") end)
Thread By, Coinman001 |
|
|
| Report Abuse |
|
|