How to make a opening an closing frame in 60 seconds
Channel:
Subscribers:
86
Published on ● Video Link: https://www.youtube.com/watch?v=z_ZvPZqoY3I
Well i did pretty great i am sponsor my game if you want to support me the click down below
My Game: https://www.roblox.com/games/123180312814155/Rainbow-Friends-PlayGround-Tung-Tung-Tung-Sahur
Script for opening
script.parent.MouseButton1Click:Connect(Function()
script.parent.parent.NameOfYourFrame.visible = true
end)
Script for closing (Warning make sure you have the button)
script.parent.MouseButton1Click:Connect(Function()
script.parent.parent.visible = false
end)
Timecodes
0:00 Intro
0:08 Making the ScreenGui
0:11 Making the Frame
0:15 Making the button 1
0:18 Scripting the Button 1
0:35 Making the button 2
0:37 Add color to button 2
0:39 Scripting the button 2
0:50 Testing it
1:07 Outro