Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I can't walk through my union doorway, how do I fix it???

Asked by 4 years ago

So, I am making a tycoon game, and the wall is shaped like a ring. I used the negate part to make a doorway through the outer ring, but for some reason, I couldn't walk through it when I union it. What is happening? Also, if anyone knows how I can show some pictures, please let me know!

0
Ask roblox why unions are so weird. I used them back in 2015 and they were not perfect. You should use normal parts that will do the collision. Make union non colliding in properties. ErtyPL 129 — 4y

1 answer

Log in to vote
1
Answered by
ErtyPL 129
4 years ago
Edited 4 years ago

THE ANSWER IS: DON'T USE UNIONS OR MAKE UNION NON COLLIDING. Unions are weird and doesn't work the perfect way you think they will work. You need to make the part that blocking you a non colliding and and weld/anchor that part then add invisible parts/bricks that will collide there where you need collision. To let us understand better let you show some vids / gifs when you play that.

https://blog.roblox.com/2014/08/solid-modeling-is-here-a-new-way-to-build/ ROBLOX currently only supports collisions between convex shapes (no holes, indentations or valleys). The current shapes we support are blocks, spheres, wedges and corner wedges.

BTW u can upload screenshots on imgur.com and just give us link.

PS. Also remember to customize CustomPsyhicalProperties and set the mass to the correct one cause if your doors are too heavy then with normal gravity settings you cannot move them as normal roblox character.

I cannot help you more. Roblox su$%# and union system isn't good for things like cylinders.

1
DON'T USE UNIONS OR MAKE UNION NON COLLIDING ErtyPL 129 — 4y
0
What I am trying to do is this. NickIsANuke 217 — 4y
View all comments (3 more)
0
How would I do it without unions? There is no "Ring" Shape, and even if there was, how Ould I make a doorway? I'm a bit new to Roblox Studio. NickIsANuke 217 — 4y
0
Ok. I'll just make it an office. NickIsANuke 217 — 4y
1
Told you to set collision to false / 0 of the union part then add part by part [i know it take time] a blocks that will be the collision. ErtyPL 129 — 4y
Ad

Answer this question