Answers for "check where instance was before childadded"

2

roblox childadded

local part = workspace.Part
part.ChildAdded:Connect(function(child)
	print(child.Name)
end)
Posted by: Guest on August-06-2020

Code answers related to "check where instance was before childadded"

Browse Popular Code Answers by Language