Advertisement
HowToRoblox

OpenGamepassGuiScript

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