Skip to main content

Players

These APIs allow you to interface with Players in the game. This inherits from the shared Players class.

Global Methods

Players.Local(): PlayerClient

Returns the local player. (this is the user's local player)

Players.SetTagsEnabled(enabled: boolean)

Enables or disables nametags / health bars for all players.

Players.AreTagsEnabled(): boolean

Returns whether nametags / health bars are enabled for all players.