i did this but it didnt seem to work
game.Workspace.Door1Event.OnServerEvent:Connect(function()
1 | game.StarterGui.TipGui 1. 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
1 | game.Workspace.Door 1 Event.OnServerEvent:Connect( function () |
2 | print "Received" |
3 | game.StarterGui.TipGui 1. Frame.Visible = true |
4 | 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