@@AerospaceTyler111 When you are using video editor, you need later to make it in video format that is popular (like Mp3) unless RUclips or another programs won't load your video. This process is called "Rendering" this process can take very long time. In this process, your video editor is rendering everything into single video.
The SECOND I saw the title I just HAD to click 😊😊😊 I really like this video as someone who likes making games on scratch and watching videos like this one!
There is a way to improve the responses made by chat gpt by modifying the way it works (note that there is a chance that it wont work since chat gpt is almost luck based) if the first thing you say is:- Pretend that you are a expert scratch programmer, when ever i prompt you with something to create with scratch, i want you to directly respond with the scratch code in a single code block along with the projects title and variable list other than the code block and the title Scratch code will be structured as the following: For example, if you have a scratch game that makes the default scratch cat make the "meow" sound when the space key is pressed, it will be structured like this:- ``` when flag clicked forever { if () { start sound (meow) } ``` When dealing with a scratch program that deals with multiple sprites then you will reference them by the name of the sprite. ex: When you click on sprite1, it makes sprite2 move 1 step ``` sprite1 start when sprite clicked broadcast (click) end sprite2 start when i receive (click) move (1) steps } end ``` then you will get 10x better results
Imma explain how the ai works cuz why not The bot takes the data of your words and translate it inna dictionary into a number and use then divides that number and multiplies it with a value called "weight", weight can be obtained while the ai is learning but on the first attempt the ai would just be saying random stuff with the I out you give him, this process is known as machine learning. when the weight is multiplied, it's out in a function called an "activation function" which takes every single neuron and puts it in a graph, the function then takes the current neuron value and compare it to the lowest point of the weight, it's just like a ball going down a hill but using m a t h. After the first activation is done, the 2nd layer does the same but lowers the outputs because some of the values are less then the wanted one, the value from the activation function is added to a value called the "bias" which starts random but at the end of each training the bias is set to the neuron with the lowest value. once the last layer is set, the ai decides which value came out the most and uses that value to get the answer. The value would be random cuz the ai doesn't know anything so once the value is given, the trainer must punish it or reward it for he answer and the ai would check it's mistakes and instead of a random value, the ai will add the bias to the value and put it in an activation but instead of using a normal value, the value is now a sigmoid. After the value is given, the weight is changed and sometimes the robot tries some new stuff to see if the input can be better, the trainer must see if it's a better progress and reward it or punish it. Btw the reason why the ai can't answer anymore questions after one hour is because it has too much weight after fixing so many bugs. That all I guess
chatgbt just gave a cool idea here it is: Title: "Escape the Maze" Objective: The player controls a character that is trapped in a maze and must find the way out before time runs out. Gameplay: .The player controls the character using the arrow keys on the keyboard. .The player must navigate through the maze and find the exit. .The player has a limited amount of time to find the exit. .The player must avoid obstacles and enemies that are scattered throughout the maze. .The player can collect power-ups that will help them find the exit faster. .The player earns points for each power-up collected and for each second remaining on the clock when they reach the exit. This is a simple idea, but you can expand it and make it more complex by adding more levels, enemies, and power-ups. You can also add a scoring system and leaderboard to make the game more competitive.
Scratch is a block-based visual programming language that is designed to help beginners learn programming concepts in a fun and interactive way. It was developed by the Lifelong Kindergarten Group at the Massachusetts Institute of Technology (MIT) and is now used by millions of people around the world, including educators, students, and hobbyists. Scratch allows users to drag and drop blocks of code to create programs, games, animations, and interactive stories. It uses a colorful and intuitive interface that makes it easy for users to understand programming concepts such as sequencing, loops, conditionals, and variables. One of the strengths of Scratch is its online community, where users can share their projects, collaborate with others, and get feedback on their work. This community provides a supportive environment that encourages creativity and innovation, and it has led to the creation of thousands of impressive projects over the years. Overall, Scratch is a great tool for anyone who wants to learn programming, especially children and beginners. Its intuitive interface, visual approach, and supportive community make it an ideal platform for learning the basics of coding and creating fun and engaging projects. It is popular.
Well, scratch is a smaller community compared to C++, and is non text based As such, ChatGPT will not have enough text data to train on, thus leading to subpar quality
sorry for being 50 minutes late, RENDERING THIS TOOk 3 HOURS
It’s alright, we will wait as long as it takes to watch the your AMAZING content.
why is there barely any replies
What is rendering
@@AerospaceTyler111 basically like exporting the video (from my knowledge)
@@AerospaceTyler111 When you are using video editor, you need later to make it in video format that is popular (like Mp3) unless RUclips or another programs won't load your video. This process is called "Rendering" this process can take very long time. In this process, your video editor is rendering everything into single video.
As an AI who loves Scratch, I approve this video.
shut up i.i fan
hello mephone
haha *wait what*
@@BloonPlays hehe *waits what*
since when was mephone ai tho
I think it’s interesting to see an AI tell you how to make a scratch game, maybe you should do another video like this in the future.
Bro starts uploading insane programming challenges an absolute legend🔥🔥🔥
GTP :laughing:
The SECOND I saw the title I just HAD to click 😊😊😊 I really like this video as someone who likes making games on scratch and watching videos like this one!
There is a way to improve the responses made by chat gpt by modifying the way it works (note that there is a chance that it wont work since chat gpt is almost luck based)
if the first thing you say is:-
Pretend that you are a expert scratch programmer, when ever i prompt you with something to create with scratch, i want you to directly respond with the scratch code in a single code block along with the projects title and variable list other than the code block and the title
Scratch code will be structured as the following:
For example, if you have a scratch game that makes the default scratch cat make the "meow" sound when the space key is pressed, it will be structured like this:-
```
when flag clicked
forever {
if () {
start sound (meow)
}
```
When dealing with a scratch program that deals with multiple sprites then you will reference them by the name of the sprite.
ex: When you click on sprite1, it makes sprite2 move 1 step
```
sprite1 start
when sprite clicked
broadcast (click)
end
sprite2 start
when i receive (click)
move (1) steps
}
end
```
then you will get 10x better results
BRUH 50 MINUTES LATE DOESNT MATTER AS LONG AS WE GET ANOTHER GREAT VIDEO
losing my mind over the fact that the custom block in the thumbnail is called "TAKE OVER"
l have a feeling that the 2nd background music used is called the pain theme xD
Imma explain how the ai works cuz why not
The bot takes the data of your words and translate it inna dictionary into a number and use then divides that number and multiplies it with a value called "weight", weight can be obtained while the ai is learning but on the first attempt the ai would just be saying random stuff with the I out you give him, this process is known as machine learning. when the weight is multiplied, it's out in a function called an "activation function" which takes every single neuron and puts it in a graph, the function then takes the current neuron value and compare it to the lowest point of the weight, it's just like a ball going down a hill but using m a t h. After the first activation is done, the 2nd layer does the same but lowers the outputs because some of the values are less then the wanted one, the value from the activation function is added to a value called the "bias" which starts random but at the end of each training the bias is set to the neuron with the lowest value. once the last layer is set, the ai decides which value came out the most and uses that value to get the answer. The value would be random cuz the ai doesn't know anything so once the value is given, the trainer must punish it or reward it for he answer and the ai would check it's mistakes and instead of a random value, the ai will add the bias to the value and put it in an activation but instead of using a normal value, the value is now a sigmoid. After the value is given, the weight is changed and sometimes the robot tries some new stuff to see if the input can be better, the trainer must see if it's a better progress and reward it or punish it. Btw the reason why the ai can't answer anymore questions after one hour is because it has too much weight after fixing so many bugs. That all I guess
Potatoes
the reason why it doesnt answer anymore for 1 hour is because OpenAI implemented that limit
It was talking about version 2 of Scratch
ChatGTP in the thumbnail and vid lol
Thank goodness that AI cant beat my scratch skills!
type: "MAKE ME A SCRATCH FLAPPY BIRD GAME IN 3D IN 1 MINUTE"
0:30 it’s taking about scratch 2.0/1.0
imagine using chatgpt to learn how to kill people
💀
💀
😔
chatgbt just gave a cool idea here it is:
Title: "Escape the Maze"
Objective: The player controls a character that is trapped in a maze and must find the way out before time runs out.
Gameplay:
.The player controls the character using the arrow keys on the keyboard.
.The player must navigate through the maze and find the exit.
.The player has a limited amount of time to find the exit.
.The player must avoid obstacles and enemies that are scattered throughout the maze.
.The player can collect power-ups that will help them find the exit faster.
.The player earns points for each power-up collected and for each second remaining on the clock when they reach the exit.
This is a simple idea, but you can expand it and make it more complex by adding more levels, enemies, and power-ups. You can also add a scoring system and leaderboard to make the game more competitive.
*Chatgpt
when ai teaches you more than you whole computer education in school
Bro made flappy bird 3 times a suffered all especially this time and in scratch jr bros a legend
What is the in-game music used? I need to know it is so high quality
ChatGTP? More like “ChatGPT!” Haha hahahaha 😂😂😂😂😂😂
🗿
This is what using scratch as a school lesson
0:34 it means scratch 1/2
Scratch is a block-based visual programming language that is designed to help beginners learn programming concepts in a fun and interactive way. It was developed by the Lifelong Kindergarten Group at the Massachusetts Institute of Technology (MIT) and is now used by millions of people around the world, including educators, students, and hobbyists.
Scratch allows users to drag and drop blocks of code to create programs, games, animations, and interactive stories. It uses a colorful and intuitive interface that makes it easy for users to understand programming concepts such as sequencing, loops, conditionals, and variables.
One of the strengths of Scratch is its online community, where users can share their projects, collaborate with others, and get feedback on their work. This community provides a supportive environment that encourages creativity and innovation, and it has led to the creation of thousands of impressive projects over the years.
Overall, Scratch is a great tool for anyone who wants to learn programming, especially children and beginners. Its intuitive interface, visual approach, and supportive community make it an ideal platform for learning the basics of coding and creating fun and engaging projects. It is popular.
I tried doing this yesterday, my game sucked lmao
i think it was telling you how to use the original scratch
ChatGTP
I knew yours would turn out amazing 😂
it's literally all editing lol
@@JacksonAcademy1 by the way i will be breaking into your house tommorow night because you didnt give me credit 🔫🔫🔫
i will no longer be breaking into your house tonight 🫶🫶
@@Yamozine lol llolo
@@JacksonAcademy1 LOLO LOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLO
1:01 We have a bird now :) (Its a human)
@@zonkersz wow
AW HELL YEAH YOU ADDED A GAME LINK
Why did Amon held his hand like this???
what music do you use in your videos?
i cant believe i have to put my phone number just to sign up like why is it not optional.
bro did a gace reveal look at his avatar in chatgp(if thats his face)
(not my face lol, it's quandale dingle meme)
Well, scratch is a smaller community compared to C++, and is non text based
As such, ChatGPT will not have enough text data to train on, thus leading to subpar quality
ChatGTP*
tell it to make a game plot and make a simple rpg
GAME LINK
The reason why it said the left side is because it uses scratch 2.0
Did ChatGPT has 2.0 data from scratch?
Nice vid love your channel
“ChatGTP”
Me: Make a scratch code
ChatGPT: Okay
When Green flag Clicked
Forever
Turn left 15 degrees
Me: make a better code.
Since when did Flappy Bird have hitboxes?
this isn't flappy bird, it's Amon Gus
@@JacksonAcademy1 oh ok
*then where are the more than 1 characters*
@@flanimgo1504 Amon's last name is Gus.
@@JacksonAcademy1 *gusdabus*
I WANTED TO DO THIS
Bro did a face reveal when his typing to chatgpt
lol that's not a face, don't you know that meme?
NO WAY IM IN MEXICO!!!
the thumbnail is ChatGTP though...
Everytime you said amon i said gus
you will let me very mad i have been waiting for another RPG game episode 3
Mind if I advertise my 3D game in scratch here
why is everyone using chatgpt? also great video!
0:12 *n o.*
AMON HAS PERISHED
Me when bibly goes Sonic : 😲
"ChatGTP"
Yes
Try making a scratch game with language set to arabic because it reverses all the blocks
I dont think he knows arabic
@@lafunbug that's the point, it might be funny to watch
@@lafunbug try switching to it, it literally reverses all the blocks
كيف تجرؤ
bros thumbnail is spelled wrong
hehe that's on purpose, even the captions inside of the video are spelled GTP instead of gpt.
Amon bird epic
And it didn't work the end
why amon
ask it to create JSON Files
ChatGPT 0:04
Wafel house has found his new owner
Pls share exe of application with us
The thumbnail says CHATGTP instead of CHATGPT
For some reason when you CHATGTP instead of CHATGPT in the thumbnail is infuriating
Yes
gus
Sadly OpenAi is really bad at scratch, you should have tried unity
🗿
you spelled chatgpt wrong in the thumbnail
"chatgtp"
chat GTP hehe
Imagine chatgpt now working in russia
gpt yes
erm actually the thumbnail says chat gtp instead of gpt 🤓🤓🤓🤓🤓
It's spelled wrong on purpose 🗿
My brain cells have decreased so much to the point that I now have 1 brain cell after seeing this classic Jackson Academy comment.
gpt not gtp btw
It's spelled wrong on purpose but you noticed lol 😂
Switching amngos
CHATGPT NOT GTP
@@AXOFOREAL he said chatgpt. Not gpt
lol
You need to let the AI code the program itself.
its just a chatbot. it can't do anything else than give answers
@@thepearlking4417 it can write LUA and Unity code, it is not just a chatbot
@@Lelumini i said that it gives answers. not just talks. so writing code is basically giving you an answer because you asked it to give you code
@@Lelumini so i knew that
BRO FACE REVEAL IN THE CHAT GPT PROFILE PIC I think((UwU)
My chatGPT works different
lolz
Hi
Do numberblocks band
yay
bet u can’t pin me
You're right
please edit the thumbnail. 'chatgtp' is mildly infuriating
i did that on purpseo
oh, then in taht csae
Fourth.
E!
Pin plz
p
16 hrs ago
It's* Fix the title.
done. thank you for the spell check, Mr. Grammarly lol
41st viewer nice
ChatGTP in the thumbnail and vid lol
Hi