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

How to make a GUI appear on your screen and then press a TextButton to make it disappear? [closed]

Asked by 4 years ago

Please help me! I need some help doing this really hard script. I'm just a beginner, and I know nothing about Lua. XD

0
if you know nothing about lua, then you most likely don't know anything about GUIs and trying to help you would be a pain, so i highly suggest getting your self familiarized with Roblox Studio and GUIs and maybe understand the basics of lua, also if im not mistaken this isn't a request forum, its a help forum Lunaify 66 — 4y
0
I know stuff about GUIS, sorry for confusing you.. :/ ally_playz336 -1 — 4y

Closed as Non-Descriptive by Torren_Mr, xPolarium, antonio6643, and evaera

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
raid6n 2196 Moderation Voter Community Moderator
4 years ago
 game.ScreenGui.GUI.Enabled = true
local script = script
if not script.Parent = game.ScreenGui.GUI.button then
script.Parent =  game.ScreenGui.GUI.button
end
script.Parent.MouseButton1Click:Connect(function()
 game.ScreenGui.GUI.Enabled = false
end)
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
View all comments (9 more)
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
0
should work if not tell me the output raid6n 2196 — 4y
0
I hate this bug lol. thefatrat87 18 — 4y
0
yeah' raid6n 2196 — 4y
0
yeah' raid6n 2196 — 4y
Ad