#atm system not working

1 messages · Page 1 of 1 (latest)

feral spade
#

Well depositAmount and withdrawAmount are strings not numbers

#

But it should given you an error for that

#

So, I'm assuming either the script isn't running at all or its not getting through those if statements

#

Also its not the best practice to handle your UI this way. Instead of a server script in UI have a local script that handles UI inputs, and remote event or remote function to a server script to handle your requests.