Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the health bar dissapear #11606

Closed
GWRRailway opened this issue Dec 29, 2022 · 2 comments
Closed

Making the health bar dissapear #11606

GWRRailway opened this issue Dec 29, 2022 · 2 comments
Labels
question Further information is requested

Comments

@GWRRailway
Copy link

What is your question?

How do I make the health bar be invisible/out of view with lua?

@GWRRailway GWRRailway added the question Further information is requested label Dec 29, 2022
@TheKitBoi
Copy link

setProperty('iconP1.visible',false)
setProperty('iconP2.visible',false)
setProperty('healthBar.visible',false)
setProperty('healthBarBG.visible',false)

@Drawoon2
Copy link

setProperty('iconP2.visible',false)
setProperty('iconP1.visible',false)
setProperty('healthBar.alpha',0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants