Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Open script
  2. script.Parent.MouseButton1Click:Connect(function()
  3. game.Players.LocalPlayer.PlayerGui.Gui.MainFrame.Visible = true
  4. game.Players.LocalPlayer.PlayerGui.Gui.Open.Visible = false
  5. end)
  6.  
  7. Exit script
  8. script.Parent.MouseButton1Click:Connect(function()
  9. game.Players.LocalPlayer.PlayerGui.Gui.MainFrame.Visible = false
  10. game.Players.LocalPlayer.PlayerGui.Gui.Open.Visible = true
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement