You can write your topic however you want, but you need to answer these questions:
**What do you want to achieve? I want to know what seems to be the problem
**What is the issue? The unions are not there even when the transparency is set to 0
**What solutions have you tried so far? I’ve seen some people talk about unions disappearing temporarily when publishing their game, but not like this…
I’m sorry. I just can’t rap my head around this, that’s why I’m asking for help here. Thx
Oh and if I seperate the union, it gets erased. I put this in scripting help since it might be a bug or something Idk.
This post has been made a ton of times, like a crazy amount. It’s just a problem with how Roblox’s unions function.
This guy gave a small tutorial on how to fix it, you should definitely watch it.
The problem isn’t the collision the problem is the the unions just disappear out of thin air.
The union was visible Before I published the game. But after I published the game, the union disappeared.
wevetments
(wevetments)
December 30, 2019, 9:54am
#4
Please search for existing topics or tutorials/resources available before posting:
Introduction
This tutorial will walk you through finding and recovering your unions if they get lost / corrupted / turn invisible.
This method relies on trial-and-error, and works best if tried immediately after you’ve lost a union.
Background Information
When a union is created but before it or its place is saved, it contains child data - information about what it’s made of, stored directly in the place. When the union is saved to Roblox, a new SolidModel asset is created. The union instanc…
Yeah, that same concept of a post has been made so many times.
Do you know why this happens so I can prevent it from happening again though. plz
wevetments
(wevetments)
December 30, 2019, 10:04am
#7
There are a lot of reasons as to why unions get corrupted.
Possible Reasons:
Connection Issues
Bad Studio Session (studio may be acting up at the time of union being created)
Roblox may be experiencing a high load (possibly due to a lot of players currently playing, data stores, etc)
Union was too complex and was not detected properly
Union got “disconnected” from its asset id on the website
The list goes on and on
My solution:
Don’t use unions.
Why? Because meshes are far more reliable.
Edit:
Also, your post belongs in #help-and-feedback:building-support like what @crashedthe911 mentioned
1 Like
Thank you for the tip and Everything. Next time I will learn from this mistake and try my hardest to find posts that already exist. Anyways you saved me a lot of time so thank you!
1 Like
Closed as it is a duplicate topic. Leaving visible as good answers were provided.