i did this but it didnt seem to work
game.Workspace.Door1Event.OnServerEvent:Connect(function()
game.StarterGui.TipGui1.Frame.Visible = true
end)
Any advice? my keyboard's loud so sorry for the short question. its 1am
Well your visible code is correct, try print debugging your event. try this
game.Workspace.Door1Event.OnServerEvent:Connect(function() print"Received" game.StarterGui.TipGui1.Frame.Visible = true end)
If output doesn't say "Received" then your event isn't working and you fired it incorrectly.
Hello! It turned out that I asked a similar question, and received an answer. Also, after my question, I left a link to the solution file.
See here (copy the link to the address bar of the browser) :https://scriptinghelpers.org/questions/98769/i-need-help-with-enable-gui-using-touch-script-for-the-implementation-of-the-store