Uploaded February 2023 | Updated September 2026, 2 weeks ago
psych lua scripts. CAN BE TESTED ON MY MOD RIGHT NOW!
make 2 .lua s in untold-loneliness song data (one named modchart.lua and the other script.lua)
put this in both of them:
function onCreate()
if getPropertyFromClass('flixel.FlxG', 'save.data.cameramove') == true then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', false)
elseif getPropertyFromClass('flixel.FlxG', 'save.data.cameramove') == false then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', true)
end
end
function onStepHit()
if curStep % 32 == 0 then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', true)
setPropertyFromClass('flixel.FlxG', 'save.data.wantnonmovingicons', true)
end
if curStep % 64 == 0 then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', false)
setPropertyFromClass('flixel.FlxG', 'save.data.wantnonmovingicons', false)
end
end
enjoy! (the version of the mod I have currently uses multi scripts! but the one I released does not! (only has 2 scripts allowed))
psych lua scripts. CAN BE TESTED ON MY MOD RIGHT NOW!
make 2 .lua s in untold-loneliness song data (one named modchart.lua and the other script.lua)
put this in both of them:
function onCreate()
if getPropertyFromClass('flixel.FlxG', 'save.data.cameramove') == true then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', false)
elseif getPropertyFromClass('flixel.FlxG', 'save.data.cameramove') == false then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', true)
end
end
function onStepHit()
if curStep % 32 == 0 then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', true)
setPropertyFromClass('flixel.FlxG', 'save.data.wantnonmovingicons', true)
end
if curStep % 64 == 0 then
setPropertyFromClass('flixel.FlxG', 'save.data.cameramove', false)
setPropertyFromClass('flixel.FlxG', 'save.data.wantnonmovingicons', false)
end
end
enjoy! (the version of the mod I have currently uses multi scripts! but the one I released does not! (only has 2 scripts allowed))








![[FNF - Star Catcher] M.I.L.F but I edited it.
I made all the code for this.
I made all events, parts for the modcharts, stage. [FNF - Star Catcher] M.I.L.F but I edited it.](https://i.ytimg.com/vi/XqIWFUIou8E/mqdefault.jpg)

