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

NEVERMIND GAMEBANANA CAME THROUGH (lua) how do i hide the health bar, and nothing else? #7365

Closed
wubbzyfan opened this issue Mar 21, 2022 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@wubbzyfan
Copy link

wubbzyfan commented Mar 21, 2022

###I GOT AN ANSWER

Describe your problem here.

all i wish to do is hide not the arrows, not the info, just the bar, because i've set up a different health system, and showing the health bar makes it look bad

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

Did you edit anything in this build? If so, mention or summarize your changes.

No

@wubbzyfan wubbzyfan added the help wanted Extra attention is needed label Mar 21, 2022
@wubbzyfan wubbzyfan changed the title I wanna hide the healthbar, and NOTHING ELSE. i got it answered somewhere else Mar 21, 2022
@wubbzyfan wubbzyfan changed the title i got it answered somewhere else how do i delete this question, cuz i got it answered somewhere else, Mar 21, 2022
@wubbzyfan wubbzyfan changed the title how do i delete this question, cuz i got it answered somewhere else, (lua) how do i hide the health bar, and nothing else? Mar 21, 2022
@wubbzyfan wubbzyfan changed the title (lua) how do i hide the health bar, and nothing else? NEVERMIND GAMEBANANA CAME THROUGH (lua) how do i hide the health bar, and nothing else? Mar 21, 2022
@wubbzyfan
Copy link
Author

Well then how did you do it? Youve got me curious :0
it was
function onCreatePost()
setProperty('healthBar.visible', false)
setProperty('healthBarBG.visible', false)
setProperty('iconP1.visible', false)
setProperty('iconP2.visible', false)
end

@DabbinDude316B
Copy link

lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants
@ShadowMario @wubbzyfan @DabbinDude316B and others