Skip to content

bqmb3/f3x-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f3x-wrapper

Note

bqmb3 and f3x-wrapper is NOT affiliated with F3X in any way.

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.

Getting started

-- _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.

License

f3x-wrapper is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages