hell yeah, this is a really new twist for content in the best way. very very interesting to see you playing around with this and would love to see more like it
Glad you liked it! I'm gonna start incorporating more of this kind of videos where you'll be able to better see my dev skills. It's still kinda educational as long as you guys can see what I'm doing. And it's also entertaining. As always thanks for the comment :]
I came from “mastering this skill gives you hack to scripting” this is the second vid i watched i want to say your voice is calm unlike other people and your editing is amazing too ❤️
Oh wow, it's so nice to see other developer RUclipsrs watching my videos. I see you've been grinding on RUclips for a while inspiring and educating other developers. That's awesome man and I respect that. Best of luck on your journey and also thanks for the comment :]
Nice video bro! btw, yeah chatgpt can’t really create a whole game, but he can help a lot in doing the base scripts, not making us waste our time doing it from scratch.
Yoyo! I tried to create just what you did in this video with AI. Mine worked! I did not even change the scripts. Its working. (I didn't use ChatGpt tho)
@@iamLudius also thanks for your video about learning scripting, i was already watching devking before your video but it gave me reasurance to keep going and also i bought the scripting book your recommened, its awesome!
Except that asking chatgtp to make code for you is not a good way to learn... Unless you do it in a specific way (ask for suggestions instead of the actual code, and maybe even examples but never try to make a 1:1 copy from AI if you wanna learn)
I mean, it depends on how new you are. But if you know a little bit of scripting I guess you might be able to pull it off even as a new scripter. Also thanks for the comment :]
You were using chatgpt 3.5 which is not as advanced. I have been making a game with chatgpt 4 (it has no experience) and it is actually showing amazing results.
@@iamLudius No problem, it's kind of hard make it right now because I need to prepare for really important exams and I'm trying to stop gaming and developing the game doesn't help. I'll let you know when I finish it tho (if I do)
Roblox now has Assistant which is better 😂 (Guys stop complaining I already said it’s just my opinion) Since it’s free and it’s original Roblox ai to help you, and it know the original scripts more than those other AI.
@@iamLudiusit’s okay because your already a scripter but the assistant can make roblox games better for those who don’t know scripting, it’s worth for the people who don’t know scripting so they have a chance for their games to take off!
nah it’s even worse I think and it can’t even respond to basic things (like whenever I tell it “Thank you!!” he’s like: “Certantly! Let’s take a look at the script”) and some dumb stuff like that
I appreciate your opinion, but this is incorrect, chatgpt can make a whole entire game, if all depends on you the developer how you use it, I created a fully functional game with loads of features all with chatgpt as I don’t know how to code. It has loads of features ahd done very well. Look for the game called Marimba Factory Simulator, chatgpt can do it if you are precise with what your asking and don’t alter the code yourself it can actually be done, it just requires patience and time. With that said there are complex things it can’t do but if you have the paid version it can research to find what other people have done and build off that to make it work. Thanks for the awesome video 😀
This was last year and ChatGPT got better but even now (at least for the free version) it's good but u can't make a full game with it if u don't touch anything
Woah, you a TRUE OG, I wasn't expecting someone to remember my old channel. I'll explain in some video what happened to that channel. A lot of stuff has happened.
Hello, I would like to say this is not the most powerful of the AI's ChatGPT 3.5 is kind of trash when it comes in terms of coding ChatGPT 4 however, was one of the best by the time you were recording this video but I would like to see another AI video using Claude 3 Opus which is very good in terms in coding.
Brother i am making a game and the game is inspired from The final countdown. I am not sure if the scripts are working or not. Can you help me that if it's working or not and try to improve the script?
Bro just said it's so simple to make a killbrick but said "lets see if it works" if it is so easy to make, you can just look at the script and see if it works or not 😂😂
It seems like you want a script that simulates a chef's behavior. Here's a simple Lua script that creates a Chef class and defines some actions that a chef might perform: ```lua -- Define the Chef class Chef = {name = "Chef"} -- Method to cook a dish function Chef:cook(dish) print(self.name .. " is cooking " .. dish) end -- Method to chop ingredients function Chef:chop(ingredient) print(self.name .. " is chopping " .. ingredient) end -- Method to bake a dish function Chef:bake(dish) print(self.name .. " is baking " .. dish) end -- Method to season a dish function Chef:season(dish) print(self.name .. " is seasoning " .. dish) end -- Create a new instance of the Chef class local chef = Chef -- Perform some actions chef:cook("spaghetti") chef:chop("onions") chef:bake("lasagna") chef:season("salad") ``` In this script, we define a Chef class with methods to cook, chop, bake, and season. We then create an instance of the Chef class and call these methods to simulate the chef's actions. You can save this script to a file, for example, `chef.lua`, and then run it using the Lua interpreter as explained in the previous answer. This script will simulate a chef performing various cooking tasks.
hell yeah, this is a really new twist for content in the best way. very very interesting to see you playing around with this and would love to see more like it
Glad you liked it! I'm gonna start incorporating more of this kind of videos where you'll be able to better see my dev skills. It's still kinda educational as long as you guys can see what I'm doing. And it's also entertaining.
As always thanks for the comment :]
I came from “mastering this skill gives you hack to scripting” this is the second vid i watched i want to say your voice is calm unlike other people and your editing is amazing too ❤️
Aye, thanks for the positive words, I'm glad you like the content! Also thanks for the comment :]
been here for a few weeks now waiting for u to blow up keep up the great content
Aye I appreciate that, you an OG for real. Thanks for the comment :]
i have been animating and scripting since 2022 and i used chat gpt to make my life a bit easier
Yeah, ChatGPT can actually save you a decent amount of time, so it's interesting. Thanks for the comment :]
Awesomesauce! 😎
Oh wow, it's so nice to see other developer RUclipsrs watching my videos. I see you've been grinding on RUclips for a while inspiring and educating other developers. That's awesome man and I respect that. Best of luck on your journey and also thanks for the comment :]
Best dev ytber underrated too
Aye thanks brother :]
the chatgpt really helpfull and you are good with roblox studio game! :D
I genuenly want to see someone who puts actual effort to make polished game using chatgpt
8:24 the undertale music is fire🔥🔥🔥 btw imagine someone making an actual good game with chat gpt lol
Nice video bro! btw, yeah chatgpt can’t really create a whole game, but he can help a lot in doing the base scripts, not making us waste our time doing it from scratch.
Dude once again amazing vid I love how you used ai amazing
Once again, thanks for your comment. What's actually amazing is you taking the time to write a comment. I really appreciate that :]
@@iamLudius Your welcome like your videos are amazing so i don't mind at all amazing work once again
bot
Yoyo! I tried to create just what you did in this video with AI. Mine worked! I did not even change the scripts. Its working. (I didn't use ChatGpt tho)
you're cool, don't give up. One day you will get 1m subs
Aye thanks for the positive words! I'll keep putting in the work and also thanks for the comment :]
Woah, last time I checked, which wasn’t long ago, you had 200 subs, you just blasted off.
Yeah, the momentum's finally paying off. Also thanks for the comment, that's what's actually helping the channel :]
8:13 UNDERTALE
0:00 IS TOO UNDERTALE
bro your blowing up and very well deserved cant wait to see the growth, best of luck and thanks for the vid! :D
Aye thanks for the comment man, we gonna get far :]
@@iamLudius also thanks for your video about learning scripting, i was already watching devking before your video but it gave me reasurance to keep going and also i bought the scripting book your recommened, its awesome!
This dude deserved atleast 70k+ subs!
My time will come jeje. Also thanks for the comment :]
Ah sweet, man made horrors beyond my comprehension
Ooops. Thanks for the comment :]
i’m genuinely surprised that it made that game despite you having to tweak some things
Best dev yter, keep up the great work
Thanks for inspiring words, I will make sure to keep putting in the work! Also thanks for the comment :]
For beginner, its actually alot more helpful for someone that is new to scripting.
Except that asking chatgtp to make code for you is not a good way to learn... Unless you do it in a specific way (ask for suggestions instead of the actual code, and maybe even examples but never try to make a 1:1 copy from AI if you wanna learn)
I mean, it depends on how new you are. But if you know a little bit of scripting I guess you might be able to pull it off even as a new scripter. Also thanks for the comment :]
Yeah, awful way to lean. Learning to do it yourself is a lot better. Thanks for the comment :]
where did u learn lua code did you learn it from somewhere or did you learn it slowly by time
W video! its fireee 🔥🔥
You were using chatgpt 3.5 which is not as advanced. I have been making a game with chatgpt 4 (it has no experience) and it is actually showing amazing results.
@noria5160 its 20$ per month. You cant get a subscription anymore tho due to high demand so its kinda limited
Interesting... I'd love to see it. Also thanks for the comment :]
@@iamLudius No problem, it's kind of hard make it right now because I need to prepare for really important exams and I'm trying to stop gaming and developing the game doesn't help. I'll let you know when I finish it tho (if I do)
chatgpt4 is paid version(subscription) right??
seems so@@VeryProPlayerYesSir1122
I tried using Chat Gpt for making an obby, it worked 75%, had to change some codes
Interesting... Well at least you didn't have to do 75 % of the coding. Also thanks for the comment :]
@@iamLudius np. You could make a video on how to use chatgpt effectively on roblox for coding
What was the name of the song that was at the end?
Roblox now has Assistant which is better 😂
(Guys stop complaining I already said it’s just my opinion)
Since it’s free and it’s original Roblox ai to help you, and it know the original scripts more than those other AI.
I didn’t like the assistant
@@iamLudiusit’s okay because your already a scripter but the assistant can make roblox games better for those who don’t know scripting, it’s worth for the people who don’t know scripting so they have a chance for their games to take off!
Life now has grammar which is more better
Depends on the ChatGPT version, the free one, your definitely right
nah it’s even worse I think and it can’t even respond to basic things (like whenever I tell it “Thank you!!” he’s like: “Certantly! Let’s take a look at the script”) and some dumb stuff like that
I appreciate your opinion, but this is incorrect, chatgpt can make a whole entire game, if all depends on you the developer how you use it, I created a fully functional game with loads of features all with chatgpt as I don’t know how to code. It has loads of features ahd done very well. Look for the game called Marimba Factory Simulator, chatgpt can do it if you are precise with what your asking and don’t alter the code yourself it can actually be done, it just requires patience and time.
With that said there are complex things it can’t do but if you have the paid version it can research to find what other people have done and build off that to make it work. Thanks for the awesome video 😀
This was last year and ChatGPT got better but even now (at least for the free version) it's good but u can't make a full game with it if u don't touch anything
Im pretty sure you had another account that got deleted. What happened to it?
Woah, you a TRUE OG, I wasn't expecting someone to remember my old channel. I'll explain in some video what happened to that channel. A lot of stuff has happened.
@@iamLudius Yea I've been waiting to see if you would ever come back I wondered what happened to it everyday until I just gave up hope
If you ask ChatGPT exactly what you want it can do it just fine even advanced games
learning to code🚫 chatgpt👍
Roblox has built in AI code completion as a studio beta feature
Maybe I’ll try it and make a video about it
Hello, I would like to say this is not the most powerful of the AI's ChatGPT 3.5 is kind of trash when it comes in terms of coding ChatGPT 4 however, was one of the best by the time you were recording this video but I would like to see another AI video using Claude 3 Opus which is very good in terms in coding.
I feel like I’m watching this is 2x speed
U should make a leaderstat
great vid !
Glad you liked it! Also thanks for the comment :]
bro deserve 1M. subscribers
i thought he was gonna use the assistant in roblox studio
I'll make a separate video on that soon, but thanks for the comment :]
@@iamLudius Yeah you totally should use it cus i think it can be a bit more helpful than regular chat gpt
@@iamLudius Saw the video a bit late, cool that you decided to test it out :D
Brother i am making a game and the game is inspired from The final countdown. I am not sure if the scripts are working or not. Can you help me that if it's working or not and try to improve the script?
Why don't u just try it and see if it works?
You can make a whole game if you have ChatGPT4o if you don’t then tell ChatGPT what to do in stages
W video
I'm glad you liked it. Also thanks for the comment :]
there is literally a copy code button right there
For real i use it to help me with script which is make my life easier but only if you know how to use it correctly with roblox studio
Bro just said it's so simple to make a killbrick but said "lets see if it works" if it is so easy to make, you can just look at the script and see if it works or not 😂😂
This isn't Lisa music...
It really isn't but I appreciate the comment :]
@@iamLudiusI think RUclips glitched. I commented this on a video that said "making the worst kind of music" or something
@@iamLudiusEither way cool video
Sub to him 😂😊😮❤🎉
If you know at least a little bit about scripting then you can probably fix bugs that chatGPT makes and then actually make good stuff with scripting
Chat GPT good
Yo wanna develop a game together
OMG, i cant believe you can make it with AI
"ight" lol
If chatGPT gives a script that didnt work theres some reasons
You probally gotta explain better
Explain more
Thats all i know
Cya hope this helped
Chatgtp can help but can do everything
BALLS
I used chatgpt to make a whole game it’s possible
Roses are red violet are blue why Read more…
i made a roblox game with chat gtp and got 74M VEIWS!!!
What's the game?
It seems like you want a script that simulates a chef's behavior. Here's a simple Lua script that creates a Chef class and defines some actions that a chef might perform:
```lua
-- Define the Chef class
Chef = {name = "Chef"}
-- Method to cook a dish
function Chef:cook(dish)
print(self.name .. " is cooking " .. dish)
end
-- Method to chop ingredients
function Chef:chop(ingredient)
print(self.name .. " is chopping " .. ingredient)
end
-- Method to bake a dish
function Chef:bake(dish)
print(self.name .. " is baking " .. dish)
end
-- Method to season a dish
function Chef:season(dish)
print(self.name .. " is seasoning " .. dish)
end
-- Create a new instance of the Chef class
local chef = Chef
-- Perform some actions
chef:cook("spaghetti")
chef:chop("onions")
chef:bake("lasagna")
chef:season("salad")
```
In this script, we define a Chef class with methods to cook, chop, bake, and season. We then create an instance of the Chef class and call these methods to simulate the chef's actions.
You can save this script to a file, for example, `chef.lua`, and then run it using the Lua interpreter as explained in the previous answer. This script will simulate a chef performing various cooking tasks.
I dunno if that's what I was tryna do, but you definitely cooked
Hi
@@iamLudius I am your biggest fan
@@iamLudius I hope we can collaborate one day