Unfortunately statics don't have any physics so they don't fall to the ground, they need to be placed, bit like the floating Paintbrushes.
I use randompercent and some calculations to determine the x and y coordinates in relation to the Player and then currently just use 120 for Z to get height.
If the player is next to a hill or rock etc, the butterfly can sometimes be placed inside the hill (120 above players head), instead of on top of it.
I need to be able to tell where the ground is and then place the static about 200 or so above the ground level.
Is there anyway I can do this?