Allows us to write all of our logic inside of Module Scripts. This enables us to easily share code, without having to extract it, create another module script, add the logic, and then require it.
This is a simple Autohotkey script which allows you to start testing your Roblox Studio game from anywhere. Personally, I use this to test my game without having to leave the Visual Studio Code editor ...