How to hide the opponent's icon? #7519
-
|
I'm trying to hide the opponent's icon in a song I'm working on, but all the methods that I know of have failed. I don't want to remove the opponent from the song as that causes the camera to bug out, and I don't want to make an invisible opponent as I still need them in the song, just having no icon on the health bar. How would I hide just their icon in this song with a script while still keeping the health bar, score text, and bf's icon? |
Beta Was this translation helpful? Give feedback.
Answered by
NotHyper-474
May 4, 2026
Replies: 1 comment 1 reply
-
|
You should be able to hide it with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Spikefall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to hide it with
PlayState.instance.iconP2.visible = false;