π§ͺ Potion Boosts
This basically allows you to set timed boosts for currencies.
GetMultiplierβ
local Framework = require(path).GetServer()
local PotionBoosts = Framework.PotionBoosts
PotionBoosts.GetMultiplier(player, "Wins")
GiveBoostβ
Give a boost to a player, for a currency, with a multiplier and amount of time (in seconds)
PotionBoosts.GiveBoost(player, "Wins", 10, 60) -- 10x Wins for 60 Seconds