How to clone part to a random position in the bounds of the RoadModel.Road (on workspace)

Okay, try changing the part where it says “Vector3.new(boundsX,Road.Position.Y,boundsZ)” to this instead:

Vector3.new(boundsX,Road.Size.Y/2,boundsZ)
1 Like