How to make text pop up when I collect a power up

So I made a speed boost power up that last for 5 seconds when the player touches it. But I want there to be a text box that shows up and tells the player that they havea power up for those 5 seconds and i don’t know hwat im doing wrong

2 Likes

Use the Alpha input to show and hide the Label
0 in alpha = hide
100 in alpha = show

You have the 100 attached to the “label”. You don’t need to set the zero, that would just take up a lot of code and you’d have to “get” it, too. Just connect the 100 to the alpha.