filmov
tv
How to make a OPEN/CLOSE GUI | ROBLOX STUDIO (2024)
Показать описание
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)
--------------------------------------
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)
Комментарии