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

*pl e ase help* Can someone explain to me what a "PlayerGui" is?

Asked by
OFF_S4LE 127
3 years ago

When I'm trying to make a frame visible for a player people always put something called "PlayerGui" plz help

2 answers

Log in to vote
0
Answered by 3 years ago

https://developer.roblox.com/en-us/api-reference/class/PlayerGui#:~:text=The%20PlayerGui%20object%20is%20a,is%20inserted%20into%20a%20PlayerGui.

Ad
Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

everything thats inside the startergui gets cloned into the PlayerGui of a player when the character spawns so if you modify something in StarterGui it will only show after the players dies so if you want the modify it instantly you have to modify the PlayerGui

the PlayerGui is part of the player. like this Player.PlayerGui

Answer this question