#Text

1 messages · Page 1 of 1 (latest)

silent delta
#

Use a trigger volume and connect it to a message chip

#

Or you can put text on a piston

silent delta
#

Idk

#

I have seen something like that on YouTube though

timber fox
#

with the orange output of the interaction volume 'On Use' lead it into the orange input of a Player Show Subtitle. use the connect tool on your makerpen to click the purple part of the Player Show Subtitle and put whatever message you want on there.

static frigate
#

yes but do you know how to make it like add +1 when you click it for example the subtitle is set as 1 when first clicked then when clicked again is set to, 2

#

@timber fox

timber fox
#

grab an Int Variable and an Add

#

hook up the output of the int variable to an input of the add and the output of the add to the input of the int variable

#

put 1 in the bottom input of the add chip

#

every time the int variable is activated, it'll count up by 1

#

._.

static frigate
#

and now how is this connected to the subtitle chip?

#

@timber fox

timber fox
#

upon clicking the interaction volume, run the int variable. then, run the subtitle.

get a to stringand connect the input to the output of the int variable. the to string's output goes to the purple input of the subtitle chip.

#

you have to activate the int variable first

#

and then activate the subtitle chip