Warning
This project is very unstable now and can break at any time. Please report any bugs found in the issues section.
f3x-wrapper is a Lua module designed to interface with the F3X building tools in Roblox. It provides a set of functions to manipulate parts, groups, lights, decorations, meshes, textures, and more within the game environment.
-- _G.F3X_wrapper_module = nil -- uncomment this if you are having issues
local F3X = loadstring(game:HttpGet("https://raw.githubusercontent.com/bqmb3/f3x-wrapper/main/loader.lua",true))()
For more detailed documentation, please visit this link.
f3x-wrapper is licensed under the MIT License.