Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require(component)
- local squiser_uuid = ''
- local fermenter_uuid = ''
- local refiner_uuid = ''
- local diesel_uuid = ''
- local squiser = component.proxy(component.get(squiser_uuid))
- local fermenter = component.proxy(component.get(fermenter_uuid))
- local refiner = component.proxy(component.get(refiner_uuid))
- local diesel = component.proxy(component.get(diesel_uuid))
- local function is_squizer_inventory_full()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement