How can I make something invisible?

Hello, I am 1x1x1x1x2x1x3x1x2x1x. I have another question. As I said in my other topic, I am going to work on a game.

My other question is: how do I make something invisible?

Thank you.

Uh, set the transparency property to 1?

1 Like

So, I might seem dumb but where and what is a transparency?

If you click on an object, in the Properties window (View -> Properties toggle on) you will see something like this that can set the transparency.

4 Likes

That worked! Thank you for show that to me. It’s useful!

2 Likes

Maybe dig into the roblox api reference, it shows all properties of objects;
https://developer.roblox.com/en-us/api-reference/class/Part

2 Likes