-
Notifications
You must be signed in to change notification settings - Fork 0
Button
NoisyBigEyes edited this page Jan 30, 2024
·
5 revisions

A Button is a flat prop that sits on a terrain block.
It activates and becomes bright when the Player touches it.
Buttons are often used in scripts when you want to momentarily perform an action. A button stops being activated the moment the player steps off the button.
You can use a Off-Delay node in your logic if you want to extend the activation of a button (for instance, to create a 'race' for the player to reach a point before the time runs out).