T
ThreadJS
Minecraft JS scripting
Lynk

💡 How to Use Variables in the Designer

Direct Reference: Use $variableName to reference a variable directly

Example: "$player" becomes player

Template Strings: Use ${variable.property} to embed values in text

Example: "Welcome ${player.name}!" becomes `Welcome ${player.name}!`

Autocomplete: Start typing in the Parameters JSON field and press Tab or Enter to complete