LUA Recreations of Removed JSE Features #429
Replies: 5 comments 4 replies
-
|
yay |
Beta Was this translation helpful? Give feedback.
-
|
For hiding score text, use this code in your LUA script:
|
Beta Was this translation helpful? Give feedback.
-
|
Can someone modify the double note ghost script to not make the camera zoom in when there's double notes? |
Beta Was this translation helpful? Give feedback.
-
|
to make every object fade out thats in a camera do this: for camGame: doTweenAlpha('Fade', 'camGame', 0, 'expoOut') for camHud: doTweenAlpha('Fade', 'camHud', 0, 'expoOut') for camOther: doTweenAlpha('Fade', 'camOther', 0, 'expoOut') |
Beta Was this translation helpful? Give feedback.
-
|
wow you remember this page existed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello. this is a page where you can find lua scripts that accurately recreate any removed feature from JSE if you want it.
More Max Health and 0% Health Limit on Practice
Double Note Ghosts (made by Laztrix)
Hide ScoreTxt:
setProperty('scoreTxt.visible', false)Score Text Size:
setTextSize('scoreTxt', 18)Time Text Bounce
Playback Rate Controls
Camera Note Movement (made by An Ammar)
Only Sicks
YouTube Watermark
Rating Counter
Beta Was this translation helpful? Give feedback.
All reactions