Need help with names and text

so it may be simple to make but in my DLD type map how do i make it where it shows someone’s name once they get to a checkpoint or just make someone’s name popup on a text

i gtg shower so ill check within like 10 minutes

Use blocks inside a popup:

To have the triggering players name on a notification (I believe that’s what you meant by “popup on a text”) once they get to a checkpoint, wire the checkpoint to the notification device with the following settings:

Checkpoint activated - - > Run wire pulse block

Then go to the block code option in the Notification device, click “On wire pulse…”, and apply the following block code:

[1]

And there you have it!
Screen recording 2025-10-13 8.38.45 PM


  1. Make sure you add a space before the “has made it to level _!” (or smth like that); otherwise, the content would turn out as “Playernamehas made it to level _!”. ↩︎

1 Like


The <orange> and </orange> thing make the text more decorated, found this out because I knew how to code and wanted it to be like gimkits games lol
but it only works on a few colors, so its gonna take a bit of guessing

also, the summit property is something you can use for counting summits, make each summit have a zone, trigger (only triggerable once, player scope), and counter hooked up to the property
I can show if you’d like

2 Likes

im bad at using code can where did i find all of the codes in what category

everything blue: essentials
everything green: text
its color coded btw lol

1 Like

Everything should be in the “In This Device”, “Essentials” and “Text” sections.



1 Like

got it thanks (imma have to use this a lot more)

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