Advertisement
Jackthehunter25

Untitled

Mar 24th, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local Exit = script.Parent.Exit
  2. local TheCommands = script.Parent
  3. local Main = script.Parent.MainFrame
  4. local Open = script.Parent.Open
  5.  
  6. Open.MouseButton1Up:Connect(function()
  7.  
  8.  
  9. TheCommands:TweenPosition(
  10. UDim2.new(4.425, 0,0.716, 0),
  11. "Out",
  12. "Quad",
  13. 1,
  14. false
  15. )
  16.  
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement