1. So I forgot to set unload on the new version of admin radar im working on. So the component is still attached to my character and i cant seem to destroy the gameobject its running as
     
  2. You could restart the server or you loop through all components attached to the player and delete the one you want to delete by name. Basically the type of the component you created is no longer the same because your plugin changed.
     
  3. hmm Thanks
    [DOUBLEPOST=1473722226][/DOUBLEPOST]Server Restart did work
     
  4. Lol So I guess
    Code:
    GameObject.Destroy(player);
    Doesn't completely get rid of your player