Advertisement
Guest User

On localScript

a guest
Apr 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 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 = true
  4. script.Parent.Off.Disabled = false
  5. script.Disabled = true
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement