Entity:SetPreventTransmit
Description
Prevents the server from sending any further information about the entity to a player.
You must also call this function on all entity's children. See Entity:GetChildren.
Entity:SetFlexScale and other flex/bone manipulation functions will create a child entity.
Arguments
1 Player or CRecipientFilter player
The player to stop networking the entity to. Can also be a CRecipientFilter or a table as of March 2024 to affect multiple players at once.
Example
This will loop through all children entities of the ent passed and stop networking them too. Works with nextbots/players