Hi, I was wondering if it was possible to make a notification function similar to nexus.
instead of just
[lua]LocalPlayer():PrintChat( "First/Last name error!", false )[/lua]
I would like something like this.
[lua]kiwi.notify.player( "First/Last name error",(20, 150, 20, 255), false )[/lua]
it would also be in red instead of the normal chat colour.