Is chat suggestion client sided?

I’m just curious is TriggerEvent(‘chat:addSuggestion’, client sided only, or can I use it server sided.

TriggerClientEvent :bulb:

It is a client thing, but you can also just TriggerClientEvent from the server with what you want as well.

Oh thanks, I just was curious rather than making a client script.