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

How to I change the transparency of the playerlist?

Asked by 5 years ago

How can I change the transparency of the playerlist? I'd like to make it transparent so it matches a transparent Topbar. Is there a way to do this that is similar to the Topbar transparency option? This is my script to change the topbar transparency:

game.Players.LocalPlayer:WaitForChild("PlayerGui"):SetTopbarTransparency(1)
0
The PlayerList is already matched, are you trying to 'disable' it instead? Ziffixture 6913 — 5y
0
I'm not trying to disable it, but make it transparent. So, making the background transparent, but not the text. User#26817 0 — 5y
0
You can't change it, but you disable it by CoreGui, and make a new playerlist. cherrythetree 130 — 5y
0
you can change its transparency from CoreGui, but after you close studio and comeback you will find it in its original state; Because things in coregui don't save. So the only way of making a playerlist also known as a leaderboard te way you want it, you gotta makea custom one, which is simply playing with gui elements starmaq 1290 — 5y

Answer this question