#(Script in ServerScriptService) The Ui is still invisible, does anyone know the issue?

1 messages · Page 1 of 1 (latest)

lilac ginkgo
#
local player = game.Players.LocalPlayer
local panelUI = player.PlayerGui.AdminPanel:WaitForChild("Panel")
local button = panelUI.Parent

if player.Name == "qUietErYe4" then
    panelUI.Visible = true
else
    panelUI.Visible = false
    return
end
solid bone
#

pointless

#

use remoteevent

novel elk
#

you're putting the local script in serverscriptservice? Local scripts dont work there, put it in starterplayerscripts

lilac ginkgo
#

i clearly said script

rich wigeon
novel elk