Hey, i want to make two separated connections for per TextButton but they work together, debounce works together, when a connection disconnected, they all disconnect. How can i separate them?
for _, upgraders in upgradeFrame:GetChildren() do
if not upgraders:IsA("TextButton") then continue end
local levelValue, bar = upgraders.Level, upgraders.Bar
warn(upgraders.Name)
ConnectionUpgraders = upgraders.MouseButton1Click:Connect(function()
--.............
end)