Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part1 = workspace.Part1
- workspace.Part2.Parent = part1
- for _, child in pairs(workspace.Part1:GetChildren()) do
- print(child.Name)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement