InfMods

easy working roblox play button script

Sep 23rd, 2022
2,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. step 1: create a play button name it PlayButton
  2. step 2: copy script
  3.  
  4.  
  5. local PlayButton = script.parent.PlayButton
  6. local MainFrame = script.Parent
  7.  
  8. --scripts--
  9. PlayButton.MouseButton1Click:Connect(function()
  10. MainFrame.Visible = false
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment