Entity:SetNWFloat
Description
Sets a networked float (number) value on the entity.
The value can then be accessed with Entity:GetNWFloat both from client and server.
Unlike Entity:SetNWInt, floats don't have to be whole numbers.
Running this function clientside will only set it for the client it is called on.
Arguments
Example
This will set the networked float 'money' on all clients to 10.5.