1MinuteRoblox

Credits Close Script by 1MinuteRobloxTutorials

Jun 24th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. script.Parent.MouseButton1Click:Connect(function()
  2. script.Parent.Parent.Visible = false
  3.  
  4. if not script.Parent.Parent.Visible then
  5. script.Parent.Parent.Parent.MainFrame.Visible = true
  6. end
  7. end)
  8.  
  9. --Scripted by 1MinuteRobloxTutorials
  10.  
Advertisement
Add Comment
Please, Sign In to add comment