I have a ball ( mdl model ) which i wish to keep it at a position (x1,y1,z1) and let it free fall until it reaches (x1,y1,z2) under gravity ( so only Z value changes).. I already have physics for gravity working in my code.
I want to know how to place the ball at a position ?
I tried my.x , my.y , my.z = (x1,y1,z1) in the action of the model; But not able to get it.

PLease help