😍
Mutate tutorials and guides
  • 💜Welcome to Mutate!
  • Guides
    • 🏁How to get started using Mutate
    • 🗺️Basic Navigation in Mutate
    • 📥Importing assets into Mutate
    • 🧠Creating game logic in Mutate
      • ✨Spawning
      • 💀Re-Spawning
      • ⚙️Platforms
      • 🏆Collectibles
      • 👀Item Visibility
      • 🔂Item Respawn
    • 🏃‍♀️Obstacle course tutorial
  • Tools
    • ✊Grab Manipulator
    • 🛠️Transform Manipulator
      • ↔️Move
      • 🔄Rotate
      • ↗️Scale
      • 🌐Global/Local
    • ⛓️Linking
      • 💥Components, Actions & Events
      • 📦Entity Components
      • 🙋Player Components
      • 🎮Game Components
      • 🌍Environment Components
  • Content Browsers
    • 📒Asset Browser
    • 🎨Material Browser
  • COMPONENT TUTORIALS
    • 🔍Components - a closer look
      • Entity Components
        • ↕️Mover
          • Elevators
        • 🔃Rotator
        • 🎯Collider
        • 🚧Collision Toggler
        • 👈Interact
        • 🕶️Hider
        • ⏰Timer
        • 💡Light Source
        • 🐣Spawn Point
        • ⚠️Trigger Zone
        • 🧚‍♀️Force Zone
        • 🔓Exclusive Zone
        • 📸Post-Process Zone
        • 🎧Sound
        • 🎲Die Roller
        • 💣Destruction
        • 🔫Shootable
        • 💬Broadcaster
Powered by GitBook
On this page
  1. COMPONENT TUTORIALS
  2. Components - a closer look
  3. Entity Components

Broadcaster

is an Entity Component

PreviousShootable

Last updated 3 years ago

Broadcaster allows you to create text and messages that appears at the top of a player's screen, usually for mechanical purposes, like giving a hint to a puzzle or warning messages for players leaving a battle arena before they're respawned for chickening out.

Messages can be broadcast to just the player who activated them, everyone in the game, or everyone but the triggering player.

  • Message - what appears to the players. Can be as long or short as you'd like.

  • Include triggering player's name - does the player who activated the message have their name displayed before the main text or not?

    • E.g.: Player has been killed // Player ponders the orb // Player, do you know you're a legend? // etc.

Common Uses

  • Puzzle hints

  • Battle Royale announcements

  • Easter Eggs

  • Tutorials and rules

  • Storytelling! - as players reach checkpoints in a level, more information can be revealed

🔍
💬