Skip to content

Player avatar

Display player avatars according to their GDevelop account.

Authors and contributors to this experimental extension: Bouh.


An object that displays a player avatar according to their GDevelop account. It can be used for multiplayer games.

Tip

Learn how to install new extensions by following a step-by-step guide.

Expressions

Expression Description
PlayerAvatar::UserID(number) Return the UserID from a lobby player number.
🔢 Number Lobby player number

Multiplayer Avatar

Display a player avatar according to their GDevelop account.

Object actions

Player unique ID
Change the player unique ID of the avatar.

See parameters
  • Parameter 0: 👾 Object
  • Parameter 1: 🟰 Operator
  • Parameter 2 (string): Value

Technical note: parameter 3 are internal parameters handled by GDevelop.

Object conditions

Player unique ID
Compare the player unique ID of the avatar.

See parameters
  • Parameter 0: 👾 Object
  • Parameter 1: 🟰 Relational operator
  • Parameter 2 (string): Value to compare

Technical note: parameter 3 are internal parameters handled by GDevelop.

Object expressions

Expression Description
Object.UserID() Return the player unique ID of the avatar.

This page is an auto-generated reference page about the Player avatar extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.