for i=1,10 do findEntity(allPlates).floortrigger:enable()sajon wrote:for i=1,10 do allPlates.floortrigger:enable(true)
AllPlates stores the names as strings, not objects ~as it should be, but you have to then use findEntity() to get the object with the name.