Entity:SetNWAngle
Description
Sets a networked angle value on the entity.
The value can then be accessed with Entity:GetNWAngle both from client and server.
There's a 4095 slots Network limit. If you need more, consider using the net library or Entity:SetNW2Angle. You should also consider the fact that you have way too many variables. You can learn more about this limit here: Networking_Usage
Running this function clientside will only set it for the client it is called on.
Arguments
Example
This will set the networked angle 'direction' on all clients that is pointing straight up.