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

Open a ScreenGUI with ClickDetector on a Part [FireServer]?

Asked by 5 years ago

I have a ScreenGUI that appears when I click on it, with Flitering Enabled on the game, It only works in studios and must be fired to work. Do I need a ServerScript to get this to work? Thanks in advance

Remote Event name: Screens


local function click(player) player.PlayerGui.ScreenGui.Frame.Visible = true end script.Parent.ClickDetector.MouseClick:Connect(click)
0
You cannot access the PlayerGui from the server. User#19524 175 — 5y

Answer this question