Making a Custom text sign

I want it so if you buy a house, A sign will apear with their name. (This is going to be global) How do you that?

1 Like

I’m new, so I could be wrong, but I don’t think this is possible. Sorry, though. :confused:

Trigger connected to a text, go to block code:
Triggering player’s name “own’s this house” (" " is a text block)

1 Like

Show some pictures (ima bout to do benchmarks, so i will be not active)

Okay I’m back @Crimson_Knight

1 Like

How are you on those pictures? No rush.

1 Like

You can use a trigger connected to a button and use block code to layer text on a sign.

2 Likes

There is a block in the essentials tab, at the bottom. Use the set text block in the unique to this device tab to set the text. If you want other text, use the create text block from the text tab.

Can you show me? @California_Love

Use this: it should help… :slight_smile:

Sorry… It made no sense

I’ll show you with pictures.
Give me a second…

Okay, here’s how to do it:

  • To purchase the house, place down a button.

  • Wire the button to the vending machine: Button pressed < attempt to purchase.
    Screenshot 2024-03-05 11.01.39 AM

  • Then, place down a vending machine. Set the settings to this:

  • Now place down the text box. Layer it on top of the sign.
    Screenshot 2024-03-05 10.53.52 AM

  • Then, click on the text. Go to the blocks section.

  • Use the “when receiving on the channel part.”
    Screenshot 2024-03-05 10.55.06 AM

  • Now, go to the “For this device” part and drag the block Set Text.
    Screenshot 2024-03-05 10.57.03 AM

  • Now go to the “Essentials” part and drag the text to Triggering player's name.
    Screenshot 2024-03-05 10.57.10 AM

  • Now, go to your text box. Where it says, show text when receiving on, enter the channel House.
    Screenshot 2024-03-05 11.00.20 AM

Now you’re done! :partying_face:

1 Like

It worked! Thanks! You should make a guide for This! I’ll mark a solution!

1 Like

You’re welcome! Glad it worked out for you! :smiling_face:

I’m not too good at block code, so I didn’t know. I didn’t even know that was a block!

3 Likes

That’s ok. @Green_Fox98

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