hi
tried the above as well as the code below,
im stull unable to change Elasticity
const box =runtime.objects.box.getFirstInstance();
const beha =box.behaviors.Physics;
const bay = box.Behaviors.Elasticity
box.angleDegrees=45;
box.opacity=0.1;
box.Elasticity=1.0;
beha.Physics.Elasticity=1.0;
beha.Physics.Elasticity=0.9;
box.behaviors.Elasticity=0.9;
box.Physics.Elasticity=0.9;
tried the above iterations of Elasticity , still not working