top of page
Website Created by fabr with logo by Logined Guest and inspired by Requiem and Psych News. Support Friday Night Funkin' on Newgrounds and Itch.io All characters and original Friday Night Funkin' game material belong to The Funkin Crew
bottom of page
you'll need to create a file called "PixelUI", u save ur pixel note's assets there and the put this in ur script. function onCreatePost() for i = 0, getProperty('opponentStrums.length')-1 do setPropertyFromGroup('opponentStrums', i, 'texture', '(the name of the opponent's notes assets)'); end for i = 0, getProperty('unspawnNotes.length')-1 do if getPropertyFromGroup('unspawnNotes', i, 'mustPress') == false then setPropertyFromGroup('unspawnNotes', i, 'texture', '(the name of the opponent's notes assets)'); end end for i = 0, getProperty('playerStrums.length')-1 do setPropertyFromGroup('playerStrums', i, 'texture', '(the name of bf's notes assets)''); end for i = 0, getProperty('unspawnNotes.length')-1 do if getPropertyFromGroup('unspawnNotes', i, 'mustPress') then setPropertyFromGroup('unspawnNotes', i, 'texture', '(the name of bf's notes assets)'); end end end