ðĨUIService
Service for creating in-game UI.
Functions
createProgressBar(maxProgress: number): ProgressBar
Creates a progress bar with the given maximum progress value. By default, progress bars are displayed globally, but the list of players who are able to view the progress bar can be configured.
Example usage:
createLeaderboard(): Leaderboard
Creates a Leaderboard that is displayed for all players. A custom game can only have one leaderboard at any given time. Leaderboards can have entries of Players, Teams, or strings.
Example usage of a Leaderboard that displays strings:
Creates a TextLabel that is displayed in-world.
Example usage:
Last updated