inspect( Object ID );
Opens a GUI to view properties of an object. Ex: Entering a Brick ID you conveniently see things like it's position, rotation, scale, colorID, dataBlock and can see, modify and remove Dynamic Classes that can be added like so: %brick.thisDynamicClassDoesNothingByItself = "string"; that can be checked upon. ex: echo(%brick.thisDynamicClassDoesNothingByItself); It proved to be very useful to me.