local prev local parts = script.Parent:GetChildren() for i = 1, #parts do if ((#parts[i].ClassName == 'Part')) then end end
Question : At line-5 when the if statement starts, I was looking at ((#parts[i].ClassName..)) had 2 '(' over the starts and ends of the line. Why is this?
They are not important, they are just mostly used for readability purposes, some developers use them if there are two or more conditions needed to be checked in a single if statement