I need help making a text appear

I am making a new game and I am wondering how do I make a text appear when the player clicks a button

You can wire it to each other saying:
When Button clicked —> Text appears
or smth like that.

2 Likes

no like a text that only the player that clicked the button can see it

OH!
I don’t think that’s possible, but you can do a player-scoped notification that only the player can see.
like this:


Tell me if it works and mark a solution if it does!

[1] btw me likey this text!


  1. How did I run out of likes again? ↩︎

3 Likes

Player scope the text.

Please mark a solution. It does work. When the text is made visible only the player that pressed the button can see it. I tested it. Proof:

Perspective of person who pressed button:

Perspective of person who didn’t[1]:

Please mark a solution @joseph2014


  1. like my post ↩︎

4 Likes

The text should be off when the game has started. THEN it should be player-scoped and wired to the button.
But yes, the other comments have the same idea and I agree with them.

2 Likes

Add a button, place a game overlay device
In the device settings, set the overlay type, to "button
Customize the button text (like interact). Set the scope to player, if you want the text to only appear for the person clicking
place a popup device on your map
in the pop-up settings, put in the text, you can also make the content scope to player, so only they see it
use a wire to connect the game overlay (button) to the pop-up device.
Select “button Pressed” on the button side and “open pop-up” on the pop-up side

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.