Advertisement
Guest User

On localScript

a guest
Apr 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. script.Parent.MouseButton1Click:Connect(function)
  2. if script.Parent.Parent.Parent.Value.Value == false then
  3. script.Parent.Parent.Parent.shop.Visible = false
  4. script.Parent.Parent.Parent.Value.Value = true
  5. script.Parent.Off.Disabled = false
  6. script.Disabled = true
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement