Advertisement
HowToRoblox

CloseButtonGamepassScript

Dec 28th, 2019
1,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. script.Parent.MouseButton1Click:Connect(function()
  2.    
  3.     script.Parent.Parent.Parent.OpenButton.Visible = true
  4.     script.Parent.Parent.Visible = false
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement