Disabling a collision

Hi

Is it possible to disable an object completely then later enable it

something like objectName.enabled = false

currently i have set the visibility of my object to false, obviously this only hides the object and still registers collisions and other events

[import]uid: 24981 topic_id: 5766 reply_id: 305766[/import]

I can’t test this right now but you can try

[lua]object.isBodyActive = “false”[/lua] [import]uid: 29147 topic_id: 5766 reply_id: 19754[/import]