Why does this transparency not do anything when set on 1 but does do something when set to a value lower than 1?

I made a script that makes this model invisible, however it doesn’t actually turn the stand invisible. I’ve tried debugging this for 8 hours straight and came to the realization that changing the transparency works only if it’s below the value 1.

What happens when I set transparency to 0.9:
https://gyazo.com/cc5b805d8c49cbd19e51ed8a12a9c8bc

What happens when I set transparency to 1:
https://gyazo.com/8046a38e399e57f8f65ee569316b12b8

As you can see, the transparency does not CHANGE AT ALL WHEN SET TO 1 FOR SOME REASON

That post doesn’t answer the question he was asking.

1 Like

That’s another question, I solved that one. This is a whole 'nother issue…

1 Like

Ok thank you for informing me I saw they had similar wording

It might be because of the humanoid not letting the character be fully transparent. I have no idea though, but it might make sense to some people.

I made the character transparent, if im able to do that, then I’m about to also make the stand transparent

It would mostly depend on how you made the other character since if you can make the player transparent, you might’ve done something wrong to not let the “stand” be transparent.

Alright Ill go through all my scripts to check and remove any transparency checks. I replaced transparency checks with bool checks yesterday but there still may be some that i forgot to remove

Yep… I forgot that I apparently made stand transparency so that all clients can see them, and not the server. I’ll change that to make the future easier