HowToRoblox

OpenGuiScript

Oct 26th, 2019
1,623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local ClickDetector = game.Workspace.Shopkeeper:WaitForChild("ClickDetector")
  2.  
  3.  
  4. ClickDetector.MouseClick:Connect(function()
  5.    
  6.     script.Parent.Visible = true
  7. end)
Add Comment
Please, Sign In to add comment