3 messages · Page 1 of 1 (latest)
How would I get only the children that are parts be found by a script
game.workspace.partname
for k,v in game.workspace.part:GetDescendants() do if v:IsA("Part") then --code end end