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

How do i put my GUI in the PlayerGui?

Asked by 6 years ago

Hello,

i was trying to move my GUI in to the PlayerGui but its not working.

0
Put it at startergui WindowMall 54 — 6y

2 answers

Log in to vote
0
Answered by 6 years ago

Well, where is your GUI currently at? are you trying to clone the GUI to your player? if you actually just want to move it, try putting it in StarterGui, that way when the player spawns it will be in his PlayerGui.

0
Ok, But if i want to clone a GUI and put it in PlayerGui what will i do? Lava_Scripter 109 — 6y
0
you would access the player gui directly from a script. keep in mind that this gui will "vanish" after the player died GamingOverlord756 48 — 6y
Ad
Log in to vote
-1
Answered by 6 years ago

Just do

local gui = Screengui:Clone() gui.Parent = game.Players.playername.PlayerGui

Answer this question