Published
- 1 min read
roblox childadded
The solution for this is noted below
roblox childadded
Solution
local part = workspace.Part
part.ChildAdded:Connect(function(child)
print(child.Name)
end)
Try other methods by searching on the site. That is if this doesn’t work