Get an entity from its net ID?Solved
I have an entities net id in ulong form. Is there a way to convert it back into a basenetworkable entity?
BaseNetworkable.serverEntities.Find(netID);
Locked automatically