Hello World in SimplePlanes with 1.11.103 Beta Features

Опубликовано: 22 Август 2026
на канале: SnoWFLakE0s
5,422
155

A very simple "Hello World" printing device using dynamic labels and variables. The buttons accept interactive GUI input and write into variables, which in my implementation is buttonOne and buttonTwo respectively.

The label takes the input:

buttonOne=1 ? "Hello" : ""
buttonTwo=1 ? "World" : ""

The buttons are set to toggleable behavior mode, so the words "Hello" and "World" can be toggled on and off.