LUA Recreations of Removed JSE Features #429
Replies: 6 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.
-
|
The Showcase Mode script has been updated, fixing an issue where it wouldn't work with H-Slice due to that engine not having Note Multipliers. |
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
Render Info (recreated by Just Another Random)
Random Botplay Text (includes the fnaf jumpscare)
Health Bar Intro Tween
Showcase Mode
NOTE: Rating Counter, Double Note Ghosts and Showcase Mode are not supported on most engines!
Beta Was this translation helpful? Give feedback.
All reactions