Hey! We just released our internal helper function support library and documented what it offers, in case any of you guys find any of it useful.
Model: https://www.roblox.com/library/516682015/Support-Library-from-F3X
Documentation: GitHub - F3XTeam/RBX-Support-Library: A library of short, useful functions to aid in ROBLOX development.
We personally end up require()
'ing it in mostly every single piece of code we write, since it abstracts away a ton of complex, lengthy, common patterns in many areas (including tables, numbers, strings, instances, loops, etc.), so there’s definitely a very high chance that if you are a developer, this will make life easier, cleaner, clearer, and more elegant for you.
TL;DR: Library of a bunch of helper functions to let you focus on what you’re really trying to create, instead of reinventing the wheel and having to focus on all these tiny common scripting patterns.