Is there a way to get the baseplayer on
void OnItemUse(Item item, int amountToUse)
{
Puts("OnItemUse works!");
} void OnItemUse(Item item, int amountToUse)
{
Puts("OnItemUse works!");
}