Blender 3D Game - Remove Objects Blender 3D Game Object Remove How to write a Python Program on Blender 3D Game - Remove Objects ? Solution: import bge scene = bge.logic.getCurrentScene() owner = bge.logic.getCurrentController().owner scene.objects["Cube"].endObject() Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+