Here’s the code that is run when a packet is received (with the net library):
local ent = ents.CreateClientProp("models/REDACTED.mdl");
ent:Spawn();
GAMEMODE.associatedModels[net.ReadString() --[[ the steam id --]]] = ent;
When I later print the table, it says that the client entity is a NULL one.