Advertisement
devv

Parks and Recreation S06E19 HDTV x264-LOL

Apr 10th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Player = game.Players.LocalPlayer
  2. Mouse = Player:GetMouse()
  3. gui = script.Parent
  4. box = gui.Box
  5. Open = false
  6.  
  7.  
  8. function PressM(key)
  9. if (key == "M")then
  10. if (Open == false) then
  11. Box.Visible = true
  12. Open = true
  13. elseif (Open == true) then
  14. box.Visible = false
  15. Open = false
  16. end
  17. end
  18. end
  19.  
  20. Mouse.KeyDown:connect(PressM)-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement