To be fair. I highly doubt there’s any license checks that stuff like chatgpt and other coding bots do.
They just scrape all of github and stack overflow they can find.
Doesn’t excuse it off course, but atleast roblox is honest about it?
To be fair. I highly doubt there’s any license checks that stuff like chatgpt and other coding bots do.
They just scrape all of github and stack overflow they can find.
Doesn’t excuse it off course, but atleast roblox is honest about it?
Not that I’ll use this much if at all, but is there any info on what language model this thing uses? Many of these things use OpenAI’s GPT or Meta’s Llama LLMs, and I’m wondering if this is yet another wrapper for one of those.
I’ve experienced the complete opposite as well; I had to spend a bit of time to convince it to change my script instead of writing a new one.
I really like the Assistant though. It’s not perfect, but it makes a lot of things quicker and easier, such as aligning attachments.
Is the assistant what’s “autocompleting” entire blocks of code whenever I try to edit my scripts? If so how do I turn it off and ensure I never see it again?
Turn off autocomplete in settings lmao
Or atleast thats what I remember it being called, the Alt + / thing
You will use the AI and you will be happy about it.
Jokes aside, I haven’t had the assistant be that useful for anything besides code, and even then I have to babysit it on trivial style mistakes. (ie i prefer string.len(s)
over s:len()
)
melting a glacier by asking the roblox ai to generate a code from a 2016 toolbox model
How come?
i will not be using this feature thanks
Not what I meant, I’m talking about the AI thing that tries inserting awful code seemingly at random in the middle of writing. Found the setting though, it’s “Code-Assist”
Cool I guess, but I won’t be using it.
I didn’t even know free models were being used to train ai, I guess I won’t be making any more public assets.
What else would AI use? Private code?
I really don’t care, I don’t support AI in the ways that people try to use it. I am not going to support this, there are better uses for ai than implementing it into Roblox, we could have way cooler stuff but instead we get something that writes code worse than chat gpt.
You say that AI is bad yet it will only get worse if it’s not given quality code to be trained.
Again, I don’t care about ai, and I don’t support how it is used.
Personally, I would like to see settings to toggle on/off certain AI capabilities. I don’t want an AI to randomly insert scripts into a random part in my game when I don’t explicitly ask it to. Earlier, I was scripting a Tank Turret, and had some issues with getting the math correct. So I asked Assistant how I would accomplish this. The assistant responded by inserting a “turret” script into a random part in the game to make it rotate. I then had to search for this script and delete it myself. I also do not want the assistant to insert freemodels into my games ever. (the AI response was not helpful and I had to look to other sources to fix the issue anyway)
One of the things that put me off using the AI assistant is its tendency to proactively make modifications to your game when you simply ask it “how” to do something. I would much prefer any changes the AI attempts to make be prefaced with a “Proceed?” option so I can deny changes to the game that I did not ask for. That and/or options to toggle specific functionalities.
i know this might sound funny but it has the same issue as an another specific ai
also i told it to code a killcam system, what the hell is getlastattacker
(roblox official ai system somehow fails to be way better than chatgpt lmao)
also i found this kinda funny
obfuscate your code, problem solved