Skip to main content

💖Favourite Chest

This is an interface for creating the function when a player favourites the game using the favourite chest.

local Framework = require(path.to.framework).GetServer()
local FavouriteChest = Framework.FavouriteChest

FavouriteChest.setReward(function(player: Player)
print(`{player.Name} has redeemed the favourite chest`)
end)