Sticker On Screen

Puts one sticker on the screen at the position, size and angle you choose. Say what the sticker shows and where it sits, for example a heart in the top corner.

Text, Stickers & 2D Graphics

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

Made with this block

Inputs

texturetexture

The sticker texture.

positionvec2

the position of the sticker on the screen where [0.5,0.5] is the center of the screen, [0,0] is the top left corner and [1.0,1.0] is the bottom right corner. Keep the position away from the center of the screen [0.5,0.5], unless specifically requested, place it along the border.

scalevec2

The scale of the sticker in the range of 0.05 to 1.0. Use [0.3,0.3] for a small sticker, [0.5,0.5] for a medium sticker, and [0.8,0.8] or above for a large sticker. You can also use any values in between to conform with the user's request.

rotationfloat

sticker rotation in degrees

forceSafeAreaboolean

force the sticker outside of the user's face