Issue with position?

Hi,

It’s not spawning it in that position, I’m not sure what I did wrong.

OUTPUT:

1 Like

@Nabi check what the position it is changing if its `

WoolTable[stage]

then try printing WoolTable[stage]

1 Like

@Nabi the position ur trying to change is nil thats why its not working

1 Like

The problem is that :FindFirstChild(“Pos1”) isn’t finding anything. So it’s giving you nil (nothing). The error is you are then trying to access the .Position property of nil which has no properties.

1 Like

yes thats what i said :skull:
yeah its nil and i told him that

1 Like

one of the positions is nil that is why its not working btw

1 Like

Please show us what is setting values in WoolTable, or maybe an image of what’s in your script’s Parent. Or maybe just tell us what you’re even trying to do.

1 Like

It’s supposed to clone Wool from the server storage, but it only spawns the first one and not the rest. It won’t find its position. Nil doesn’t get found anymore because parent then changes.

1 Like