Game Maker

Add Boss Bar

Shows a custom boss bar to a player.

This action displays a pre-configured Boss Bar to a player. If the player already sees that boss bar, this action does nothing.

Configuration

  • Boss Bar: Select the boss bar you want to show from a list of all boss bars created in the Boss Bar module.
  • Target: The player(s) who will see the boss bar.

Example

At the start of a game round, show a "Time Remaining" boss bar to all players.

  1. Create a Boss Bar: In the Boss Bar module, create a bar named "Game Timer" and link its progress to a Global Number property called TimeLeft.
  2. Event: In a function called StartRound.
  3. Action: Add Boss Bar
    • Boss Bar: Game Timer
    • Target: Everyone