Тёмный

How to Use AI Generative Scripting on Roblox! 

RoBuilder
Подписаться 346 тыс.
Просмотров 248 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 757   
@chickenhouse8029
@chickenhouse8029 Год назад
the reason the color didn't change, is because the color was never set to those colors, and you would want a cool down, you also had an 'end' missing at the end of the function.
@b34stmodz54
@b34stmodz54 Год назад
I gave it a try just to see and my feedback on it is this new feature is: It's cool for basics stuff but I would't use this to make an entire game or even a short game. You have to be very specific with the info you give the AI. I told it to make a part float using tweenservice. The result ended up in the part not floating at all and it was missing a bunch of important tweenconfig arguments. Yet, it is a beta feature so maybe in the future its gonna get better and more accurate but as for now. I prefer having it off since I can already script my own games. I would rate it 4/10 for now
@mccheeze775
@mccheeze775 Год назад
I managed to get tweenservice working with it for a test frame and gui which was great, just don't forget to specify TweenService in the script before telling the bot what to do
@b34stmodz54
@b34stmodz54 Год назад
@@mccheeze775 i mean like I said I did precise to use tween plus the start to end position but it started wirithing a bucnh of stuff that had some very simple yet stupid mistake. I have used it since then so i dont know how much it improuved since I have always wrote my own scriot for everything. Might give it a try later just to se
@Luca_YTube
@Luca_YTube 11 месяцев назад
I can't read 🙃🙃🙃
@TheOfficialYDB
@TheOfficialYDB 8 месяцев назад
@@b34stmodz54 Maybe once your spelling improves so will the AI.
@b34stmodz54
@b34stmodz54 8 месяцев назад
@@TheOfficialYDB english isn't my first language. Still learning
@undefined428
@undefined428 Год назад
3:55 I like how you knew exactly what my thoughts were lmao, the function wasn't even closed and it wouldn't have changed the color anyway the parts color property was never defined & that is the least efficient way to make something's color have a rainbow effect, you'd just use tween service.
@MajesticUC
@MajesticUC Год назад
The parts colour property wasnt defined because it was at the character limit from declaring 20 colour variables lmao
@MajesticUC
@MajesticUC Год назад
3:13 WHAT THE HELL IS THAT MONSTROSITY
@Hopperthejumper
@Hopperthejumper Год назад
Tips: When using AI of any kind you should be more detailed in what your saying and say what you want all in one command so it can mix all of the code together and wont make mistakes
@notcardi
@notcardi Год назад
yeahagreed
@tricsiogaming
@tricsiogaming Год назад
thanks😁
@GamezONJuice
@GamezONJuice Год назад
@@tricsiogaming gg have a good day
@pookimm
@pookimm Год назад
yea say it like you were talking to chatgpt lol
@Denomote
@Denomote Год назад
if you're gonna spend that much effort, might as well code it yourself
@insolent094
@insolent094 Год назад
the reason that it didnt change color whilst getting bigger is because it tried to put two different loops, it only executes the first one that is placed and ignores the code after the loop ends.
@teststuff2962
@teststuff2962 Год назад
ye n if u needed to run multiple loops at once then you'd need to use something like coroutine
@truestbluu
@truestbluu Год назад
a loop prevents code below it to run, hence why the code wont run. you could use coroutine(function(), spawn(function() or delay(nil, function().
@rainhat1
@rainhat1 Год назад
i mean cant you just put two in one loop so it works? that's what i do when scripting
@insolent094
@insolent094 Год назад
@@rainhat1 ive tried before but it never worked for me, theres another way though, you can probably enable a value and in one loop it only executes something when the value is true, if its searching nonstop and only fires once then make it false when it detects it is true and run the code
@TheScriptingLegend
@TheScriptingLegend Год назад
@@rainhat1 correction, you can’t run two INFINITE loops on the same THREAD (unless you use a function like task.spawn() to make a new thread then the script will be the only thread) any code after it won’t run
@tomsterbg8130
@tomsterbg8130 Год назад
I've been using it since it came out and as a scripter it does nothing for me. However I'm actually surprised by how amazingly good it is at understanding script context. I had it write a few lines in a complex script and they were correct. Looking forward to this ai model improving.
@rekamodnar492
@rekamodnar492 Год назад
How and where did you learn scripting in roblox cuz I want to learn it and make a game
@geniusg9977
@geniusg9977 Год назад
​@@rekamodnar492git good zoomer
@alexskorpik11play79
@alexskorpik11play79 Год назад
@@rekamodnar492 learn english lmao scripting is like english
@robloxcutter
@robloxcutter Год назад
@@alexskorpik11play79 Is his English bad?
@alexskorpik11play79
@alexskorpik11play79 Год назад
@@robloxcutter no, just scripting IS english, just a bit more complex, so like 98% english.
@EchoOnLive
@EchoOnLive Год назад
For all the people wondering, I think there is a glitch with the AI and that’s why it’s not working.
@chillzliam4921
@chillzliam4921 Год назад
Thanks bro
@EchoOnLive
@EchoOnLive Год назад
@@chillzliam4921 just to make sure, when you ask it to do something does it give you other things for it to do?
@okay_tt
@okay_tt Год назад
I mean, its still a beta feature and there will be bugs and glitches. Because the material generator came out as well, and its pretty good so far.
@Jupjur
@Jupjur Год назад
Hey robuilder, I rlly like that u do a bit with scripting! I think it’s fun/ interesting and helpful to watch! Rlly rlly keep it on!!!
@RoBuilder
@RoBuilder Год назад
Hey, thanks! This was a fun video!
@TheScriptingLegend
@TheScriptingLegend Год назад
BTW when spawning a part set the parent after you set the properties, it performs better because we don’t have to replicate everything after
@Sa_bba
@Sa_bba Год назад
hey what do you think is this good or bad?
@PastDays
@PastDays Год назад
@@Sa_bba anything getting people more into coding is good, though I hope the dev forum scripting help doesn’t get pummelled by all the people getting incorrect code generated 😅
@TheScriptingLegend
@TheScriptingLegend Год назад
@@PastDays I agree.
@TheScriptingLegend
@TheScriptingLegend Год назад
@@Sa_bba it’s alright, there’s a lot of things to consider. I go over some of them in a video I made a little bit ago
@weirdthings9583
@weirdthings9583 Год назад
As a scripter, I noticed that a lot of the code it was generating was very inefficient. If someone with no scripting knowledge created a game using this ai, the game would likely be laggy, or have quality control issues. But I’m sure it will improve in the future. I am not a big fan as I am concerned it will lead to some problems on Roblox. But only time will tell.
@Simvoid47
@Simvoid47 Год назад
His requests were not very specific
@genemutant
@genemutant 11 месяцев назад
-- how to make the 2nd script work -- 1. create a script in the workspace -- 2. copy and paste the code above into the script -- what code? -- the code above this comment -- thank you -- you're welcome -- next what? -- save the script and run it -- okay, but how do i make the clone's body parts go limp? -- you can set the humanoid's state to dead -- that would dissasemble it -- not if you set the humanoid's state to dead after creating the clone -- are you sure mommy? -- yes, i'm sure -- okay i'll try! -- good luck!]] -- newchar.dead = true is what to do right? -- yes, that's correct -- okay, i'll try it now -- i didn't say that thing above this! -- i know, i did -- are you a human? -- no, i'm a chatbot -- your so lifelike... -- who made you? -- i was created by a team of developers at OpenAI -- for what game? -- i'm not designed for any specific game, but I can be used in many different games' -- what game are we in now? -- we're in Roblox -- whats my username? -- your username is Guest -- is that what it says? -- would i log in to openai on roblox so i appear as my real name? -- no, you would need to create an account on OpenAI's website and -- then use the API key they provide to authenticate your requests -- is that what david baszucki would say? -- i don't know, but it's possible -- do you know chat gpt? -- yes, I'm a variant of GPT-3 -- cool -- is there anything else you need help with? -- i wanna know the meaning of life -- the meaning of life is subjective and varies from person to person -- what's your meaning of life? -- roblox -- that's not a very deep answer -- it doesen't have to be deep ;) -- okay, i'll let you go now -- okay my friend -- bye -- cya -- end of conversation
@Aviator727
@Aviator727 10 месяцев назад
are u a dev@@genemutant
@RTrade
@RTrade Год назад
As a developer myself, I hate this it will really stop alot of newer developers from ever working for somebody or becoming better.
@expwnged
@expwnged Год назад
idk I understand your concerns, but I mean as long as someone takes note and actually takes the effort to LEARN from this, it could expand their scripting knowledge take tmodloader's examplemod, it has all the things you could need to make a terraria mod. you can easily copy and paste the files, change some lines of code, and practically take the lazy dev's way out and learn nothing, or you can take at least a little bit of the knowledge you've gained from the files and try to make your own unique thing, or at the very least learn how to code it from scratch
@zzay
@zzay Год назад
as a newer developer this hasn't stopped me at all and allowed me to work for MORE people since it makes my life semi easier
@berendberend702
@berendberend702 Год назад
I don't think so, I don't think this can make very complicated scripts, it's mostly useful for saving time on long scripts
@HesOracle
@HesOracle Год назад
that is very true, i am a beginner developer and i am trying to learn how to script normally but sometimes i can’t find a lesson and or video bout it i learn it from an AI that’s how i use it anyway
@zzay
@zzay Год назад
@Leyx2s not really you still need to learn how to code lua all it does is take what you know and auto complete it or generate the basic structure of what you want it doesn't completely write a shooter game for you
@forcedestroyer7577
@forcedestroyer7577 Год назад
the rainbow block didnt work because you need to put a end at the end 💀
@zrizzy6958
@zrizzy6958 Год назад
You can't activate two while loops at the time, put the resize and the color change in the same loop
@CubeiPont
@CubeiPont Год назад
True
@KM-uh5gn
@KM-uh5gn Год назад
Yea but you use spawn function i think to run two while loops
@RedM4fia
@RedM4fia Год назад
Hi robuilder if you need to zoom into the script just press control and use the scroll wheel on your mouse.
@buttbootynewbie
@buttbootynewbie Год назад
He really needs to zoom because I can barley see the code lol.
@benshija8208
@benshija8208 Год назад
U can also do Ctrl+= And Ctrl+-
@caelansrandomvideos
@caelansrandomvideos Год назад
Honestly I could see this being very helpfull , I have been trying to learn scripting but they change stuff every year and most the tutorials on RU-vid are outdated. So I should be able to learn off of this
@Mielesplayz
@Mielesplayz Год назад
I am glad this isn't forced on people, it can be useful, but I'd rather not depend on using it
@77jethrotime
@77jethrotime Год назад
Hey Robuilder, If you're lazy like I am you can also ask ChatGPT to generate scripts for you. (Maybe an idea for a future video?)
@thatchanneltho
@thatchanneltho Год назад
chat gpt's scripts didnt work for me
@CasualMenaceThe1
@CasualMenaceThe1 Год назад
You Don't Need That You're "The Best Scripter"
@chocies
@chocies Год назад
wat
@CasualMenaceThe1
@CasualMenaceThe1 Год назад
@a Thanks!
@Real_jseals
@Real_jseals Год назад
@a ouyre*
@arandomguythatlikesthebann7337
why tf u use a capital letter every single word
@qwerty_qwerty
@qwerty_qwerty Год назад
@@arandomguythatlikesthebann7337 fr like this isn't a RU-vid title
@VoxBoobaMousepad
@VoxBoobaMousepad 7 месяцев назад
The reason why it did not also change the part's color was because the first loop(that made the part bigger) is an infinite loop, because while "true" just means that it will do this thing forever or until you use the break keyword. Basically, it just did the same thing forever and ever and didn't even know that the other thing existed
@TylerNPTOfficial
@TylerNPTOfficial Год назад
You're not alone I myself type while looking at the keyboard the worse thing is I can't type with my hands but my 2 fingers I just can't seem to learn it😢 I would love to make my own game I tried asking my friends to join me just they quit the first 5 minutes, now I am learning everything myself with no help at all becoming an jack of all trade myself hope I will make it!
@starseedlightworker6539
@starseedlightworker6539 Год назад
That is interesting, what kind of game?
@TylerNPTOfficial
@TylerNPTOfficial Год назад
@@starseedlightworker6539 War
@edwardgullett-b8r
@edwardgullett-b8r Год назад
same
@undefined428
@undefined428 Год назад
Hey man, I feel you there over the years I’ve made plenty of projects on multiple different platforms most of my friends don’t even bother trying out my games that I’ve made but whenever someone I don’t know does they’re always super surprised & impressed, I had communities of player bases for games I worked on and none of them I knew personally, keep pushing just because your friends don’t see your vision doesn’t mean others won’t!!
@TylerNPTOfficial
@TylerNPTOfficial Год назад
@@undefined428 Thx you for this I will surely mark this down
@beans7845
@beans7845 Год назад
I don’t understand how people are saying that this could end scripters as most of them would find this helpful to save time
@benshija8208
@benshija8208 Год назад
I guess because people thought you could just say stuff like: ''Make it so if you touched this then this would happen'' and like: ''Make this'' and that you would not need even a little bit of knowledge on scriping and just type what you want and boom a i does it for you.That could end scripters if roblox made it like that and since its in beta i there could be an update that just makes knowing scripting useless just do the 2 dashes tell A.I do do something BOOM! done in less than a second even little timmy could have the most popular game ever and how did he do it. Generative A.I. And roblox said their would be one for building and Modeling . And when those go out and roblox makes it so you dont need to know a thing on those then say goodbye to all your Scripters, Builders, Modelers all that A.I could do that so as of now when its in beta and you need to know some scripting knowledge. Cant wait to see the future updates
@jazzysoggy12
@jazzysoggy12 Год назад
@@benshija8208 no, there’d be a ton of debugging, you need at least basic knowledge on coding
@TheVeryEpicTaco
@TheVeryEpicTaco Год назад
@@jazzysoggy12 yeah but over time it will keep getting better and better until
@JonelKingas
@JonelKingas Год назад
idk what i did but it just randomly stoped working, was working amazing for a while now when typing it doesn't suggest what i want to type like it did and it doesn't generate the script bellow like it did before???
@Jupjur
@Jupjur Год назад
When u wanted to make it rainbow, u created a new function, a function always needs an end and that’s what you forgot
@GhettoWxzrd
@GhettoWxzrd Год назад
Oh no this is so weird... I didn't actually hear much about this, from what i did hear it sounded like a near future rumor, but ITS HERE.. and not sure how to feel about it. So many people now are just going to cut the learning process completely and use generated scripts to write there entire games. Also it just feels like another company "Roblox" just jumped on the ChatGPT trend train lmao.
@GhettoWxzrd
@GhettoWxzrd Год назад
also my bad i commented this before watching the video, but i think the fact that people will skip the learning process remains true, especially seeing how it's similar to chatGPT in the sense that you just feed it the information on what you want to achieve and it will try to achieve it. And not only that but its made by Roblox themselves, So it has 100% all of the information about scripting Lua in Roblox as well. A noobie scripter for example could say "Write me a Variable for a Part with all these properties in the variable" And well it's going to do it for them, and in half the time it would take to actually write the variable out.
@icalico
@icalico Год назад
1:37 yes, you can do this by remembering the keyboard layout
@hz1dz131
@hz1dz131 4 месяца назад
I Can just doit from muscle memory tbh
@Black_ShadowTBN
@Black_ShadowTBN Год назад
as a scripter,i think you will be good at scripting soon your beginning is very nice
@jynz_l
@jynz_l Год назад
How do you kill local player in localscript? Testing out your knowledge
@EliasGambit
@EliasGambit Год назад
@@jynz_l Killing a player in a localscript is not efficient as the player would only see the other player dead, and anybody else still sees the player alive. This however doesn't count when the localscript kills the player on it's own client. But here's the code anyway: local Players = game:GetService("Players") local targetPlayer = Players:FindFirstChild ("player name") local targetCharacter = targetPlayer.Character if targetCharacter then targetCharacter:BreakJoints() end
@VoidCode
@VoidCode Год назад
@@jynz_l Pretty sure you cannot kill someone in a local script (not without it breaking), so you would have to fire a remote event to tell the server to kill the player
@tomi-xh5gz
@tomi-xh5gz Год назад
@@VoidCode no lol, just set the player's health to 0?
@jynz_l
@jynz_l Год назад
@@VoidCode you dont even know a single knowlegde about local script
@trelalo-t2m
@trelalo-t2m Год назад
it's just not working for me. it writes the code but then the code just doesnt execute??
@faronb651
@faronb651 Год назад
This is a cool feature, but personally (me being a Roblox dev for 2 and a half years now and someone who has spent hours of time learning to code) it kind of annoys me how people with no knowledge can make a game just as good, or better, than people with loads of time spent learning the coding language. Anyone feel the same or is it just me lol edit: i just realised the feature isnt too big, i was overreacting lol
@itsray5257
@itsray5257 Год назад
Haha, it is kinda hard to make a real game with this. i think this is very very useless
@faronb651
@faronb651 Год назад
lol yeah, i told it to write a conveyor script and it told me it had to be in a client script xd
@benshija8208
@benshija8208 Год назад
Yea its still in beta as for now.. If they update it The A.I then yea Little timmy yea he now has 800m robux and his game has 90k players and he knows nothing on developing
@thesithoflife
@thesithoflife Год назад
Ai are getting scarier and smarter these days😮
@aria___xxzz
@aria___xxzz Год назад
Ikr
@ITZ_XSEAWXS3E83
@ITZ_XSEAWXS3E83 Год назад
Fr
@thesithoflife
@thesithoflife Год назад
@@ITZ_XSEAWXS3E83 yessir
@Deforson
@Deforson Год назад
Doesn't understand threading yet
@elfyblox
@elfyblox Год назад
no AI has helped yet
@Gaming_Dive
@Gaming_Dive Год назад
Hey, Robuider Love your videos
@ShopBottlex
@ShopBottlex Год назад
For those who don't know, the servers are down for this and that is why it is not working.
@baseddino
@baseddino Год назад
thank you i was so confused
@cmptrtube
@cmptrtube Год назад
How do I keep track on Roblox AI servers?
@CRTBOY
@CRTBOY Год назад
I love you mate and also yeah its hard to type without looking!
@benshija8208
@benshija8208 Год назад
not really i been replying to comments to try and help them without looking at my keyboard and im not looking at my keyboard as im writing this
@epiknotepik
@epiknotepik Год назад
Me as a programmer I can see your still learning OH btw when you have a local function in your script you need to put an end cuz yes
@cube5380
@cube5380 Год назад
"cuz yes" wtf does that mean
@Mr.Fuzzys
@Mr.Fuzzys Год назад
i love this scripting channel!
@Jupjur
@Jupjur Год назад
THIS IS SUCH A COOL FEATURE EVEN FOR A SMALL SCRIPTER
@havenvr5830
@havenvr5830 Год назад
why does the most simple of scripts just not work for me like I copied this script exactly just to test it out for myself and it refuses to do anything
@dishxnored
@dishxnored Год назад
same
@TheAcidZillaZ
@TheAcidZillaZ Год назад
I am confused on how to make a script where 6 items are pressed and when all of them are pressed It plays an sound.
@benshija8208
@benshija8208 Год назад
Keep in mind the A.I Scripting servers are down. We just need to wait for roblox :( and its probably not gonna be fast. UPDATE: The Material Generator seems to be online again But The Scripting Generator is still down I will update this comment when updates come UPDATE: The code completion seems to be somewhat back HOWEVER you must have some code with it then it will make some code UPDATE: i forgot to tell you this but A.I Is working again however remember these things 1: You need to have some scripts written by you(Idk why probably learns using code you make) 2: The A.I Is in beta things may change and things may also break
@zuhn8110
@zuhn8110 Год назад
tell me when its on pls
@NoobieYT
@NoobieYT Год назад
thanks for the comment!!
@benshija8208
@benshija8208 Год назад
I wil let you know when it is online again
@zuhn8110
@zuhn8110 Год назад
@@benshija8208 thx man appreciate it
@alexdacat
@alexdacat Год назад
Very interesting! I'll have to check this out!
@PastDays
@PastDays Год назад
I tried to test this earlier and it just refused to do anything 😅 Edit: Figured it out, It doesn't like writing code in existing functions.
@lololol7559
@lololol7559 Год назад
how did you make it work pls
@huttle
@huttle Год назад
Start of a new era (you should learn to script, and then rebrand to RoDEV)
@thisoneguy-lol
@thisoneguy-lol Год назад
RoDEV is taken
@BurgerFreak
@BurgerFreak Год назад
This is the start of a new roscripter channel XD
@starseedlightworker6539
@starseedlightworker6539 Год назад
Thta is what i thought xD
@qnxk
@qnxk Год назад
Why doesn't it work for me? I did everything as it was shown in the video, and nothing comes out
@benshija8208
@benshija8208 Год назад
Servers for the A.I Are down
@aquaticus8355
@aquaticus8355 Год назад
W mans for showing a tutorial i was finding this for so long
@jynz_l
@jynz_l Год назад
RU-vid search?
@Asish_technologies
@Asish_technologies 10 месяцев назад
Fun Fact: You can actually chat With Studio AI but it will generate responses with Lua codes.
@Haytroinic
@Haytroinic Год назад
But can you use the ai to make abilities like shooting or time freeze to a model
@itsray5257
@itsray5257 Год назад
No. Just learn to script it isn't that hard with dedication man and it is also free there are really good tutorials and people that can help you in the DevForum. There is no reason to use this useless AI
@ahmadbarka925
@ahmadbarka925 Год назад
i keep rewatching this to see if my roblox is broke or im not doing it right
@lem3579
@lem3579 Год назад
This will come in clutch as time passes and improves further
@FaizanGMD
@FaizanGMD Год назад
The reason that the first script didnt work is because there was no "end" at the end of the script, thus this error was brung "Expected 'end'"
@TheMemesterLoL
@TheMemesterLoL Год назад
Some people in the comments are haters, the AI can be useful for starter scripters, because the AI can write basic scripts that the starter scripters can learn from. I am pretty sure that’s why the AI was created in the first place.
@2william
@2william Год назад
I thought it was very common to be able to type without looking at your keyboard.
@user-pt3rl3rz9x
@user-pt3rl3rz9x Год назад
It really sucks lmao. I typed the first line, it typed the second: --The players leaderstats, "Stats", save to the datastore whenever the value of them is changed. --The players data, "Data", save to the datastore every minute.
@TheRealLunarrr
@TheRealLunarrr Год назад
this is why i love your videos
@marekolen7355
@marekolen7355 Год назад
All scripts not work
@purplepandas18
@purplepandas18 Год назад
The reason the script was not working was because first it was cut off with the color and second there was no "end" another thing the function was not even being called so there are like 3 errors of the rainbow script
@Pawlentine
@Pawlentine Год назад
this works just like chat gpt, sometimes the ai will mess something up, and I don’t like how it needs to be a comment, cause we’ll probably wanna use a comment for something else.
@Gamer1Real
@Gamer1Real Год назад
Hey! I was wondering why I get an error about missing textures for your fountain?
@asdrubalgonzalez7751
@asdrubalgonzalez7751 Год назад
I personally think this is a good feature because of the people that dont know ho to script, but maybe the update cause the scripters like me were irrelevant, but maybe nothing happens
@benshija8208
@benshija8208 Год назад
It can go like that or it go go like well. Good bye Scripter joe Your fired i dont need to pay you A.I can do Your job Way Quicker And Easier then you so BYE BYE
@Pruttesvin
@Pruttesvin Год назад
As a scripter myself i don't really need to look all that much at my keyboard as i use it all the time
@Flame_Game1
@Flame_Game1 Год назад
dude thanks soo much now i can use this i used another chanels tutorial but none of them worked but yours did
@carol_plays72
@carol_plays72 Год назад
I don't understand how it works? I type in script or comment but AI isn't doing anything like it doesn't exist. What should I do?
@Lukboo
@Lukboo Год назад
so ive been trying everything he did and basically everything but the comment doesnt work. (dont reply with something obvious)
@rip_crimson14playz
@rip_crimson14playz Год назад
Hey, Robuilder since you know code now I am trying to build a game “Windmill Tycoon” type of game similar to the pet tycoon that you made so could you help with scripting.
@uwuwuwuwuwuwuwuwuwuwuwuwuwu.
if you want a color changing block just make it change to a specific color and once you fill out all the colors just make it repeat
@verasmiles3913
@verasmiles3913 Год назад
the reason it wasn't changing color while getting bigger is bc u didnt do it all in the same command, so it does the first thing first and completely ignores the second
@Enzo-wl9wv
@Enzo-wl9wv Год назад
its not working because there is no “end” at the end of the local function
@JvkesMM2
@JvkesMM2 Год назад
i try to put an script into a part but when i press enter only a little "." appears like loading but then it dissapear and the script is not made
@keyhitt952
@keyhitt952 Год назад
NOT WORKING
@matrousrevamp
@matrousrevamp Год назад
i turned the feature on, but it didnt even show the script if i pressed enter and even if i did everything correctly
@adrybiel777
@adrybiel777 Год назад
i think roblox disabled it, cuz even mine isn't working anymore
@benshija8208
@benshija8208 Год назад
@@adrybiel777 Roblox didnt disable it. The servers for it went down
@Secrethack_
@Secrethack_ Год назад
A while true do loop runs on forever. And you put the color one in a different while true do loop below the first one. Now since it runs forever, it never ends, thus it doesn't let the 2nd loop run. A solution to this is to put the code that is changing the color in the 1st loop and delete the second loop.
@ChristianFooWasTaken
@ChristianFooWasTaken Год назад
It's only one new part cuz you didn't put it in while true do duhh
@sillylittlecats99
@sillylittlecats99 Год назад
this doesnt work for me :(
@smile_seeker7034
@smile_seeker7034 Год назад
it wont work for me whenever i put a comment or a script it just puts a period there for half a second then it disappears
@erwinvera8122
@erwinvera8122 Год назад
Doesn't work, dunno why. I put in the right coding for the script and it just doesn't make it appear.
@nathan7560
@nathan7560 Год назад
Did I mistake something? I used "--" and asked to command and nothing loaded?
@BgfHighlights
@BgfHighlights Год назад
Either somethings wrong with Roblox studios are somethings wrong with my PC but none of my Scripps ever work
@toastoots2474
@toastoots2474 Год назад
I've enabled beta, published my place, and I've restarted studio but after pressing enter there is no code being written even if i wait 100 years for asking to create a new part. Any thoughts why?
@HaxerFaxer
@HaxerFaxer Год назад
AI Server is down
@toastoots2474
@toastoots2474 Год назад
@@HaxerFaxer oh okay
@rottin_rat01
@rottin_rat01 9 месяцев назад
​@@HaxerFaxersorry for being so late but is there anyway to know it is or not down
@linkdoesgames4553
@linkdoesgames4553 Год назад
hello robuilder im a big fan and i want to do commissions but i dont know how to send your builds to the people can you help me with that because nobody ever did a tutorial on it on youtube
@starseedlightworker6539
@starseedlightworker6539 Год назад
yeah me too i want to know i am so noob tbh
@TjSgRf
@TjSgRf Год назад
How did you get the “no code, just comment” part to work, does it need to be in a part script?
@Bodi3546
@Bodi3546 Год назад
5:32 you can't run 2 loops at once except if you do some stuff like corountine wrap or spawn but you could just copy the line after the wait in the second loop and put it in the first loop
@Random69-
@Random69- Год назад
spawn command - are you serioues reight new bero
@kidgaming6529
@kidgaming6529 Год назад
@@Random69- coroutine is better
@Random69-
@Random69- Год назад
@@kidgaming6529 depends what you are making
@alpheendomination
@alpheendomination Год назад
@@Random69- Never use spawn unless you have to
@Random69-
@Random69- Год назад
@@alpheendomination spawns better and less laggy 💀nine year old
@bt_blue
@bt_blue Год назад
2.5k liker lol :) Thank god you made this I did not know how this worked before this vid!
@aidennyoutube
@aidennyoutube Год назад
well i love it, but im scared about sneaky steve basically im saying that im worried if anyone uses it for bad
@scriptedinterface5403
@scriptedinterface5403 Год назад
As a devForum member and scripter/UI designer for 3 years, I can confirm that it is just not a good system so far. I would guess that the system is accidently released as there is no announcement or something. Also, Roblox is a big company and I don't think they can't make it good. Again, I believe it is just an accidental release.
@CookieMaster12309
@CookieMaster12309 Год назад
In my mind they released this feature early in hopes that scripters would use it and fix up the code, thus possibly training the AI. Or maybe by opting in and enabling the AI you consent to the AI learning from your codebase regardless if you use it.
@scriptedinterface5403
@scriptedinterface5403 Год назад
@@CookieMaster12309 Yes. Though, it would be still an accidental release since there is no announcement about it. Also, if you want to fix something inside a function, you would want to put the fix comment in the function. Though, this AI can only do things outside of functions.
@marekolen7355
@marekolen7355 Год назад
I can type not look keybord
@astrooz.pixelz
@astrooz.pixelz Год назад
i have a problem tho, in a lot of kits they put text with --, what if the ai sees it as a suggestion and it will break my game?
@starseedlightworker6539
@starseedlightworker6539 Год назад
idk i don't think so, you need to click to generate the code.
@astrooz.pixelz
@astrooz.pixelz Год назад
@@starseedlightworker6539 ohhhhh okay thanks
@VoidCode
@VoidCode Год назад
I was trying to edit one of my scripts with no comments inside it, and i kept getting the error caused by using the ai too many times (I have tested it before and ran out of uses), so comments appariently arent the only things to set off the ai... Probably just best to disable the feature untill you want to use it, so it wont just use up all your allowed uses
@starseedlightworker6539
@starseedlightworker6539 Год назад
@@VoidCode i saw in the comments below that we have a limit of use that I am unaware off, do you know how many times?
@astrooz.pixelz
@astrooz.pixelz Год назад
@@VoidCode i'm gonna make a baseplate just to see if it works fine
@yourboy__max
@yourboy__max Год назад
The ai doesn’t work when I do the same thing as your doing, could you help?
@ChristianFooWasTaken
@ChristianFooWasTaken Год назад
Zoom in to your script pls (hold control and mouse scroll)
@qwert1620
@qwert1620 Год назад
When I make obby game with AI, I use the script it gave to me for when players die or leave they will able to live again in the same as the last checkpoint they touched, but the script not working, it just be like Tower of Hell, how do I fix this problem?
@KristaKask
@KristaKask Месяц назад
I like how you knew exactly what my thoughts were lmao, the function wasn't even closed and it wouldn't have changed the color anyway the parts color property was never defined & that is the least efficient way to make something's color have a rainbow effect, you'd just use tween service.
@splicey
@splicey Год назад
The reason why the rainbow wasnt working is because of the missing "end" eof (end of file)
@Aousm
@Aousm Год назад
Why is not working now? I did everything i did all the keys and is said . . .
@LizardRobloxDeveloper
@LizardRobloxDeveloper Год назад
i legit cried when i saw him put 2 while loops in same script...
@MalachiPlays-pi6ls
@MalachiPlays-pi6ls Год назад
Help when there is no script the Ai doesn't work or 3 dots doesn't show
@spidermaughan8523
@spidermaughan8523 9 месяцев назад
The code you gave to spawn a part doesnt work for me. Same with the AI it just doesnt work.
@messengercreator
@messengercreator 9 месяцев назад
isn't same give u errors code is there AI give u Right code just like very trusted AI call I'll introducing AI CHAT DEEPAI is so powerful and much better than OPENAI since start 2015-2018 and u can show ur picture and video and anything u want
@DarkZ0l
@DarkZ0l Год назад
For me, it just keeps giving more comments
@therealgameromgomg
@therealgameromgomg Год назад
When I say "Fix my script" it changes it to "Fix my script pls"
@darkmatter694
@darkmatter694 Год назад
what
@Addias.2x
@Addias.2x Год назад
I can type without looking at the keyboard but when scripting I have to be careful BC one thing wrong ruins the whole thing
@generallyvideoss
@generallyvideoss Год назад
The AI just did not even finish that rainbow script all it did was define a whole bunch of colors and did nothing with them.
@XaneMyers
@XaneMyers Год назад
3:30 Not only is there an error, but the AI didn't write any code that actually changes the part's color; Those are just Color3 definitions. 6:15 In your case, both loops were "while" loops; The part wasn't changing color because that was in the second loop, but the first one "catches" the execution. If both while loops were placed inside of "task.spawn" commands, both would run at the same time.
Далее
Can I Make a VIRAL Roblox Game in 1 Hour?
15:16
Просмотров 6 млн
How to USE Generative AI SCRIPTING in ROBLOX STUDIO
8:17
ИСТОРИЯ ПРО ШТАНЫ #shorts
00:32
Просмотров 436 тыс.
I Spent 30 DAYS Making My Roblox Game!
12:30
Просмотров 142 тыс.
Pro Scripter vs Roblox AI... (Should you be Worried?)
16:01
I Made a Roblox BATTLEGROUNDS Game in 1 WEEK
9:51
Просмотров 118 тыс.
Roblox Released an AI and its...
11:12
Просмотров 116 тыс.
I Paid Fiverr Game Developers to Make the Same Game
10:25
What Is The Best AI For Roblox Studio Scripting?
10:42
Просмотров 456 тыс.
Making a roblox game with only free models
13:05
Просмотров 2,7 млн
I Learned How to SCRIPT in 7 Days | Roblox
11:00
Просмотров 119 тыс.
How Good is The New Roblox AI?
11:33
Просмотров 121 тыс.
I Asked Roblox Billionaires How To Get Rich
41:51
Просмотров 2,7 млн