JamsIsTaken

Open/close GUI Script Roblox

Dec 19th, 2019
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. script.Parent.MouseButton1Click:Connect(function()--replace script.parent with your properties. Also on the left where I put spaces replace that with tab
  2. script.Parent.Parent.Frame.Visible = true --Again just replace what I said with your own properties
  3. end)
Advertisement
Add Comment
Please, Sign In to add comment