how to get Clone position ?

hi all :slight_smile:

How can I get the position of the last clone? so I can add his position to the script [my goal is to add another room [boss room] to the last clone , for example “after 5sec from start” Get >clone.x * offset , 0 , clone.y * offset and Instantiate boss room ]

Just store the position of the last clone?

im bad at scripting, you got an example?

Create a new variable of type Vector3.
When you instantiate your object store it’s position in that variable so you can use it later.