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

Why does my gui not appear? I placed this gui inside of my ServerScriptService, The gui is visible

Asked by 5 years ago

local name = {[89587322] = true , [83489541] = true, [29313691] = true, [136948187] = true, [139420232] = true}

game.Players.PlayerAdded:Connect(function(plr)

if name[plr.UserId] then

script["O5 Council"]:clone().Parent = plr.PlayerGui

end

end)

0
Make it a local script in StarterGui. DeceptiveCaster 3761 — 5y
0
Doesn't work ^ AND YES I DID RESCRIPT IT. blackshot43 7 — 5y
0
LocalScript with its child in StarterGui, how does it not work? DeceptiveCaster 3761 — 5y
0
Maybe try capitalizing clone(). DeceptiveCaster 3761 — 5y
View all comments (2 more)
0
Orrrrrrr maybe instead of plr.PlayerGui do plr.PlayerGui.ScreenGui. DeceptiveCaster 3761 — 5y
0
Yep tried that too it doesn't work blackshot43 7 — 5y

Answer this question