Brick Outline Problem

So I’m making an obby that has a round kill brick that goes around an obstacle ball. I made the kill brick and put a mesh on it so it becomes round. But the outline (blue lines) still show it as a block and doesn’t go around the kill brick. Now the problem is that when I test it, I die by touching the outline. I want it so that when I test it, I die by touching the killbrick and not the extended outline. How can I fix this? Do I need to make another part?
(Sorry for grammar mistakes)

It’s because meshes in Roblox Studio are kind of wacky, although you can easily get around this by just using a cylinder as the kill brick instead of a mesh. It’ll look the same when it’s a neon part

Cylinder:

Mesh:

This is more optimal for performance too :smiley:

3 Likes