Hey, i added your example code to my client.lua. I can confirm that skill is increased but the event doesnt trigger. Any idea?
RegisterNetEvent('cw-rep:client:repWasUpdated', function(skills)
print('new skills', json.encode(skills, {indent=true})) -- remove this line after you know how `skills` look
-- Add code to do something with this info
end)