for some reason this doesn’t work can anybody tell me why!
repeat
local rowClone = rowToClone:Clone()
wait(0.5)
until #platesFolder:GetChildren() == finalRowsAmount
for some reason this doesn’t work can anybody tell me why!
repeat
local rowClone = rowToClone:Clone()
wait(0.5)
until #platesFolder:GetChildren() == finalRowsAmount
u have to parent rowClone to platesFolder to see it visually
To avoid situations like this, when I clone parts I sort of go through a mental checklist of naming it, setting its value (if it applies), setting parent, etc. I have found it to be very efficient and overall makes it easier to read the code.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.