Overview
SessionService is the single authority for sharing player and game session states.
Usage
API
SessionService:GetSession(player) → Session?
Returns the live session for a player, or nil if they have disconnected. Never yields.
| param | description |
|---|---|
| player | The player object. |