How to make the instances more dispersed around an object with x,y position value

Hello community!
I followed online tutorials and made this instancing network.
Is there any way to make these instances more dispersed (or like floating) around an item/person if I have the x and y position values of the item/person?

Thank you in advance!

instancing.3.toe (6.0 KB)

Hi @dejichan,

with the position of the instances originating with the grid1 SOP, you could control the “center” parameter of that SOP to have them grouped around a specific position.

cheers
Markus

1 Like

Thank you Markus!
I also tried to use the position values in the GEO-translate parameter, and it worked as well!