argon icon indicating copy to clipboard operation
argon copied to clipboard

Not all `MeshPart` properties are supported

Open DervexDev opened this issue 11 months ago • 2 comments

Discussed in https://github.com/orgs/argon-rbx/discussions/138

Originally posted by pxky December 14, 2024 When I try to sync a .rbxm with a meshpart argon throws an error:

Code_ABaiYWeTSn

However when I run vscode in Administrator mode the above goes away but I then get this in studio:

RobloxStudioBeta_YqoSozraZv

I also cant figure out how to get syncback working, are there any guides for this? The link in docs point to Argon Plugin settings where I believe I have them set up correctly...

DervexDev avatar Jan 13 '25 20:01 DervexDev

Yeah, the first one might require administrator permissions as Argon has to interact with Studio files but the second issue will need to be patched. While mash parts are supported, not all of its properties are supported yet.

I'm going to implement this when I have more time.

DervexDev avatar Jan 13 '25 20:01 DervexDev

Not sure if this is directly related to this issue, but Meshpart BrickColor and Color are not being applied properlly.

In my model.json "Color": [27, 42, 53], In-Game: Color [229, 214, 503]

As you can see, the value applied is 255 - Desired_Colour

I have Studio Sync on, and it retrieves the correct value and saves on the LFS, but when you apply any chances to the model.json, it goes to the wrong colour as above

PulseHabour avatar Feb 13 '25 16:02 PulseHabour