Free Products System | by Atelier Group

Hello everyone! I know probably all of us were excited for Parcel’s new Roblox hub.

Some of us might be using @Gandhi20’s Free Products System, which is currently using the old Roblox hub.

That’s why we at Atelier made our own Free Products System, using the new Roblox hub.

How to set up:

  1. Locate the ParcelLoader script in ServerScriptService and change the loader ID to 18805948674.
    image
    image

– If you are already using @Gandhi20’s Free Products System, your setup is already complete –

  1. Insert a ModuleScript in ReplicatedStorage and rename it to FreeProducts.
    image
  2. Add this code to the module.
local productIds = {
	"product id here",
}

local function isFree(productId)
	if table.find(productIds, productId) then
		return true
	else
		return false
	end
end

return isFree
  1. Done!

And now I have the atelier Hub in my group :rage:

The system has been fixed, sorry for any inconveniences caused!

its worked.