Keep object in view

How can I keep the players score (and some other control objects) during the game in view - on a fixed place, in my case in the 4 corners?

Regards
klwemu

If you are talking physical objects in your scene and not a UI canvas. Parent them to the camera.
(Select objects -> then camera -> ctrl+p)

Attaching a Canvas trait to an object in the object tap. That is the way of creating UI elements in Armory.

Perfect!
Thanks for your quick response.