How to SetInteractionText on Conditional Button with Verse

I am trying to set the interaction text on a conditional button via Verse but i cant figure out how to cast the string i got to a message so i can use it for the SetInteractionText function.

Hi.
You should use a function that converts a string to a message.

StringToMessage<localizes>(value:string)<computes> : message = "{value}"
1 Like

Ah awsome thank you :slight_smile:

1 Like

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