I’m working on a cave system which is all-terrain, I have models that are in ServerStorage that my goal is to clone them to sides of my terrain caves (picture provided below). I’m not quite sure how to do this.
You could easily use Random to create a Ray that travels a random direction from a middle location( the center position of your cave ). Then detect the hit position of the Ray, and teleport your ores there.
You could probably do this a bunch of different ways, but this is what I would try something like this first.