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

How to make different opacity for different players?

Asked by 4 years ago

Does anyone know if there is a way that I can make certain blocks invisible for some players and visible for others?

0
local script OnaKat 444 — 4y

2 answers

Log in to vote
0
Answered by
zuup123 99
4 years ago

Use local scripts

Ad
Log in to vote
0
Answered by
Arkrei 389 Moderation Voter
4 years ago

There is something called SetLocalTransparency which is used for BaseParts, however everything done in a localscript is ran on the client, so if you set the transparency of a block in a localscript then that block will be different to everyone else, make sure you set the transparency when you need it to be set otherwise it will just be transparent for everyone and will just look the same for everyone

Answer this question