Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function party()
- local mynewpart = Instance.new("Part",workspace)
- end
- for index, child in pairs(workspace.maBrickmodel:GetChildren()) do
- print(index, child.Name)
- if child.Name == ("87") then
- print("87 is a child of maBrickmodel")
- party()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement