Check out Zenva's free Godot course: academy.zenva.com/product/godot-101-game-engine-foundations/? Get 20% off your first year: academy.zenva.com/cart/?add-to-cart=1319205&coupon_code=partner-usmandev-2024&
Here's a tip: code the AI exactly how it works in FNAF. I see nobody doing it when they make their own Scratch FNAF projects, but it's not that hard. It's something called movement opportunities. I'll only explain how Bonnie works, but the other character's use pretty much the same system. Anyways, the character will wait 4.97 seconds where it will pick a number between 1 and 20. If the AI level of the character is greater or equal to that randomly generated number, the character will move. It would also be simpler that way too because if you were to keep the system you have currently, you would have to keep stacking the AI code to work differently for each night. I'm not trying to sound like a nerd or anything, I just think more people should start doing it that way to have AI that's more accurate to FNAF's. Other than that, good job!
I totally agree. Whenever I play FNAF. I just use them to find out how long I have before I get jumpscared. If one movement opportunity is every 3-5 seconds, and Bonnie needs to move through 3 cameras before he jumpscares me. Then if we assume the worst-case scenario happens, we'll need to check the left door every 9 seconds. The closer he is. The more times I need to check for him. It's not nerdy. It's just basic logic and problem-solving skills.
İ once played fnak (k for kirbys) on scratch there is a custom night and when ş looked at the code the guy who made it hardcoded how much each ai number May waitfor custom night
when I was on scratch there's was some fnaf games I saw that were actually working just like the real game, fnaf 1, 2, 4, 5 and I was surprised that all of the jump scares and buttons worked just fine.
How movement opportunities work in fnaf and how to animatronics move: an animatronic ai value (1-20) gets compared to a random number (again 1-20) and if the number is higher than the number the animatronic doesn’t move but if the number is lower or is that number the animatronic moves to their location in their path to your office. Now let’s use this in a example so let’s say Bonnie his ai level is 13 the random number gets generated it’s 15 since 15 is bigger than 13 Bonnie will not move but let’s say it was 10 then Bonnie will move
If you want to make advance games then I suggest the scratch mod, turbowarp, let’s you remove a bunch of limits like fps cap and makes games run faster making 3D games easier to make, and remove the boarder and lets you change the size, and dark mode optional, and much more,msome people made old terraria and osu
One thing is that when I try to open the camera is automatically closes so when I foxy running to my door through the window I wouldn’t have died if the camera had worked. Just a bug I had
Making 3D Fnaf in Scratch using the original office and everything else is so cool. Better than drawn ones sadly but not in a bad way. Most people draw in other apps and then import them into Scratch either way.
tip:don't make each buttons their own sprites, instead make a variable called a CID(Clone id) and code in each of the buttons like this When green flag clicked set CID to 0 Repeat (Value) time change CID by 1 create a clone of myself --------------------------- when i start as a clone if CID = 1 then forever go to (x) (y) if mouse down? and touching mouse-pointer? then set (variable) to (value) Explaination: Everytime it changes the value of the variable CID a clone gets made, then the clone's script checks what value is CID is and if it's one then it goes to (x) and (y) and if it was clicked then it would set a variable to a value
Its not that hard to make fnaf in scratch, its just that it would get banned most of the time. Sometimes scratch team just spins a wheel to decide which game is scary and which is perfect for kids, and just ban projects, and keep banning them every time the creator would upload a less scarier version, no matter how mich work they put into the project
There's already been a completely accurate recreation of FNAF 1, 2, 3, 4, and night one and two of sister location on scratch for years. It is a near-perfect recreation.
how did you make those camera buttons - im making a fnaf fan game on scratch and its a struggle trying to fix those camera buttons. please tell me i beg you
6:17 the Way you Made the Animatronic Movement Is Very Similar to the Way I’m doing it. Also id Like to if you used the Function to Check which Camera they were on and if they were on the same Camera
First, There Has Already Been A Fnaf Remake In Scratch With All Nights, And Custom Night And Everything. And Second, If Scratch Notices Your Game. They Will Delete It. Just Like They Have With All Of Them In The Past.
I found one on scratch which is NOT banned and is nearly identical to the original fnaf and it even has the 1987 Easter egg! And cheats and golden Freddy! You can even boop Freddy’s nose and it has all the sound effects!!!!
I've already done the same thing lol, but it was on my cell phone and in pocket code (basically it's a Scratch for cell phones, with even a few more functions, like having scenes)
Check out Zenva's free Godot course: academy.zenva.com/product/godot-101-game-engine-foundations/?
Get 20% off your first year: academy.zenva.com/cart/?add-to-cart=1319205&coupon_code=partner-usmandev-2024&
Part 2
I call part 2
Here before this comment blows up
no thx
Try out my studio games of The Fnaf team
Here's a tip: code the AI exactly how it works in FNAF. I see nobody doing it when they make their own Scratch FNAF projects, but it's not that hard. It's something called movement opportunities.
I'll only explain how Bonnie works, but the other character's use pretty much the same system. Anyways, the character will wait 4.97 seconds where it will pick a number between 1 and 20. If the AI level of the character is greater or equal to that randomly generated number, the character will move. It would also be simpler that way too because if you were to keep the system you have currently, you would have to keep stacking the AI code to work differently for each night.
I'm not trying to sound like a nerd or anything, I just think more people should start doing it that way to have AI that's more accurate to FNAF's. Other than that, good job!
I totally agree. Whenever I play FNAF. I just use them to find out how long I have before I get jumpscared. If one movement opportunity is every 3-5 seconds, and Bonnie needs to move through 3 cameras before he jumpscares me. Then if we assume the worst-case scenario happens, we'll need to check the left door every 9 seconds. The closer he is. The more times I need to check for him. It's not nerdy. It's just basic logic and problem-solving skills.
İ once played fnak (k for kirbys) on scratch there is a custom night and when ş looked at the code the guy who made it hardcoded how much each ai number May waitfor custom night
So yeah it makes alot more sence to use fnafs ai
I was planning on making this, but I could never get the office and doors to be accurate.
I do "wait(pick random (20) to (25))- AI"
"scratch is used for simple children's games." *Terraria and crystal game joined the chat*
And windows 11
Crystal seeker 3d
@@Mohammad1yt1
Yeah, I was too lazy to fix it when I remembered the *name
@@lyndsaymoore3604
Exactly
i agree but that's why he said "most"
Thats amaing!😎 Keep it up🔥🔥
The way your code works is a completely different stile to how I do it, I didn’t realise how much variation there is for coders in scratch
I remeber many fnaf clones on scratch years ago
scratch 3.0 in 2018 broke a lot of them but some new ones exist and work well
Looks awesome! I will play it in my free time keep the good work up
Just started learning scratch and this melts my brain
search up "griffpatch"
Damn I thought it was relatively simple
I made a 3d version. But I forgot to do a yt video before it got shut down
@@1ts_mysterious scratch is not shut down anymore
@@Speed-TV scratch isn't but fnaf games are that's why my game got shut down
Hopefully a part 2 can come out. This video was amazing!!! But, take your time.
when I was on scratch there's was some fnaf games I saw that were actually working just like the real game, fnaf 1, 2, 4, 5 and I was surprised that all of the jump scares and buttons worked just fine.
@0:12 erm actually that’s peter sam 🤓☝️
It’s an OC that’s probably a Peter Sam recolor, I know that guy, he’s called Rusty Craft
daaamn sa edit is so fire and its awesome u making game starting from scratch that's hard pls keep it up making videos and content like this
Search up turbowarp feature projects please, you get the MADNESS STUFF, LIKE A 3D GAME
Alr as the known number 1 fnaf fan; this is a total copy, and i respect this
also make fnaf 3… or 2
i did that too
i made FNAF 1-5, and then made pizzeria sim
Activate Windows.
@Intergollerw reply
It costs $200, ofc he ain't gonna activate
I could activate it for him I know how to make it for free
No
No
Ohhoho my friend. This was done nearly 10 years ago. And it’s how most of us grew up playing it
fnaf isnt even ten years old though
No hate btw great video
they took it down ):
@@indekscardyes its 2015 to 2025 not in 2024 9 years but we are almost to 2025 no?
How movement opportunities work in fnaf and how to animatronics move: an animatronic ai value (1-20) gets compared to a random number (again 1-20) and if the number is higher than the number the animatronic doesn’t move but if the number is lower or is that number the animatronic moves to their location in their path to your office. Now let’s use this in a example so let’s say Bonnie his ai level is 13 the random number gets generated it’s 15 since 15 is bigger than 13 Bonnie will not move but let’s say it was 10 then Bonnie will move
You forgot that bonnie sometimes just teleports.
Great video! Did you manage to get the jumpscares working in scratch?
Scratch doesn’t allow jump scares.
@@eriktokar4487they do just aslong as you have the option to disable them
Damn the editing is fire 🔥🔥.
Just liked and subbed you deserve so much more subs
It would have been a lot easier if you went to the fnaf asset dump mega thread or whatever on the technical fnaf subreddit lol
"This is going to be a hard challenge..."
*Pan camera to the thousands of other fnaf games in scratch*
congrats to the creator he is an amazing creator to make such a cool game
I had a Markipillar video next to me :D 7:08
99+ missed calls from game pirates
Btw this will most likely be removed by scratch moderation every fnaf remake I've seen on scratch was removed
Search up scratch fnaf then it will come up
Our class works with this program and i want to tell you that you are very skilled 👍
Has to be the most realistic fnaf remake of scratch!
this has been done before but i respect the grind 🔥
If you want to make advance games then I suggest the scratch mod, turbowarp, let’s you remove a bunch of limits like fps cap and makes games run faster making 3D games easier to make, and remove the boarder and lets you change the size, and dark mode optional, and much more,msome people made old terraria and osu
4:21 perfectly cut screams. I had an ad right when that happened.
Same lol
Same
0:29 as a scratcher this hurts me
One thing is that when I try to open the camera is automatically closes so when I foxy running to my door through the window I wouldn’t have died if the camera had worked. Just a bug I had
Dude.. i made mine more accurate with every animatronic, every easter egg, EVEN THE POSTER BOOP
Making 3D Fnaf in Scratch using the original office and everything else is so cool.
Better than drawn ones sadly but not in a bad way.
Most people draw in other apps and then import them into Scratch either way.
really nice! like it :)
tip:don't make each buttons their own sprites, instead make a variable called a CID(Clone id) and code in each of the buttons like this
When green flag clicked
set CID to 0
Repeat (Value) time
change CID by 1
create a clone of myself
---------------------------
when i start as a clone
if CID = 1 then
forever
go to (x) (y)
if mouse down? and touching mouse-pointer? then
set (variable) to (value)
Explaination:
Everytime it changes the value of the variable CID a clone gets made, then the clone's script checks what value is CID is and if it's one then it goes to (x) and (y) and if it was clicked then it would set a variable to a value
Wow I was expecting this to be way worse than it actually is, it seriously looks like the actual game
5:30 watch his ad so he can get monehh
Chica also goes to the restrooms
"Scratch is mostly for children games"
Me:💀💀💀
Its not that hard to make fnaf in scratch, its just that it would get banned most of the time. Sometimes scratch team just spins a wheel to decide which game is scary and which is perfect for kids, and just ban projects, and keep banning them every time the creator would upload a less scarier version, no matter how mich work they put into the project
This game got me through all of 7th grade thank you so much bro.
You probably know this but did you know that FNAF games are banned on scratch due to the violent lore
Not really only search banned
@@TheAnimationGuide-tf8vzI stand corrected
@@AlmondChocolateMilk yeah they are actually not half bad
it's mainly the jumpscares actually
They are blacklisted
u'r the best bro!!
There's already been a completely accurate recreation of FNAF 1, 2, 3, 4, and night one and two of sister location on scratch for years. It is a near-perfect recreation.
He will ban horror games. Try to hide the project so scratch team doesn’t see.
how did you make those camera buttons - im making a fnaf fan game on scratch and its a struggle trying to fix those camera buttons. please tell me i beg you
Can you tel me were you take the sprite ? Please
6:17 the Way you Made the Animatronic Movement Is Very Similar to the Way I’m doing it. Also id Like to if you used the Function to Check which Camera they were on and if they were on the same Camera
Cam 4b and 2b are swapped, and bonnie doesnt even show up when u push the lights while the door is closed.
PLEEAAAASE MAKE A PART 2!
This is so underrated 😮
The guy that made all of fnaf 2 as a tiktok filter: are you challenging me?
I like how the add timer goes fast at the beggining and slows down so it looks like the add will be only like 5 sec long
4:56 yes, it’s totally possible to die to foxy on night 1. That happened on my first attempt 😂
I don't know if it's just my device but when I go on cams it opens and closes over and over again so it's basically impossible
1:04 „Sexy“ 💀
First, There Has Already Been A Fnaf Remake In Scratch With All Nights, And Custom Night And Everything. And Second, If Scratch Notices Your Game. They Will Delete It. Just Like They Have With All Of Them In The Past.
let him cook
Hey Homes, Ever Tried to Animate on Flip Anim?
1:04 why is nobody talking abut the text that says $ex# 💀
I found one on scratch which is NOT banned and is nearly identical to the original fnaf and it even has the 1987 Easter egg! And cheats and golden Freddy! You can even boop Freddy’s nose and it has all the sound effects!!!!
where
Fnaf has been on scratch for years. I used to play fnaf 1 on my chromebook all the time 😭
We used Scratch in our computer class and let me just tell you that I absolutely sucked at it, but atleast it was fun
Foxy actually gives u a heart attack when he jumps cards you
3:01
I don't know why some Russian people breaking camera at entrance.
Nah ogs remember playing fnaf on scratch and it never got past 5am
im actually making a fnaf 1 game in scratch too but it isint working out so could you give me tips or smh?
out of curiosity how long did it take you to make this?
Hey, just wanna let you know, you did the AI completely wrong. I would watch tech rules' video on it for a better understanding.
what is your FNaF in scratch game called?
What is it called?
why are u asking me?
so um little thing this will probably get banned in like month because scratch shadow blocked five nights at freddys and fnaf
1:03 minecraft s3x update?
Pretty cool
I'm working on a project like this but you're is gonna be better
i was making it how you do it but the new game function was not working
I've already done the same thing lol, but it was on my cell phone and in pocket code (basically it's a Scratch for cell phones, with even a few more functions, like having scenes)
I love when youtubers make impressive projetcs in scratch! :D
Tho could this technically be considered pirating the game? 🤔
no, scratch is copyright free, so anyone is protected. you could literally port fortnite to scratch and you can't get sued.
i did this once too, i made my port a 99.1% replica af the og fnaf game. but it got taken down by the scratch team
Finally, I can play FNAF unblocked in school.
did you add the boop
BRO NEEDS TO ACTIVATE WINDOWS
Cool. Now make it in scratch jr.
how did you take this picture i can't find this
Hey Usman! I have a challange for you. Try to make a map (for Half-Life 2) Through Valves Hammer Editor.
was that the bite of 87
Why tf did that scare me💀 4:20
link?
The game is on the Google play ?
Finish please:
Sukuna why won't you give me the answer for the AP bio test?
does anyone know the title of the game I WANT TO PLAY IT (not fnaf but this remake)
Now it’s time for episode 2 where he remakes fnaf in Scratch junior! 😊
You know you could just send a link to like the .sb3 file and then we could run it in turbo warp pls??
Name?
can the project get re-added or shared again?
nope. they have a guidelines system hidden into scratch and it will be and it will still be a kids-only game engine.
@@ndsr_tar luckily i remixed it on my account Hu0023
What is the name of the project? I want to play it
3:03 smooth
Too smooth
1 month later there's still no part 2 😭
What is it called i wanna play your fnaf
Where did you even find the sprites?
on google
He has the sprites from the original game