Players
The Players
service provides functionality for managing player-related actions and information. It allows developers to retrieve player instances, manage player data such as usernames and user IDs, and control aspects like mouse icons. This service is essential for creating interactive experiences that involve player identity and behavior.
Function | Description |
| Retrieves the player associated with a given character model. Requires 1 argument: |
| Sets the mouse cursor icon locally for the player. Requires 1 argument: |
| Asynchronously retrieves the username associated with a given user ID. Requires 1 argument: |
| Asynchronously retrieves the user ID associated with a given username. Requires 1 argument: |
| Unbans a player by their user ID. Requires 1 argument: |
| Checks if a player is banned based on their user ID. Requires 1 argument: |
Last updated