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

How to access PlayerGui? or put something in it

Asked by 6 years ago

How can I acces the playergui in roblox studio?

0
PlayerGui is accessible in any player object when they spawn in game. The player will replicate the contents of StarterGui into the PlayerGui. Any changes to StarterGui will become apparent in the next respawn. Any changes to the PlayerGui will only be seen by the player that adjustments are being made to. M39a9am3R 3210 — 6y

1 answer

Log in to vote
0
Answered by
JellyYn 70
6 years ago

Go into LocalPlayer: game.Players.LocalPlayer:WaitForChild('PlayerGui') It is very simple, as you can see.

0
yes and that stuff is only accessible from Local Scripts local player User#19524 175 — 6y
Ad

Answer this question