Modcharts 101 - FunkinModdingPlus/ModdingPlus GitHub Wiki
Introduction
What's a Modchart? a Modchart Is a way to do almost everything in the middle or anytime throughout the song
What can a modchart do? Well a modchart can do alot of things and I've seen the most popular Is enemy effects
Enemy effects/playerTwoSing
With a modchart you can make It so everytime It's the enemy's turn It can do a special effect (i.e play animations or shake the camera)
How to get started
Download the template hscript In this GitHub repository and place It In "assets\data\songfolder" and rename It to modchart (make sure the ending extension Is .hscript)
Once there I'd recommend asking for help In the Discord server If you are unsure or don't know much coding knowledge specifically haxe ane haxeflixel
How to make girlfiend or boyfriend play animations
gf.playAnim('template'); boyfriend.playAnim('template'); dad.playAnim('template');