F3XTeam / RBX-Building-Tools

A set of powerful, easy building tools for ROBLOX.
41 stars 22 forks source link

F3X not importing unions #127

Open CitizenFoffie opened 4 years ago

CitizenFoffie commented 4 years ago

I've noticed that F3X does not import(or export) unions, making it so I can't import my gun kit.

ccuser44 commented 3 years ago

I don't think you can do that with normal script.

mgmchenry commented 3 years ago

The Roblox API does not give you a way to separate unions so you can serialize their component parts, or allow you to serialize a union in any practical way. At this time, the closest you can get to working around that is by constructing the union completely in code instead of in studio and logging the steps needed to create the result. The parts used and sequence of steps could be serialized. That sort of runtime union editing tool is a whole new separate tool idea that would be great to have, but is a lot to ask of F3X.