Skip to main content

Is Gigantified

Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.

The Is Gigantified check reads the message_type field on the incoming chat message and checks whether it equals "power_ups_gigantified_emote". This message type is set when a viewer spends channel points to send a single oversized emote using Twitch's Gigantify power-up. If the message is gigantified, it is forwarded to Pass; otherwise it goes to Fail.

Use this node to give gigantified emotes a special layout — rendering them even larger, adding a dramatic border, or routing them to a dedicated "big emote" variant that fills more of the chatbox.

Inputs

NameTypeDescription
messagechat-messageThe chat message object from the Chat Message trigger or an upstream check node.

Outputs

NameTypeDescription
passchat-messageThe message, forwarded if it is a gigantified emote power-up.
failchat-messageThe message, forwarded if it is not a gigantified emote.

Example

Route gigantified emote messages to a "giant" variant that renders the emote at full width with an animated glow effect. Regular emote messages continue to the default layout via Fail.