Make sure you have a lua scriptfor the model to set its collisions, right click the models icon in the right hand window of the editor, select view script. if its blank add:
require("scripts/class")
local class=CreateClass(...)
and save, then double click the model and set the collision under the Physics tab.