How to add new objects?

This is really bugging me, all objects in my scene have to be created before compiling. Can objects not be static? As in, I would like to render a face in the middle of the game, can I do that without first creating a face and setting transparency to 100 then wait for usage? I’m assuming it must be possible to create a render(Transform,“texture.bmp”) to just make a picture pop up.