for _,v:Instance? in container:GetChildren() do
if string.find(v.Name, "_") then
Rainbow:FireServer(v)
else
continue
end
end
---
Rainbow.OnServerEvent:Connect(function(Player:player?, Pet)
local Clone = ServerStorage.Scripts.Rainbow:Clone()
Clone.Parent = Pet
end)