How to make a OPEN/CLOSE GUI | ROBLOX STUDIO (2024)

preview_player
Показать описание
Thank you for watching 😀
--------------------------------------
Subscribe to my channel and don't forget to click the bell icon so you won't miss any new videos 😎
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Join our Discord Server today!
--------------------------------------------------------------------------------------------------------------------------------------------------------------
Model:

Script:
Open GUI LocalScript:
local frame = script.Parent.Parent.Frame

script.Parent.MouseButton1Click:Connect(function()
frame.Visible = true
end)

Close GUI LocalScript:
local frame = script.Parent.Parent

script.Parent.MouseButton1Click:Connect(function()
frame.Visible = false
end)

--------------------------------------------------------------------------------------------------------------------------------------------------------------
Join our Discord Server today!
------------------------------------------------------------------------------------------------------------------------------------------------------------
🔧 MY CUSTOM PC SPECS 🔧
» AMD Ryzen 5 5600
» Gigabyte Vision GeForce RTX 3060 TI
» PNY XLR8 Gaming EPIC-X RGB™ 3200MHz (2x 8GB CL16)
» Western Digital SN350 1TB
» MSI MPG B550 GAMING CARBON WIFI
» Cooler Master V750 750W
» Tecware Nexus Air TG White
------------------------------------------------------------------------------------------------------------------------------------------------------------
How to make an OPEN/CLOSE GUI in ROBLOX STUDIO (2024)
Рекомендации по теме
Комментарии
Автор


Model:

Script:
Open GUI LocalScript:
local frame = script.Parent.Parent.Frame


frame.Visible = true
end)

Close GUI LocalScript:
local frame = script.Parent.Parent


frame.Visible = false
end)

Jez_rblx
Автор

Finally a tutorial that actually works. THANK YOU!!!

HisChildfr
Автор

2 years later and it still works perfectly!

Wondrous_Dev
Автор

WHEN I TOUCH OPEN GUI AND ITS NOT WORKING

bloxy
Автор

Finally, a tutorial that actually works. Thank you

AstroBlooket
Автор

bro i swear this guy is our lord and savior of all scripts (this guy is godlike at scripts)

mamakochan
Автор

2 years later and it still works perfectly!

Thank you!

justasmalldeveloper
Автор

it still works if you do


= true
end)


script.Parent.Parent.Visible = false
end)

Josh_
Автор

7 months later and it still works! Thanks for the video, This helped me to make a tool shop!

LaxmisudhaB
Автор

I finally found a tutorial that actually works! :D Thank you so much!

Billy_
Автор

super simple and easy to follow! thanks!

ItsBloxDev
Автор

this actually works thank you so much!

Sub
Автор

This actually works! Thank you! You earned a sub!

ithegamer
Автор

This works! I’ve been struggling for hours, tysm❤

talialovescats
Автор

after you make the gui when you want to creat passes can you you still use text button or you will create a frame under the frame?

autofinisher
Автор

if ur like me and cant find the script this is it

local frame = script.Parent.Parent


frame.Visible = false
end

Movel_DemonOfficial
Автор

best gui tutorial every other one is awful this one perfect

Zinkymations
Автор

how do you get the menu youre opening to be invisible when you start the game, like before you press the open button?

CobAnimates
Автор

Yo, tysm! The tutorial worked, you earned a subscriber.

valisamintlover
Автор

Thanks for the tutorial. I found it useful!

TstyPizza