Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Exit = script.Parent.Exit
- local TheCommands = script.Parent
- local Main = script.Parent.MainFrame
- local Open = script.Parent.Open
- Open.MouseButton1Up:Connect(function()
- TheCommands:TweenPosition(
- UDim2.new(4.425, 0,0.716, 0),
- "Out",
- "Quad",
- 1,
- false
- )
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement