A decompilation of RBXGS (Roblox Grid Service) version 0.3.634.0, currently focusing on specific critical components (v8kernel, v8world, etc.) for now, and will later expand out to other classes.
You need to use Microsoft Visual Studio 2005 with SP1 Update for matching. (Visual C/C++(14.00.50727)[C++])
You have to select ReleaseAssert configuration when compiling the code otherwise it won't produce matching code. To test linking you can select ReleaseAssertDLL configuration (Note: this configuration did not exist in the original Roblox source code and is only present for link testing purposes only)
You can create the objdiff project by exporting target objects with the Object file exporter extension for Ghidra and then running configure.py with the target directory you put your objects in. Whenever you export new objects you should run the script again for the project to update.