Trying to put a textbox overlayed on top of the screen

Godot Version

4.2.2

Question

Hi! Im trying to get a textbox to overlay on the screen when i come close to a object and press E. i have the interaction part, but have no idea how to continue, i have a texture created for the textbox already, i just need it to display onscreen when i interact with something. This is for a 3D game!

you’ll want to look up “containers.” there are a bunch of kinds for organizing ui in different ways. text is called a “label” in godot’s ui.