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

How to make a GUI popup when you click a part?

Asked by 6 years ago

With this it is very hard! I am a basic scripter but if anyone knows how this can be fixed please help me!!

1 answer

Log in to vote
0
Answered by
smehran 15
6 years ago

script.Parent.MouseClick:connect(function()

local frame = game.StarterGui.ScreenGui.Frame.Visible

frame.Visible = not frame.Visible

end)

Ad

Answer this question