Whitelist

Just simply insert this into the main part of your product and change the secretkey and product name.

The script must be a normal script, local scripts won't work!

local Whitelist = require(111087866492370)

if Whitelist.CheckOwnership(" secretkey", " product name") then
    --Product owned
else
    --Product not owned
end

Last updated