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.
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.
“( ) 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.
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
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!
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.
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
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
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)
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"
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
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.
@@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
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 :)
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?
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 first, This video is sponsored by core." Can this even get any worse? "This video is sponsored by honey" Nice vid tho! I don't play core tho. I play roblox.
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
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.
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
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 (:
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
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
1. you're supposed to make 2 sprites for the arrows (1 Input, your gonna need cloning 2 outputs the arrows coming after the inputs, you need some cloning too!) 2. YOUR SUPPOSED TO CODE THE CHART, NOT CLONE IT! 3. you never do stuff right
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.
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
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'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
“( ) 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?
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*
Next video: I made SCRATCH in FRIDAY NIGHT FUNKIN…
Bet
Idk how
@@Aarav_playZ9eereereereereer
Haha, no.
Is that even possible-
FNF vs Scratch
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 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?
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
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
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:27 his name is plushtrap
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.
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.
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!
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.
"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
YES, finally another fnf video!
tip:
you can go along with the original chart with reading it, bcuz the note position is stored in miliseconds
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
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.
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
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.
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
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
No joke, I am literally working on a 3D platformer on scratch right now
The Super boy have FNF Videos and songs!
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!
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
4:14 is when the sponsor ends.
Thanks
The among us is sus there
Thx
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.
this was very useful! Thank you! Great video as always :D
"red being F A I L" text: SHI-
As a person who knows scratch and used it to make scratch cat spin with (idk how much) rainbows, SUCH TALENTED!!
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
8:05 there's username block in sensors
But Have Fun!! 🤩
Manx: “The charting was very hard!”
Me: *laughs in making a chart handler that can handle real charts*
You are 15?!
16
This guy is 6
16 boy
YOOOO MY PROJECT WAS IN THIS!! mine was the fnf platformer. thanks for looking at my project man!
HOW DID SPELL TIME WRONG!!!!
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
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'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
I Love Core Now! 😍
Me when the shadow of the crewmate comes up: Of cou-
Manx right before I finish: The Scratch Cat!
Me afterward: Oh.
The opponent is!.... Amogu- THE SCRATCH CAT!
1:13 smooth play Lil bro
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?
Me: Ok, Manx Ninja Pig, say you're numbers.
Manx Ninja Pig: ez, one, two, free
Me: What!?
“They had us in the first half not gonna lie” 4:15
It’s like everything starts to be among us with this guy
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!
"Mom can i play fnf?"
"We have fnf at home"
Fnf at home:
Little did Manx know, he forgot the girlfriend in the middle of scratch cat and BF.
Bro the most impressive thing here is the animation for the cat like WHAAAAAAAT
Okay It gave me determation to make more games in scratch
Thank you very much🙏
Hey Manx! I use scratch too! I make my videos from there then paste it to turbowarp!
3:18 "High Quality Triple A Graphics"
Me: I DIDNT KNOW AAA BATTERIES WERE HD!
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?
8:00 they used the username block as stated before the project was opened
HEARTED?! thx i enjoy these vids!
O AH EE BOP BAP BEEP SKDEEP KEEP BOP BAP KEED BOP BAP BEEP SEED OD *(Definitely How Scratch Cat Speaks In Fnf)*
10:17 gamer moment
"But first, This video is sponsored by core."
Can this even get any worse?
"This video is sponsored by honey"
Nice vid tho!
I don't play core tho. I play roblox.
OHHHHH MYY GODD OHHH- Me too I play roblox
I love scratch I been trying to work on a platformer game I’ve watch a bunch of Tutorials
Me just wait for the video that he makes it 100x better or making all weeks lol
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
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.
So it took you 7 days to make this? Awsome :)
plushtrap
8:33 That song is from the SMG4 If Mario was in FNF Video
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
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
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!
I thought the title was - I Made SCRATCH In FRIDAY NIGHT FUNKIN'
My device is on 1 percent and I wanted to watch this video before it dies, *how much I like your contents*
4:18 I thought the Amongus was gonna be the poosent
So, the bf opponent will be..... _amoung us for a sec_ the scratch cat!!
I also like your hard work anywhere you can build anything but with a twist 😂😂
I also started doing scratch keep up the work!
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 (:
That one project says hi Manxninjapig because when it starts he says HI (User)
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
As a regular Scratch user,it’s pretty good,better then I can make,GG
I love your videos I used the link for Core! Thank you Core and MNP!
You can still use custom blocks, but it will just cut the chart testing part in half and will also be a pain.
7:24 *south plays* this is spookies
Good job making this, I was going to do the same thing but wow ur much better!
I used scratch like 7 months ago and I had a dream of this.
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
3:29 when you finally realize that roblox tricks you into thinking you get paid for making games
fax
There is an engine called the cabalex engine in scratch, and it is very, very good.
Many mods have been made on scratch with it
I installed core and I love it!
Legend
Cries in phone
L
1. you're supposed to make 2 sprites for the arrows (1 Input, your gonna need cloning 2 outputs the arrows coming after the inputs, you need some cloning too!)
2. YOUR SUPPOSED TO CODE THE CHART, NOT CLONE IT!
3. you never do stuff right
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.