PlayerExitReason
An enum that specifies the reason for Players.PlayerRemoving signal.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 694 | Unknown | 0 | Catch-all for all other disconnect reasons. | |
| 694 | PlatformKick | 1 | User was kicked by Roblox systems, such as being blocked while in a Private Server. | |
| 694 | CreatorKick | 2 | Creator called Player:Kick() |
Description
Second argument in Players.PlayerRemoving. Helps identify whether a kick was caused by the Roblox platform or the Creator.
History 4
- 694 Add Unknown
- 694 Add PlatformKick
- 694 Add CreatorKick
- 694 Add PlayerExitReason