Ok I have a basic program written as such:
When "Tab" key is pressed set "Player button" to visible
When "Player button: is pressed spawn object "Player"
When "Q" key is pressed set "Player button" to invisible.
I can toggle the player button to visible to invisible as long as I don't spawn the player. As soon as I spawn the player the invisible option no longer works. Any thoughts? Thanks