Documentation for LoadLibrary based API is now available on the wiki!

I’ve been working on and off on this for a couple of weeks now, and I’m pleased to announce that I’ve finished it.

Although documentation for the LoadLibrary based libraries has existed on the wiki in the past, it didn’t use the framework that we built to document classes in the API. I did my best to document & explain (almost) all of the functions, and provided usage examples for most of them.

Feel free to check them out here:

If you have any comments or questions, feel free to post them here.

Notes:

  • The main things I didn’t really document are RbxGui.CreateScrollingFrame and RbxGui.CreateTrueScrollingFrame, since you should just use the ScrollingFrame class itself instead
  • I didn’t document the undocumented tutorial creation API that is present in RbxGui, because some of the API required for it to work is locked.
  • The layout of returns is a bit wonky with functions. The full pages should explain them better.
8 Likes

Mkay I got rid of it.

1 Like

Hello!

With the dev docs revamp, I think someone should really make docs about the RbxUtilities!

They are missing and their only reference is thanks to the LoadLibrary function ( Roblox Globals | Documentation - Roblox Creator Hub )
It’d be nice if you or anyone could make a page for the RbxUtilities.

Thanks!

1 Like

There’s no reason to document them. LoadLibrary is deprecated, along with the libraries you can use with it. If you really need to use them, you should fork them as ModuleScripts.

Here’s a link to their sources:
https://github.com/CloneTrooper1019/Roblox-Client-Tracker/tree/roblox/scripts/CoreScripts/Libraries

8 Likes