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}"
Ah awsome thank you ![]()
