Help With Room Generation

I am trying to make a room generation script so I don’t have to build everything I added a center block in the model but when I use :MoveTo it just don’t work here is the script and other stuff.

This is all the parts where its suppose to go.
image

1 Like

:moveTo() typically works best on humanoids. Try using PivotTo.
clone:PivotTo(CFrame.new(v.Position))
also try adding a print statement before the local clone or after to see if the for loop works or not
also make sure you are using :getDescendants properly and no errors occur in the console tab

2 Likes

It worked Tysm!!!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.