Modding Help Is there a good way to make the player completely invisible?

Discussion in 'Starbound Modding' started by UC101, Mar 7, 2017.

  1. UC101

    UC101 Void-Bound Voyager

    Like the title says, I need the player to be invisible, and have it work in mulitplayer.
    I haven't been able to find any good solutions to this for the release version of starbound, if there is a mod for it I'd love to have it otherwise how would I go about doing this?
    This is for use as a camera of sorts.

    If this isn't possible, is there a way to unlock the camera instead (like a free-cam), so the player is just off screen?
     
  2. lazarus78

    lazarus78 The Waste of Time

    There is the "invisible" status effect. Just make a clothing item or something apply this effect on equip. Done and done.
     
  3. UC101

    UC101 Void-Bound Voyager

    cool, thank you for the help :)
     
  4. bk3k

    bk3k Oxygen Tank

    Also possible with techs.
    Code:
    #### `void` tech.setParentHidden(`bool` hidden)
    
    Sets whether to make the player invisible. Will still show the tech.
     

Share This Page