A quick guide on setting premium status for player!
-- Does the same thing but with a export and in server
-- @param source (number) - Players source you want to set the progress to
---@param time (number) -- Time in days
exports['resourcename']:AddPremiumStatusToPlayer(source, time)
-- EXAMPLE
exports['KOJA_DAILYREWARDS']:AddPremiumStatusToPlayer(source, 15)