I'm currently making a fnf game in scratch but i was trying to improve the arrow input system. Fortunately i watched this video which helped me make a better arrow input system. :D
“No limits” “You can make anything in scratch” I mean, he’s not wrong. Scratch doesn’t have a *code* limit, it’s you’re computer’s quality you should be worrying about.
As a person who joined Scratch since 2016/2017, my soul just practically dies when I see how many sprites you already have for just the arrows. I'm actually surprised you didn't reach the sprite limit.
“( ) mod ( )” operators and constantly increasing variables could be used for looping anims and custom blocks with two inputs like “Note (Note no.) Wait (Seconds)” can be used to clean up the game and save a few frames.
There's an easier way to map the arrows and that's by using lists (below variables). Well... only if you know what those things do. Otherwise using wait blocks is the key.
There's also wait by beats (as apposed to the usual seconds) blocks within the music section that can be added to make the wait periods perfectly on beat (as there is a set bpm block within the same section.)
Yeah, I’m currently working on an fnf engine is scratch using lists. I have an inputted bpm of the song and my own song charter pretty much identical to the debug menu in the original game. Right now I have normal notes, hold notes, fire notes (from vs tricky), dust notes (from vs dust sans), and karma notes (also from vs dust sans). I’ve made great progress and I’m almost done!
4:13 - Skip Sponsor When the explosion appears, then the hitboxes become visible after only a split second. (Stopping the game may possibly be the cause of this issue.) - 6:46 7:24 - This is not Spookeez, this is South. You forgot to link the Scratch Page in the description
A good alternative to brodcasting for arrow spawning is to use custom blocks for the arrows. Say you had a custom block called: spawn (assetvalue here) I would go into detail but i dont have much time, check tutorials too
Here are 3 limits to correct manx: 1. The max FPS is 30 2. you can't make 3D games 3. you can't map stuff to the Ctrl., Enter, Shift and backspace keys(oh yeah and none of the F[Number] Keys)
I have an idea, make a list that tracks your key presses called "Chart." Use that list to spawn the arrows. You might have to still do a "Wait _ seconds" for the intro, but i'd imagine that's a less tedious way to do it.
that scratch project most likely knew your name because they used the "username" block in the speech. so they could put "say: *username*" the "username" block is always set to the player's username so that's how it works basically.
I've made a fnf engine before :D Ash an experienced scratcher, you could actually make all the note hitters for you in 1 sprite and all the notes in another using clones and some variables Also you can make a chart reader that uses numbers to create notes
Scratch is actually WAYYYYYYYYYY more complex with fnf. You could just use a json converter and lists to add the arrow without hard coding the arrows your self. Oh yeah also scratch has a way to track usernames with the sensing block "username"
@@alexsmaniaa please fix your grammar before talking to me, because you make it sound like were talking about ONLY programming language, and not if scratch is a programming language or a game engine
I Made A Fnf Scratch Engine called ta-ta eninge (the name of my engine "ta-ta" reminds me of the version of "dad" in Polish) (because I'm Polish but only speak it tho) Before you but yours Is a bit better, and also I use a similar way to chart but with custom blocks\my blocks Also sorry for the long comment, I watch Mario teaches typing alot
I was scrolling on youtube and found this hehe. I made an fnf engine in scratch too but it was only a song editor. my remake is close to the original tho. And wow this video is good with the editing and I understand how hard it is to chart fnf in scratch hehe. nice video!
In your project the animations glitch out through all the notes after you press a note, the easiest fix I could think of for that would be to put a block at the end of the note scripts that sets the costume to the idle animation's first frame
0:49 Manx Ninja Pig: I actually had to make another Scratch account, because I lost the password to my old one. Me: Couldn't you just reset your password so you can log in again?
You can just do this simple code for bf to animate him: All you have to do is use the wen key press and add the animation and after that add a message in the end of the animation to came back to the idle But you can just use the code you did as well :)
This reminds me of my attempt to also make fnf in scratch I made a menu and stuff but idk how to make songs so you can only make noises I did that at the start of September and haven't touched it since
Vs scratch cat. Now put it against my creation: the cat that meows and teleports to a random position. Simple way: PUT ARROWS EVERYWHERE Complicated way: idk have the poses randomized or something
Scratch does have a limit. When it reaches alot of disk space (mb) it stops saving. And it will not work in the editor if you reload the project and open a save file on your computer.
Hey Manx! You Forgot something On Roblox! They Have UGC (User-Generated Catalog)! Its Basically a Creation of Anything! (Not Bundles and Somethings). Soo its A Freature, You need Blender to Make Hats, Hairs, Face Things, Shirts and Pants! You can Play on PC, Notebook, Mobile. EVEN ON A TOASTER!
you couldhave just made the arrow keys and the idle animation brodcast a message, and from there you could have chosen the charecter disploayed. makes a lot more sense in game. awesome video though (:
i suggest using lists and then iterating through the list and adding notes so a simple song's data whould look like this: 1000 0100 0010 0001 '0' is no note there and '1' is a note there it is not binary
You did not have to do this my man. There is technically already Friday Night Funkin on scratch in the form of "AYS(Add Yourself Singing)" which use FNF songs, and plus, you don't have to make all of the confusing code.
i recommend you that when u suprisely see the name that it says ur name,the code is set as code ''say'' operator double code join ''Hello'' with sensing username with ''!''.
I have done scratch for a few years and your a better coder then me but the more I think of it most of my old Friday night dunking game code was made when I was still bad at coding so when something dosnt work when I add more things I get confused and idk we’re the heck the problem is as the code works for everything else and it’s also hard cause I never delete stuff just take them apart if it dosnt work
8:00 "How did you know my name?" Me(scratch intermediate):...bruh, XD TRICK: You use the username operator. It detects the name of the user account. ez
Download Core to play and create PC games for FREE at bit.ly/MNP-Core
Thanks so much for watching!
ok
OK
ok
Ok
Ok
I'm currently making a fnf game in scratch but i was trying to improve the arrow input system. Fortunately i watched this video which helped me make a better arrow input system. :D
good luck too you cuz i am too its like a trend XD
Good luck, send me the link when you're done :D
yeah i tried that too
Do it with me, ive made one with 5key
u can backpack manx sprites
“No limits”
“You can make anything in scratch”
I mean, he’s not wrong. Scratch doesn’t have a *code* limit, it’s you’re computer’s quality you should be worrying about.
it actually does have a limit, the limitations are infuriating.
50mb limit be like
Hey you forget the clone limit it's 300
But it can be unlimited like a modded versions of scratch like htmlifer PLEASE DONT USE MODDED VERSIONS OF SCRATCH IT MAKE ME SAD 😞
@@tacokitten2510 I mean code limit
As a person who joined Scratch since 2016/2017, my soul just practically dies when I see how many sprites you already have for just the arrows.
I'm actually surprised you didn't reach the sprite limit.
What is it?
I also joined 2017 and the only word I can think of is C L O N E S. The clone limit is 400, no way FNF can fill that.
There was a sprite limit?
@Pr0blems🙃 me nethier
@@cirkulx the clone limit is actually 300
i remember going to this coding class which was really fun even though i learned nothing on how to use scratch but it was fun
I go to a coding class, doesnt teach scratch tho, its called codeNinjas
I went to the place where they do Scratch Day once. It was awesome.
There's a tutorial button that helps u
4:14 is when the sponsor ends.
Same
Manx: This was an absolute pain to map!
Me: *laughs in Chart 14.sb3*
list
Me: *laugh in create blocks*
I love how you're able to master every maker game ever and make Friday night Funkin on it 😂
Facts
Yes true facts
I bet he could make Friday night funkin in geometry dash
Make I on *unity* next
Do you guys realize that 6 other people have done the same thing?
“( ) mod ( )” operators and constantly increasing variables could be used for looping anims and custom blocks with two inputs like “Note (Note no.) Wait (Seconds)” can be used to clean up the game and save a few frames.
Potassium
@@wea_ponsDeltarune reference?
Next video: I made SCRATCH in FRIDAY NIGHT FUNKIN…
Bet
Idk how
@@Aarav_playZ9eereereereereer
Haha, no.
Is that even possible-
FNF vs Scratch
Wow, that game logic part was actually really smart, never would I ever think of that xD. Nice video man!
Thank you I've been waiting for hours now I can use this kit
If you made the entirety of fnf perfectly, it would take hours to load
someone already did that and it loads perfectly
I mean as in every popular mod and the original game.
Entirety of fnf *perfectly* not freeplay
I've been on scratch for about 2-1 years now. Glad you heard about it!
@epicgamer23 wow! Good for you
@epicgamer23 and yes INTRESTING
7:28 Plushtrap, "and balloon boy is actually NIGHTMARE balloon boy-🤓"
There's an easier way to map the arrows and that's by using lists (below variables). Well... only if you know what those things do. Otherwise using wait blocks is the key.
There's also wait by beats (as apposed to the usual seconds) blocks within the music section that can be added to make the wait periods perfectly on beat (as there is a set bpm block within the same section.)
m
4:14 is when the sponsor ends.
a?
Yeah, I’m currently working on an fnf engine is scratch using lists. I have an inputted bpm of the song and my own song charter pretty much identical to the debug menu in the original game. Right now I have normal notes, hold notes, fire notes (from vs tricky), dust notes (from vs dust sans), and karma notes (also from vs dust sans). I’ve made great progress and I’m almost done!
7:04 lol thats actually my game so I just wanna say, LETS FUNKIN GOOOOOOOO Manx my man thanks for playing it.Oh yeah I just subscribed.
Yo I literally did this just recently for my animation class lol 😂
That's cool.
2:15 Hey look, it's me, the guy who uploaded the note poses of Boyfriend in a better quality!
8:01 there is a username block in scratch that you can use so it checks your username
Exactly, that was my project and I’m Animator180 on scratch.
4:13 - Skip Sponsor
When the explosion appears, then the hitboxes become visible after only a split second. (Stopping the game may possibly be the cause of this issue.) - 6:46
7:24 - This is not Spookeez, this is South.
You forgot to link the Scratch Page in the description
YES, finally another fnf video!
"Do you maybe want to create some games or-
Me: YES YES YES
"Core is a PC game-
Me on mobile: *bruh*
Same
Me to 😐
SAME 😭😭😭😭😭😭😭😭🤬🤬🤬😡😡👿😣🙄💩💩💩
im on chromebook :(
I’m on I pad device and I can do it
A good alternative to brodcasting for arrow spawning is to use custom blocks for the arrows.
Say you had a custom block called: spawn (assetvalue here)
I would go into detail but i dont have much time, check tutorials too
Or [Arrow (Left) (Down) (Up) (Right)]
I heard comments about this "note block" trick which connects to the trick you said. I don't know how it works, but it seems very convenient to learn.
@@MemeRaider seems interesting, I might have to dig into this one day.
@@SIG7Pro Yeah it will be extremely useful so I don't have to spend 3 days to map out 2 and a half minutes' worth of notes.
Here are 3 limits to correct manx:
1. The max FPS is 30
2. you can't make 3D games
3. you can't map stuff to the Ctrl., Enter, Shift and backspace keys(oh yeah and none of the F[Number] Keys)
Actually, you can make 3D games, you’ll just have to create the illusion that it’s 3D.
I have an idea, make a list that tracks your key presses called "Chart." Use that list to spawn the arrows. You might have to still do a "Wait _ seconds" for the intro, but i'd imagine that's a less tedious way to do it.
Manx: *says that his is better than the roses one*
Me: at lest it doesn't have a lazy ending and doesn't play all the animations in one
No joke, I am literally working on a 3D platformer on scratch right now
YOOOO MY PROJECT WAS IN THIS!! mine was the fnf platformer. thanks for looking at my project man!
HOW DID SPELL TIME WRONG!!!!
this was very useful! Thank you! Great video as always :D
As a person who knows scratch and used it to make scratch cat spin with (idk how much) rainbows, SUCH TALENTED!!
Soon you'll be able to make FNF on literally everything
No-
even atoms
On a toaster
Next video: "I Made FRIDAY NIGHT FUNKIN' On A POTATO..."
On A shower, pig, smart fridge, floor, school, sm64
that scratch project most likely knew your name because they used the "username" block in the speech. so they could put "say: *username*" the "username" block is always set to the player's username so that's how it works basically.
I've made a fnf engine before :D
Ash an experienced scratcher, you could actually make all the note hitters for you in 1 sprite and all the notes in another using clones and some variables
Also you can make a chart reader that uses numbers to create notes
You can also use a touching color variable
@@superdinoholt2956 1. this comment is 2 years old
2. please never use touching color
@@th1v5 yeah realized that still a easy fix to fix my mistake
Scratch is actually WAYYYYYYYYYY more complex with fnf. You could just use a json converter and lists to add the arrow without hard coding the arrows your self.
Oh yeah also scratch has a way to track usernames with the sensing block "username"
username can only be accessed if you are a Scratcher, which he is not
no
everyone can see it
by using the block
Perfect for this thing i've been waiting for to come out on my birthday
I love this comment but it’s true
Happy Birthday! :)
It’s my birthday!
@@NATER-TAINMENT Happy Birthday
@@npcmcishark7379 thanks, same for you!
4:14 is when the sponsor ends.
Thanks
The among us is sus there
Thx
7:27 his name is plushtrap
Manx: “The charting was very hard!”
Me: *laughs in making a chart handler that can handle real charts*
Fact: Scratch is not a programming language it is a Game Engine
Same thing
@@HyperTextMarkupLanguage-HTML there not
@@alexsmaniaa they pretty much are
@@courtneyking4931 theres a difference between a programming language and Game Engine
@@alexsmaniaa please fix your grammar before talking to me, because you make it sound like were talking about ONLY programming language, and not if scratch is a programming language or a game engine
tip:
you can go along with the original chart with reading it, bcuz the note position is stored in miliseconds
I Made A Fnf Scratch Engine called ta-ta eninge (the name of my engine "ta-ta" reminds me of the version of "dad" in Polish) (because I'm Polish but only speak it tho) Before you but yours Is a bit better, and also I use a similar way to chart but with custom blocks\my blocks
Also sorry for the long comment, I watch Mario teaches typing alot
I was scrolling on youtube and found this hehe. I made an fnf engine in scratch too but it was only a song editor. my remake is close to the original tho. And wow this video is good with the editing and I understand how hard it is to chart fnf in scratch hehe. nice video!
But Have Fun!! 🤩
"red being F A I L" text: SHI-
You are 15?!
16
This guy is 6
16 boy
In your project the animations glitch out through all the notes after you press a note, the easiest fix I could think of for that would be to put a block at the end of the note scripts that sets the costume to the idle animation's first frame
The Super boy have FNF Videos and songs!
I've made scratch 8 times now. Every time I come back to this video I go "oh that seems like a good idea, let's make it!"
I have an addiction
Me when the shadow of the crewmate comes up: Of cou-
Manx right before I finish: The Scratch Cat!
Me afterward: Oh.
Okay It gave me determation to make more games in scratch
Thank you very much🙏
I also like your hard work anywhere you can build anything but with a twist 😂😂
Bro the most impressive thing here is the animation for the cat like WHAAAAAAAT
I can't even make it in roblox studio even though I know how to use it but I can make it in scratch. Epic
So it took you 7 days to make this? Awsome :)
0:49
Manx Ninja Pig: I actually had to make another Scratch account, because I lost the password to my old one.
Me: Couldn't you just reset your password so you can log in again?
“They had us in the first half not gonna lie” 4:15
Me: Ok, Manx Ninja Pig, say you're numbers.
Manx Ninja Pig: ez, one, two, free
Me: What!?
My device is on 1 percent and I wanted to watch this video before it dies, *how much I like your contents*
It’s like everything starts to be among us with this guy
Hey Manx! I use scratch too! I make my videos from there then paste it to turbowarp!
You can just do this simple code for bf to animate him:
All you have to do is use the wen key press and add the animation and after that add a message in the end of the animation to came back to the idle
But you can just use the code you did as well :)
I love scratch I been trying to work on a platformer game I’ve watch a bunch of Tutorials
"Mom can i play fnf?"
"We have fnf at home"
Fnf at home:
This reminds me of my attempt to also make fnf in scratch
I made a menu and stuff but idk how to make songs so you can only make noises
I did that at the start of September and haven't touched it since
Manx Ninja Pig: Core can do a lot of things! You can build games and play other fun games which you like!
Me: Isn’t that just a copy of Roblox?
O AH EE BOP BAP BEEP SKDEEP KEEP BOP BAP KEED BOP BAP BEEP SEED OD *(Definitely How Scratch Cat Speaks In Fnf)*
I also started doing scratch keep up the work!
That one project says hi Manxninjapig because when it starts he says HI (User)
I used scratch like 7 months ago and I had a dream of this.
Vs scratch cat.
Now put it against my creation: the cat that meows and teleports to a random position.
Simple way: PUT ARROWS EVERYWHERE
Complicated way: idk have the poses randomized or something
Scratch does have a limit. When it reaches alot of disk space (mb) it stops saving. And it will not work in the editor if you reload the project and open a save file on your computer.
Sadly I have to go over the coast next year so I won’t be able to see this channel for a week
8:00 they used the username block as stated before the project was opened
HEARTED?! thx i enjoy these vids!
1:13 smooth play Lil bro
You can still use custom blocks, but it will just cut the chart testing part in half and will also be a pain.
Hey Manx! You Forgot something On Roblox! They Have UGC (User-Generated Catalog)! Its Basically a Creation of Anything! (Not Bundles and Somethings). Soo its A Freature, You need Blender to Make Hats, Hairs, Face Things, Shirts and Pants! You can Play on PC, Notebook, Mobile. EVEN ON A TOASTER!
you couldhave just made the arrow keys and the idle animation brodcast a message, and from there you could have chosen the charecter disploayed. makes a lot more sense in game.
awesome video though (:
Me just wait for the video that he makes it 100x better or making all weeks lol
I love your videos I used the link for Core! Thank you Core and MNP!
there is an eaiser way to map the notes, if you make a recording system with a list containing inputs.
3:18 "High Quality Triple A Graphics"
Me: I DIDNT KNOW AAA BATTERIES WERE HD!
I Love Core Now! 😍
i suggest using lists and then iterating through the list and adding notes so a simple song's data whould look like this:
1000
0100
0010
0001
'0' is no note there and '1' is a note there it is not binary
super useful
You did not have to do this my man.
There is technically already Friday Night Funkin on scratch in the form of "AYS(Add Yourself Singing)" which use FNF songs, and plus, you don't have to make all of the confusing code.
I wanna see him make Mario and F.N.F in core! He done many things before,I bet he can do that!
OMG YES I'VE BEEN WAITING FOR THIS FOR SOO LONG
Good job making this, I was going to do the same thing but wow ur much better!
Little did Manx know, he forgot the girlfriend in the middle of scratch cat and BF.
3:29 when you finally realize that roblox tricks you into thinking you get paid for making games
fax
I thought the title was - I Made SCRATCH In FRIDAY NIGHT FUNKIN'
As a regular Scratch user,it’s pretty good,better then I can make,GG
The opponent is!.... Amogu- THE SCRATCH CAT!
i recommend you that when u suprisely see the name that it says ur name,the code is set as code ''say'' operator double code join ''Hello'' with sensing username with ''!''.
2:22 THE SOUND OF BF🤣🤣🤣
I have done scratch for a few years and your a better coder then me but the more I think of it most of my old Friday night dunking game code was made when I was still bad at coding so when something dosnt work when I add more things I get confused and idk we’re the heck the problem is as the code works for everything else and it’s also hard cause I never delete stuff just take them apart if it dosnt work
Imagine recreating a platformer like Mario or Sonic 1 in scratch lmao
Some of them are pretty gud actually
That was a quick reply lol
8:00 "How did you know my name?"
Me(scratch intermediate):...bruh, XD
TRICK: You use the username operator. It detects the name of the user account. ez
Manxninjapig that’s springtrap from FNAF 😁
I love both scratch and FNF!!
8:05 there's username block in sensors