Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- step 1: create a play button name it PlayButton
- step 2: copy script
- local PlayButton = script.parent.PlayButton
- local MainFrame = script.Parent
- --scripts--
- PlayButton.MouseButton1Click:Connect(function()
- MainFrame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment