Set the prop's visibility at a given point in time.
1 prop = RLPy.RScene.FindObject(RLPy.EObjectType_Prop, "Box")2 ret = prop.SetVisible( RLPy.RTime( 67 ), false )3 print(ret)It sounds like I have a import missing ????