the only way to make a glow shader is to use render to texture.... What you do is render the camera view to a flat view entity in front of the camera and then blur it with a pixel shader.. and then make the whole thing translucent. However as you do not have direct control over the frambuffer in gamestudio it may be hard to sync the images...I dont have a pixel blur shader offhand but an example should be available somewhere.