Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Open And Close Script
- (Open)
- local frame = script.Parent.Parent.Frame
- script.parent.MouseButton1Click:Connect(function()
- frame.Visible = true
- end)
- (Close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement