Again: No AI is used in our company. Even every bit of e.g. Copilot is disabled by GPO and altering the WIM-file tio have a clean installation of Windows itself. We also work for a very private sector, so no: No AI.
But to the points: You don't make games in VBS. You can, but you simply won't. For webgames, either HTML + JS + maybe XML (AJAX). If you want multiplayer, then PHP and SQL. And if you want it fancy: UE5, GODOT or Unity.
And Linux and C? You don't have to rely on Linux to code C or C#. This is like saying: You need Linux to code in Python. You simply don't. And really no hate, but it seems you really have no clue about programming at all, do you? Just asking, because so many stereotypes and simply wrong statements are a red flag for me to believe this.
If you really want to understand and learn to code: Start with simple scripts for the browser (Userscripts) to get familiar with JavaScript. HTML later. Start at the backend, then design the frontend to it. Like prepare, then serve. You can't serve without preparation.