Nova355killer

print store open script

Apr 27th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. function GetFrom(model) return game:GetService'Workspace'[tostring(model)]:GetChildren()[1].Extra:FindFirstChild'Sign'.Decal; end local bank = GetFrom'Banks' local jewelry = GetFrom'Jewelrys' bank.Changed:connect(function(prop) if prop == 'Transparency' then if bank.Transparency ~= 0 then print('Bank is open')end end end) jewelry.Changed:connect(function(prop)if prop == 'Transparency' then if jewelry.Transparency ~= 0 then print('Jewelry is open') end end end) print('Stores Ready To Rob: (If nothing shows, nothing is ready)') if GetFrom'Banks'.Transparency ~= 0 then print('Bank is open') end if GetFrom'Banks'.Transparency ~= 0 then print('Jewelry is open') end
Add Comment
Please, Sign In to add comment