Max
Max
As far as I’m aware no one has fallen for this yet, but be mindful of people sharing shortened links claiming they’ve compiled a new version of this program. All...
I've been digging into the awkward state of `viewmodels_animation.lua` and realized it's the product of Source 2's animation system being jank. I don't have the model sources so I can't...
Hopefully I'm describing this correctly? I'm not familiar with the terminology used for types at an implementation level. Consider the following script: ```lua --!strict local Node = {} Node.__index =...
## Initial Problem So I have a generic typed implementation of a binary search tree: https://gist.github.com/MaximumADHD/10ff7eaeeca558ae2b8ceec22350c44f The type seems to work fine within the module itself, but problems start happening...
This pull request attempts to implement a solution for keeping party members on the same team in casual matchmaking. As of now, the auto-balancing system actively disregards parties and will...
This pull request makes several quality of life improvements to `dumpRobloxTypes.py`: - A new set of Luau types provided from Roblox Studio and ripped via the [Roblox-Client-Tracker](https://github.com/MaximumADHD/Roblox-Client-Tracker/blob/roblox/LuauTypes.d.luau) have been surgically...