smh y’all are already replacing yourself with an AI
Jesus christ this is a horrible idea and stackoverflow has already said why.
It’s cool that you made it and all, credit to you for doing so, but please nobody actually use this for code you’ll care about or not want to debug for ages.
Just going to mention that ChatGPT makes either outdated (deprecated) or incorrect code. It especially likes to make code that seems like it would work but doesn’t. Dont expect anything from after 2021 either as its training data only goes up to 2021.
Really, I think that AI doing 100% of the codes is not a good idea, I think it’s good that it is your helper, like GitHub Copilot (It even uses AI from the same company as ChatGPT) that helps you write the codes and leave you more productive
The thing is, just like with the actual GPT-3(.5) model, the explanation is inaccurate because it just assumes things. And beside that, it is not at all known with Roblox.
For example, your generated “tutorial” is having flaws as well:
There’s no plugin on the DevForum?
Not at all.
Not true either.
Code & explanations may sound accurate, but it often contains false claims. Rather spend some time finding explanations from humans. Maybe they’re less proficient at English, but at least they’re often more accurate.
Technically I wouldn’t use this as my “Coding” Strategy, Why? Since the AI can just make a messy code in some points, Making it harder to debug.
In my opinion you should try scripting on your own as you can already tell in some cases that your code isn’t gonna work or needs a debug.
Another thing I wanna mention is I don’t think it’s training the AI, I do have a neural network chat, but I only used it for stuffs I will make on what the AI say, It’s not compatible for coding as it’s only for scenarios and other stuffs.
Please note that this is not a “Roblox plugin”… It writes virtually any language (as well as declarative and imperative IaC tooling languages), is in beta, is now potentially learning from everyone that is currently testing it out, and is prone to making mistakes (per the ChatGPT FAQ: ChatGPT FAQ | OpenAI Help Center)
I’ve already tried utilizing OpanAI’s ChatGPT to sold this problem I’ve been stuck on for a while (still unsolved by the way lol):
It’s good for explaining concepts, but it doesn’t make use of best practices (obviously), and it doesn’t fully understand Luau (or at least to my knowledge) so you won’t be able to just copy and paste code from it.
TLDR; OpenAI’ ChatGPT is not your problem solver, but more to aid you in solving helping you solve your problems (most of the time).
ChatGPT can be useful for small scripts, but if you want to do something more advanced with it, it is not recommended at all to use it since it can’t really work with Roblox Studio’s system of creating games. It is more of a mislead like it’s something truly amazing for Roblox Studio coding. Believe me I have tried to make something cool with it, but it just always ends up not working as intended
There are some tasks that the AI can’t do though
yep the ai can’t do some tasks yet, but by doing and supporting this you’re just leading yourself into your own end
Lol, that’s true, but u can’t just avoid it. I think that it’ll be paid in the future tho. Yk when robots replaced workers, the smart guys became technicians. I’m already considering changing career
It’s a conversational tool and should be treated as such. It doesn’t know the right thing in a similar way as a friend who may not have researched as much about the given topic as you, however, there is still incredible utility in having ‘someone’ to bounce ideas off of and give useful information.
I found the best use for it by figuring out how to implement complex systems in your code. I could ask it what it knows about motion-matched animations for example, and then ask it to create a system that converts normal animation tracks into a motion-matched database. And it actually created the code, which while flawed laid out the blueprint for me really nicely. I could ask about random sections of the code, like how I could get the data from the animation tracks itself and see why each specific line is important. It can be an eye-opening conversation at the click of a button.
It’s still a groundbreaking tool that Roblox developers can definitely make use of, but to actually get there you need to treat it less like a code generator that does your work for you and more like a person you can bounce ideas off of.
True!
Also nice as one to help you develop games, from giving ways to go about coding something to coding simple things you can debug!
when even this devforum post is ai generated
I Cant Get Into the page of the OpenAI
is says “OpenAI’s services are not available in your country.”, can anyone help?
i tried using a vpn to connect to Argentina, United States, Canada, Brazil but it still the same
iam from egypt btw
An artificial intelligence search engine (You.com) was recently released - you can try it. Cool implementation, I advise. In no way inferior to Google, in some moments even better. You can also try a separate “Chat” section, it generates answers no worse than ChatGPT, in some moments even better.
ChatGPT (as of now) generates deprecated functions and occasionally it generates functions which are not part of the ROBLOX API. You shouldn’t be relying ChatGPT to do all your code for you and rely on its responses however you could use it to see how it structures code and whatnot
Is there a way to create an NPC that follows you around like a realistic Roblox NPC based on ChatGTP so you can ask it anything? Would make a nice guide traveler in an open-world game