Hello,
I have no idea why sometimes unions blocks people from going trough the union. How they blocks and sometimes doesn’t?
Hello,
I have no idea why sometimes unions blocks people from going trough the union. How they blocks and sometimes doesn’t?
You need to turn off cancollide. The union is still a NEW block.
Either use the properties or insert a script with
local part = parent
part.CanCollide = false
Also, it is either cancollide = false meaning they walk through or cancollide = true meaning they don’t walk through.
Sorry I don’t think I understand. Are you asking how to allow players to walk through a union or are you having this bug:Unions causing climbing/collisions issue in-game ?
Sometimes they can go though of unions. No idea if it’s a bug or something like that.
Make sure cancollide is set to either: true or ticked in the properties.
It’s about, unions sometimes allows player go through of it and sometimes doesn’t allow.
Or just remove the unions doing that and redo them.
Check this for more information on how Unions’/MeshParts’ collisions are created:
If it’s directly through the union then like then do you have can collide set to true.If you have it set to true and they can still walk through it there might be a bug. If it’s around the union you may be experiencing that bug.
That is just how unions work, sometimes it works and sometimes it doesn’t.
Okay, or either I just do curves or something like that by a tool move and rotate.
Did you check the Collision Fidelity property of the union? Make sure it is set to Default for the better results.
No, I never seen it. Where do I see it?
Select the union and have the properties window open, scroll down until you find the property named Collision Fidelity. See if setting it to Default fixes the problem.
Also there’s more information on it in the Hub.
Ok, I’ll try it later.
Thank you.
Unions are tricky and to get more accurate unions, use more parts to make the union.
You can enable Decomposition Geometry in Settings: (Recommend this plugin so you don’t have to reload studio every time.)
This enables you to see the collision areas and to get your unions more accurate. The colored areas are the object’s hitbox. So if you have the can collide for this object turned on, the places that are colored, you can’t go through. For example this looks like you can go through:
But really, the area is smaller.
Hope that helps!
Probably it helps, thank you for the plugin.
The plugin is very good, thank you.
I gave you a like, It’s great idea.
Using more parts ≠ more accurate unions.
The collision detail is based solely on the complexity of the union and it’s size. So by using more parts, you will most likely make it worse.
Yep, worse. Wasting time and hard working. xD
I don’t mind for it, I like to develop things lol.