list = game.Workspace:GetChildren()
for _, item in pairs(___1___) do
if item.Name == "__2__" then
item.___3___:connect(function(other)
local h = other.Parent:FindFirstChild("___4___")
if h then
local player = game.Players:GetPlayerFromCharacter(other.Parent)
print("Coin Collected!")
__5__:Destroy()
end
end)
end
end