Thanks to @incrediblefinds199 for the idea/prompt to add bold text to a background.
You need to edit the prompt after the "Displays the name with" to change the background...
I'm not even familiar with javascript but this is simple enough if one wants to play around with it.
His original image for reference:
Noch keine Kommentare
Seien Sie der Erste, der antwortet!
No comments yet.
Kreationseinstellungen
Text-Prompts
let sceneName = "THANK YOU!!!"; // The name to be displayed over the scene let overlayText = In bold neon letters, the name ${sceneName} floats above the landscape, glowing in shifting colors like a cosmic marquee.; console.log(overlayText); // Displays the name with a psychedelic style pool of rainbow ...