Not an answer to your issue, but I experienced the same error yesterday. Separating just makes the parts disappear like they never were there. It also turns a -25 error if I remember correctly.
Have you saved it to Roblox as a model?
Iāve had this glitch before with unions. However, itās not the end of the world, as you could try and save it more than once or save individual parts of your train. By that, I mean you could save all of the unions together as a model and just gently pop them into the place where they were in the original model. Unless if the glitch doesnāt happen again, I guess!
I havenāt had too many problems when it came to this, my best guess is to publish it as a model and try from there!
Iām not sure whatās going on, but this issue has been happening to a LOT of people recently. A bunch of my builder friends have had this happen to them in the past couple of weeks or so, and I have had it happen too. Iām not sure if a recent studio update is causing this, or what, but none of the current solutions (the re-render setting and clearing cache) seem to fix these issues. You might want to submit a bug report if no one can find a solution for you.
Been having this problem as well, I found a fix that atleast stops it from happening 80% of the times I union stuff, as far as I know this is because the file of the union corrupts and it happens a lot while using CSGv2 so my suggestion would be disabling that and see if it keeps happening, also Iād suggest keeping copies of your models from before unioning it so you have a backup.
TL;DR, try disabling CSGv2 and keep backups of your stuff before you union it.
Unions can become corrupted, itās actually pretty annoying, and has happened to me a number of times.
Unions Failing to Load - #7 by Zabazz Iāve made a post similar to this in the past, you can read it if youād like.
Unions Aren't Loading - #6 by Fennecpaw Also, there is this post about it too.
Itās a ROBLOX glitch, and as of right now, I do not believe there is any fix to it, other than reloading old place files. If you cannot load it into another place, I believe itās corrupted.
I have been getting this issue too, its really annoying and roblox needs to fix this. I really dont want to use V1 because in the future it may cause issues if roblox decides to stop supporting it but I have to.
This issue is relentless, I think its better to deal with that other annoying error in V1 then this stupid disappearing parts issue.
Your potential problem and your solutions
You do not have decals. Decals work best for sides. If you cannot do decals, I suggest you use āParts,ā or āMeshPartsā(MeshParts require UV wrapping/ texture baking skills) to be the side as smoothly as you can. Unfortunately, your sides do not have enough polygons, a glitch has deleted the Unions (check Explorer, you can try copying the sides, and pasting it on once you have to load the other parts), or check the transparency, or lighting. GL, and I hope you fix this problem. Double check everything on properties before doing anything as well.
Have yāall tried saving the mesh as an obj file and opening it with blender? If blender canāt open the file, itās most likely that the mesh is indeed corrupted, however if blender can open the file, reupload the obj to studio via the assets tab and I guess this would allow the union mesh to be used repeatedly in different games/universes.
This is all theoreticalā¦
Iāve also had this issue with multiple unions in Studio, really hoping for a fix to restore them.
Hey! Could you try separating the union and unioning it again? It may help.
I forgot about this. Yeah I scrapped my train I just decided to get new ones built soā¦
Losing 2 hours of work is rough. You might want to consider using github to back up your projects. Itās free and pretty easy to set up. I make a new commit before I do any major changes so I can revert them if I mess things up. Just store your *.rbxlx file in a git folder.