so I have a union part that I put a hole in to position the clone part.
how to clone a part to the union position, and ignore the hole position, so it will only clone to the union position of the part in the red circle. (aka. ignoring the union hole pos)
this is the script, i need those xyz to clone the part, but how do i make it only positioning the part that i outlined
local randomX = math.random(-199, 199)
local randomY = math.random(3, 3)
local randomZ = math.random(-199, 199)
clone:SetPrimaryPartCFrame(CFrame.new(SpawnP.Position + Vector3.new(randomX, randomY, randomZ)))
btw im using model in this script