Auto-gen in script editor makes complete gibberish

for a couple of weeks now roblox’s auto-gen with the script editor has been making completely dysfunctional suggestions


(above code was crudely written to show it happening, i gladly dont actually code like whats shown on the first line)

really not sure why this happened, so id think its to do with other ppls scripts being poor since that can usually be an issue with machine learning ai if roblox uses that

at some point i got smtn like this for a function that returns a random direction moving in a hemisphere away from a face normal

local dot = "."
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"
local dash = "-"

really have no clue why its happening

Expected behavior

Expected:

the auto-gen in the script editor should use your code to predict what you want to happen with a feature, and write comprehensive code to develop on it

2 Likes

The Auto-gen is AI and they uses the local servers for computation but for you ,the Auto-gen is having a stroke

Why not select all , cut and paste now
I think they could refresh the AI

I had the same issue, it was doing something like this:

print("Hello")
wait(1)
print("Hello")
wait(1)
print("Hello")
wait(1)
print("Hello")
wait(1)
print("Hello")
wait(1)
print("Hello")
wait(1)
print("Hello")
wait(1)
print("Hello")
wait(1)
print("Hello")

hope they fix it lmao.

good point, dunno why i didnt copy paste first part