How to make an object overlay another object?

Is there a way for an object to overlay another object like if an object is behind another object like this


What I want is for the rest of the neon block to show even though it is behind the wall something like this

or would I have to do some scripting magic to achieve this cause I don’t know where I would start.

I don’t really understand your question here. Can you elaborate for me?

2 Likes

From what I can understand you want the red neon part to be in front of the wooden part?

1 Like

Make a surface GUI on every side of the red brick and check show on top on the GUIs i think

edit: make sure the GUIs have frames that are red like the brick

4 Likes

What are you trying to do? Are you trying to make this Part overlap another one? To accomplish this, you just uncheck the Collisions property in the Model tab. That way, you will have free movement of your part, and you can overlap this with another one.

This feature is turned on in Roblox Studio by default; the Collisions property serves its purpose of keeping Parts from going into each other.

A personal tip I recommend for you, if you’re new, is to try and get a feel for all the different features Roblox Studio has to offer. It wouldn’t hurt to try learning some basic programming, but it’s entirely up to you.

I hope this answers your question, and if not, I apologize. :slight_smile:

1 Like

This solves my problem thank you!!!

2 Likes

I want an object that is behind another object like a wall to be shown even though its behind something blocking it and for it to remain the same size and position as if the wall was transparent

I have some code that will make the GUIs get bigger and smaller depending on how far away the player is. (Like a tracker on your screen) I can give you the code if you want.

1 Like

I think he means like an x ray

1 Like

Yes exactly that is what I needed

No need thanks for the offer though!

1 Like