So, the text explain everything, i wanna make a bank to actually save/withdraw money, similar to the Bags of Mony in skyblock but.. in a ATM..
Yes. Things you'll need to consider:
The answers to these questions can get you into very different areas of scripting.
Topics you may need to learn about:
Your main resource for learning how Roblox works: https://developer.roblox.com/en-us/api-reference/ - you can search for any class and get details on how to use it and what it can do. Roblox sites also have a bit on how to make guis.
You can learn a bit with the Guides in Scripting Helpers: https://scriptinghelpers.org/guides
Some people also benefit from YouTube tutorials or learning from free models. If you search through free models, consider only doing so in a blank place and don't copy/paste anything without carefully exploring the entire thing - and be careful of code hidden out of view (you may need to scroll to the right considerably). Ideally you don't copy/paste anything, but simply use them as learning resources. (It's safe to run scripts from free models in a blank place to test them out or experiment with changes, since then anything they do is contained to that one place.)