I am trying to create a system that manages packages. One of the features that it needs is for it to be able to insert .rbxm files into the desired instance. How would I do this?
Hello, did you ever find out how to do this? I’m trying to figure it out and not finding any solutions. I can use
StudioService:PromptImportFile({‘rbxm’, ‘rbxmx’})
to prompt the file explorer opening for rbxm and rbxmx files. But when importing it comes through as a File instance and not the actual object saved to the rbxm and rbxmx.