ReplicatedStorage.inCrash.DescendantAdded:Connect(function(instance)
print(instance)
end)
Even after something gets added into the folder nothing gets printed or anything, ChildAdded also doesn’t work, can anyone help with this?
ReplicatedStorage.inCrash.DescendantAdded:Connect(function(instance)
print(instance)
end)
Even after something gets added into the folder nothing gets printed or anything, ChildAdded also doesn’t work, can anyone help with this?
Is this code local or server sided?
if something gets added client-side a server script can’t detect it