klvki 0 Posted June 4 Hey Rage, I need the same size for the colshape as for the marker.. how should I calculate that both have the same radius? example: var test = mp.colshapes.newSphere(x, y, z, 130, 0) var testMarker = mp.markers.new(1, new mp.Vector3(x, y, z), 130, {color: [255, 255, 255, 130] }); both have the size 130 but one of them have a way bigger radius on the server.. Share this post Link to post Share on other sites