Entity:SetNetworkDataValue(Entity, enumeration/NETWORK_VARIABLE_TYPE, number, boolean|number|number|Vector|Angle|string|Entity)

shared
Sets a data table variable of the given type, in the given slot, to the given value. Slots start at 0 and there's 32 slots per type (except for strings, which have 4 slots and a limit of 512 characters per string).

Arguments

Examples

Entity:SetNetworkDataValue – Sets a data table variable of the given type, in the given slot, to the given value. Slots start at 0 and there's 32 slots per type (except for strings, which have 4 slots and a limit of 512 characters per string).