Text On Head

Adds text that floats above your head and follows it as you move. Choose the words, the font, the color and whether the text has an outline, a shadow or a background.

Text, Stickers & 2D Graphics

Stickers, speech bubbles, frames, and on-screen text and graphics.

Made with this block

Inputs

textstring

the text content of the object. Avoid literal descriptions or names, e.g. for a star wars lens, do not write "Darth Vader", instead write "May the force be with you". You can include dynamic placeholders that will be replaced with real user data: - {name} -> user's display name - {location} -> user's current location - {date} -> current date - {time} -> current time For example: "My name is {name}"

colorvec4

the color of the text. when fillMode is "Solid" this color is in use when fillMode is "Texture" this color is NOT in use

enableOutlineboolean

whether to enable the outline of the text.

outlineColorvec4

the color of the outline.

outlineThicknessfloat

the thickness of the outline. 0 is no outline, 1 is maximum outline.

enableDropShadowboolean

whether to enable the drop shadow of the text.

dropShadowColorvec4

the color of the drop shadow.

dropShadowOffsetXfloat

the offset of the drop shadow in x direction.

dropShadowOffsetYfloat

the offset of the drop shadow in y direction.

renderOrderint

The Render Order of the object.

fontint

An integer value between 0 and 11 where each font is a style according to this list:

11 values
0
Regular - A basic classic font
1
Casual - Informal and relaxed; use for easygoing, conversational contexts.
2
Headline - Bold and attention-grabbing; ideal for titles or headers.
3
Comic - Fun and playful; suitable for light-hearted prompts.
4
Bold - Strong and impactful; use for emphasis and importance.
5
Playful – Rounded and warm; creates a friendly, cheerful tone.
6
Retro – Bold and narrow; evokes a vintage poster style.
7
Handwritten – Loose and expressive; adds a personal, creative touch.
8
Grand, Elegant - Sophisticated and classy; suited for formal or luxurious prompts.
9
Art Deco - Stylish and geometric; ideal for chic, artistic prompts.
10
Quirky – Whimsical and artistic; adds personality and charm.
scalefloat

The scale of text. Use values between 0.1 and 5.0. By default scale is 1.0.

enableBackgroundboolean

whether to enable the background of the text.

backgroundColorvec4

the color of the text's background.

backgroundScalefloat

the scale of background. min - 0, max - 1. when 0 - the background is the same size as text, when 1 - the background is about half bigger than text.

backgroundRoundnessfloat

the roundness of text's background. min - 0 (no roundness), max - 1 (full roundness)