Entity:SetNetworkedInt
Description
We advise against using this. It may be changed or removed in a future update.
You should use Entity:SetNWInt instead.
Sets a networked integer value at specified index on the entity.
The value then can be accessed with Entity:GetNetworkedInt both from client and server.
Running this function clientside will only set it clientside for the client it is called on.