ROBLOX Studio Scripting Tutorial : How To Make A Open/Close Button GUI!!!
Описание
In This video I will teach you guys how to make a Open/Close button GUI. It is very easy to make and fun. I put a lot of work into making my video and hope you guys enjoy!
MAKE SURE TO LIKE AND SUBSCRIBE!
Watch my previous video on how to do a Catalog Heaven Speed Glitch : https://www.youtube.com/watch?v=YO_lrD1zsqI&t=52s
SUBSCRIBE HERE ! : https://www.youtube.com/channel/UCvApLtU8L70fSum7xp3Oi9w?view_as=subscriber
My Discord Server : https://discord.gg/mSxvSfF
AND REMEMBER TO STAY AWESOME!!!
Script:
script.Parent.MouseButton1Click:connect(function()
if script.Parent.Parent.Frame.Visible == false then
script.Parent.Parent.Frame.Visible = true
script.Parent.Text = 'Close'
else
script.Parent.Parent.Frame.Visible = false
end script.Parent.Text = 'Open'
end)
Model : https://web.roblox.com/library/2245209953/Open-Close-Button-Gui-WITH-FRAME
Рекомендуемые видео



















