.new()

Function arguments: {text: string, duration: number, color: Color3, textcolor: Color3}

notifier.new()

You can leave the arguments blank. The defaults are:

text: "nil"

duration: 3

color: Color3.new(1, 1, 1) or White

textcolor: Color3.new(0, 0, 0) or Black

Last updated