Is there a way to get active buffs?Solved
I'm trying to implement some stuff and I was wondering if there's a way to check what kind of tea buffs are on a specific player at the moment.
BasePlayer has a "modifiers" field of type PlayerModifiers. You could try using that, see if that helps you.
Thanks! I found them. player.modifiers.All will give a list of all the active tea buffs on a player.
Locked automatically