Saving Builds with F3X?

Hey everyone! I’ve recently been working on a datastore system that can compatibaly work with F3X building tools, however, I can’t seem to find any API/Documentation for the tool itself! :sad:

My main goal for this system is to save builds made in game with F3X so that I can come back to them later on mobile which requires usage of the Export Build button on the tool.

Any ideas as to how I can achieve this? All help is appreciated! :happy2:

What exactly is your problem? Saving builds in a datastore or importing them from F3X export function?

Loading data so that F3X can then export it with the Roblox Studio plugin.

You can always see F3X source code.

The source code isn’t very helpful as I don’t really understand the workflow. From what I understood, F3X uses a server → client endpoint which calls the Export API. Other than that I was left clueless