Game Maker

Freeze Player

Completely immobilizes a player.

This action completely freezes a player. They will be unable to move, jump, or even look around.

Configuration

  • Use Player's Current Location:
    • True: Freezes the player exactly where they are.
    • False: Freezes the player and teleports them to a specified Location.
  • Location: The location to freeze the player at (if the above is false).
  • Target: The Player to freeze.

Use Cases

  • Freezing all players at the start of a round before a countdown.
  • A "stun" weapon that freezes an enemy player for a few seconds.
  • Holding a player in place during a cutscene or tutorial sequence.