You can do:
Code:
elseif (labelName == "CheckWithdraw") then
Walker.Stop()
if Self.Money() < maxAmount then
io.exit()
else
print("Enough Balance, continuing...")
end
Walker.Start()
Self.Money counts the coins you have and math it by his value, similar to Self.Balance()
Stop spamming plx