Lemur TextComponent help

Maybe I am using the wrong gui element, but I would like to print out updates to a gui widget to show the player updates…

If this is the correct widget to use…

I see I can’t attach it to the guiNode. So you must attach this to a different widget and attach that widget to the guiNode?

Thanks!

You can attach any Lemur GUI elements to the guiNode and they will work just fine. But the components are just layers of the actual GUI elements (like Label, Button, etc.)

For example, TextComponent is what a Label uses to display its text.

What kind of updates will you be displaying? Probably you want to use Label.

That did the trick… Thanks!

1 Like