Subtitles

Hi, I want to create a subtitles (using text widget) and when creating the text widget I can’t access it through a function to set text and turn it on for a few seconds using a timer… doo you know what’s the problem? thanks

Not all native widgets are exposed as variables, a Text Block is not until you:

image

Also, you’re attempting to set text of a Rich Text Block, which should be exposed by default - be mindful of that; it might be intentional, though. Note:

image

1 Like