๐Properties
Understanding Game Creator 2 Properties
In Game Creator 2, properties are the fields inside instructions, conditions, and actions that define what value an instruction works with. Theyโre not standalone instructions, instead, theyโre input fields that support dynamic values.
Each property type matches the kind of data it represents:
String Properties (like Get Part, Set Part etc) work with instructions like Set Text.
Number properties (Like Set or Get body blendshapes) work with Set Number.
Color Properties (like Get Individual Color or Set Individual Color) work with Set Color instructions
HeroBridge adds its own Sidekick-specific properties (like Get Part, Set Part, and Get All Parts) that integrate seamlessly into this system. This allows you to connect Sidekickโs modular character data directly into Game Creator 2โs visual scripting.
โ๏ธSet๐GetLast updated