Use RegisterNetEvent rather than RegisterServerEvent, doesn't really make a difference but it annoys a lot of people, myself included.
There's also no need for event handlers AddEventHandler('rinkinys:receiveKit', function(), it's simply unnecessary.
You should handle cooldowns for people on the server and not on the client.
You ought to include some security for your server-side events too, right now anyone could give themselves infinite items.
