BasePart.TransparencyModifier

What is BasePart.TransparencyModifier you might ask?

Well, it’s the Server-Sided equivalent of BasePart.LocalTransparencyModifier!

Instead of storing the transparency of each part you want to make slightly invisible, you could simply set the TransparencyModifier and it would set all of those part’s transparencies to what you specified.

When you reset the value to 0, it has the same affect as if you were to set the LocalTransparencyModifier on a client, allowing you to quickly switch between two transparencies without the need to store the previous transparency.

4 Likes