private void Start() { actor = InstantiateActor(); actor.Initialize(1, "TestDude"); Server.actors.Add(actor.actorID, actor); /* Remove this and make script to spawn all actors. * Maybe use a database of some kind to store a ton of actors * Then get a unique id for all of them maybe in storage */ }