Whitelist

Whitelist Module Script

local Module = require(18725207680)
if Module:WhitelistAsync({
		ProductUUID = "",
		GuildUUID = "",
		OptOutBlacklists = false
	}) then
        warn("Whitelisted")
else
	warn("Not whitelisted")
end

Make sure to give users the option to optout of blacklists. Other than that after you paste in your stuff you can obfuscate this code and ship it to production.

Last updated