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

I'm trying to disable my BillboardGUI that is in ServerStorage by clicking a button?

Asked by 4 years ago

A local script can't access the contents of server storage so how else could I disable the billboard gui by clicking a button?

My current script:

script.Parent.MouseButton1Click:Connect(function()
    game.ServerStorage.OverheadGui.Enabled = false
    game.ServerStorage.OverheadPlayerGui.Enabled = false
end)
0
Why do you need to disable a GUI in ServerStorage? Nobody will see the effects, nobody will see the GUIs at all if they stay in ServerStorage. cowsoncows 951 — 4y
0
That's where my BillboardGUI is. HypedNebula 28 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

Just use a server script 4head

Ad

Answer this question