You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rhythm Extension lets you create rhythm games! such as FNF, Parappa The Rapper, DDR, and more! 🎤
It has a simple setup with only a few objects used ( Note, NoteChanger, NoteTrigger, NoteDeleter, Player ) to make this extension very simple to use.
How to use the extension
STEPS
1 - Put the Rhythm Behavior on the "Note" object
2 - Add the "Note moves upward" condition
3 - Add a variable to the "Note" object called "TypeOfNote" ( You can change the name to anything. )
4 - Create a "NoteChanger" object and create 4 instances of it ( or more depending on how many notes you need. ) and assign them their own variable number from 1-4
5 - Go into the extension
6 - Go into the "CreateNote" condition and change it to the specific x & y position of the "NoteChanger" object ( with each variable ) when a note spawns
7 - When the "Note" object is in collision with the "NoteChanger" object, set the Note object "TypeOfNote" variable to the assigned variable for the "NoteChanger" object
8 - This is optional - For each note object with their now assigned variable number from the note changer change the design of the note
9 - Create a new object called "NoteTrigger"
10 - When any of the WASD keys was clicked while the Note object was in collision with the "NoteTrigger" object it will delete the note object ( and if there are particles it will create particles. )
11 - Create a new object called "NoteDeleter"
12 - When the "Note" object is in collision with the "NoteDeleter" object, delete the "Note" object
There you go! Thats all the steps to use this extension.
👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏
👋 Thanks for your submission! We are sorry, but the filename of the extension has unrecognized characters. Since filenames with weird character can cause all kinds of problems and security flaws, our system won't allow file names with other characters than normal latin upper- and lowercase characters or numbers. Additionally, the first character must be an uppercase character. Please update your original submission post with a new zip file containing your extension with another file name following those guidelines 🙏
Description
The Rhythm Extension lets you create rhythm games! such as FNF, Parappa The Rapper, DDR, and more! 🎤
It has a simple setup with only a few objects used ( Note, NoteChanger, NoteTrigger, NoteDeleter, Player ) to make this extension very simple to use.
How to use the extension
STEPS
1 - Put the Rhythm Behavior on the "Note" object
2 - Add the "Note moves upward" condition
3 - Add a variable to the "Note" object called "TypeOfNote" ( You can change the name to anything. )
4 - Create a "NoteChanger" object and create 4 instances of it ( or more depending on how many notes you need. ) and assign them their own variable number from 1-4
5 - Go into the extension
6 - Go into the "CreateNote" condition and change it to the specific x & y position of the "NoteChanger" object ( with each variable ) when a note spawns
7 - When the "Note" object is in collision with the "NoteChanger" object, set the Note object "TypeOfNote" variable to the assigned variable for the "NoteChanger" object
8 - This is optional - For each note object with their now assigned variable number from the note changer change the design of the note
9 - Create a new object called "NoteTrigger"
10 - When any of the WASD keys was clicked while the Note object was in collision with the "NoteTrigger" object it will delete the note object ( and if there are particles it will create particles. )
11 - Create a new object called "NoteDeleter"
12 - When the "Note" object is in collision with the "NoteDeleter" object, delete the "Note" object
There you go! Thats all the steps to use this extension.
Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
RhythmExample.zip
Extension file
Rhythm.json
The text was updated successfully, but these errors were encountered: