#Specific children

3 messages · Page 1 of 1 (latest)

modest spire
#

How would I get only the children that are parts be found by a script

fossil jolt
#

game.workspace.partname

weary plaza
#

for k,v in game.workspace.part:GetDescendants() do
if v:IsA("Part") then
--code
end
end