Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Something I can only see?

Asked by 9 years ago

How would I make it so, all the players are for example, transparent, but only on my screen?(Without FilteringEnabled?)

1 answer

Log in to vote
0
Answered by
duckwit 1404 Moderation Voter
9 years ago

There is a property of BasePart that was added on 25/9/14 called LocalTransparencyModifier. It multiplies the Transparency of any given BasePart Instance by a factor between 0 and 1, but only on the client.

There is a similar property for Decal (added 11/12/14).

Therefore, by setting the LocalTransparencyModifier for every Part and Decal Instance in a Player's Character Model, one can locally render each player with some level of transparency.

0
Would you also happen to know how to make people see-through able through walls? (you can see them anywhere)? killerkill29 35 — 9y
0
If I did know the answer, a comment would be insufficient space to encapsulate it - you should search existing threads or start a new one if you want that to be answered. If my answer is satisfactory, please support the Scripting Helpers community by marking it as the chosen answer. duckwit 1404 — 9y
0
Explain to me why my answer has been down voted. duckwit 1404 — 9y
0
Why was my answer down voted? Tkdriverx 514 — 9y
View all comments (3 more)
0
Are you kidding me? You down voted my answer because you couldn't understand how your question was broken? That is against SH policy, I think. Your answer is wrong because it doesn't answer the question. It only answers a question that you assumed he was asking because you didn't read the body of it, only the title. duckwit 1404 — 9y
0
Everyone makes mistakes and misreads things, ok? My answer still had useful information. Tkdriverx 514 — 9y
0
I know! I make mistakes, too - I'm human. But when I do, I expect and deserve to be down voted for propagating misleading, incomplete, or false ideas. I do my best to avoid this, though, by taking as much time as is necessary to verify my answers. duckwit 1404 — 9y
Ad

Answer this question