Advertisement
G9_LowGround

close/open

Jun 15th, 2019
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. close:
  2. script.Parent.MouseButton1Click:Connect(function()
  3. game.Players.localPlayer.PlayerGui.ScreenGui.MainFrame.Visible = false
  4. end)
  5.  
  6. open:
  7. script.Parent.MouseButton1Click:Connect(function()
  8. game.Players.localPlayer.PlayerGui.ScreenGui.MainFrame.Visible = true
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement