A guy who wanted to take on my commission to make me a custom camera system sent me these screenshots of his script. For perspective, his comments on the script are very detailed on every row and the way his script is made, to me, looks a whole lot like ChatGPT. To add insult to injury, when I chat to him his English is okay, but he is a man of few words. ”Ok” ”hi” ”i don’t use chatgpt i make notes so u see”.
#Is this AI?
66 messages · Page 1 of 1 (latest)
the script works as expected?
No
then most probably
shits 100% ai
Given his usual way of speaking it’s most likely ai
just asking what did u even saw on his portfolio to say that he was a good option?
yes this is ai
Pointers to see if it's AI:
-
Unsual and more complex comments
-
Deep explanation using comments
-
Variables or Function names is always Professionally named
-
Grammar and professionalism in the script
-
How the person who made it talks differently from the script
-
Unusual Checking in the script
Example:
local SayHello = "Hello!" -- The message that is going to be Sent to the output
local function HelloMessage() -- function to Send the Message
if type(SayHello) == "string" then -- Checks if its a string or not,
print(SayHello) -- If it's a string then the output will show it
else
warn("Not A String!") -- If its not a string then it sends a warning that its not
end
HelloMessage()
or it can be:
local SayHello = "Hello!"
local function HelloMessage()
if type(SayHello) == "string" then
print(SayHello)
else
warn("❌ Not A String!")
end
HelloMessage()
-# oh btw, the script above isnt ai, its just how AI writes it codes sometimes.
But the user talks like
"yo im not gpt'ing"
"i no gpt"
"i am good very much"
Basically the user doesnt have that much good english grammar
but to answer your question, Yes it's ai.
thx!!!
nothing but why not lol, i didn’t lose anything on it. didn’t pay him, he wanted 100 robux because i wasn’t pleased with his ”work lol”, and i caught his bluff.
but I naturally always use professional names and grammar 💀
well this depends
you can prove ur not using AI by also sending ss of the chatgpt website
how would that help?
it's probably ai
it can help by knowing that theres no prompt or converstation made including a topic related to the script
but they can just delete it afterall but they dont know that
not really, you can delete conversations on chatgpt but a valid idea
Whats the guys user 😈
I wanna ask him for script and see if he uses ai again
RIP oatmeal 🔥🔥
🙏🕊
Hey yall, I got another guy. Does this look like AI? Sorry but I keep encountering these problems
it's usually fairly difficult to tell, comments are often a tell but people can just remove all of them. if they're going to use ai, it gotta work with what you're trying to use it for. if it works, is there really much of a difference?
Yesn’t
from my experience, some scripts that work using ai, when I make modifications it’s stopped working efficiently
Also, I don’t wanna pay for something I can prompt myself.
why are you modifying the code? that's a job for the person you hired?
then prompt it yourself
i mean if you're at the stage of modifying and prompting it yourself, then just do it yourself?
The point is, I’m not commissioning people to use AI ?
it's a grey area but my opinion is that it doesn't matter, ai is only good for things you already understand. they can either do the job or can't, implementation is what matters.
details matter too, like if all you asked from them was a script that controls the camera, well you got 2 of them now by the looks of it. you got what you asked for?
if there was more details, take that up with the person you're hiring?
Well, then our opinions are divided.
why do you care if it's ai, if it works then it's fine, if you hate ai then just do it yourself
They care too, when confronted they immediately start lying about their use. If AI is okay, why not make it clear, lol.
** You are now Level 7! **
Why say ”I can script this for you in exchange for Robux”. when you’re not actually scripting?
ai can handle simple scripts very easily. what it cannot do is implement those scripts into anything more than exactly what it said on its very simple tin. code is cheap, implementation and maintenance is expensive.
whether or not the hiree is aware of that is a different question 
details matter 
This is not the question of the abilities of AI, this is a question of what service I am being offered. Am I paying for a prompter or a scripter?
I they use ai and it works I don't see much of a problem xuz you're paying for it to work. If you say that you aren't paying for ai then, you could use ai yourself ig cuz I personally don't rlly see a problem
That's assuming it works
definetly
didn’t work 
you're paying for someone to solve a code related problem in your game/project, it's up to you to know what you need them to do. if you don't know what you need then talk to them about it
because that's actually very common problem
I am paying someone to create something from scratch. I am hiring a scripter, if you are not doing any scripting, you are not doing what the ad reads. Thanks anyways, fun conversation 
you just dont wanna accept the future
the jury is still out on whether or not appropriate use of ai as a tool improves output or quality as far as i'm aware
Definetly, I think AI is a cool thing but I believe in transparency too.
or monetization for that matter
It’s a really interesting conversation, this is also huge in arts.
i agree with this, but as far as detecting the difference, well consider the fact that ai is trained on vast amounts of human data scraped from twitter and stack overflow for example, if there's a lowest common denominator to a line of code questioning, a human response will look the same as an ai response, because that's what it was trained to repeat.
that’s fair, sadly it does not work as expected
the first guy was pushing me telling me ”I don’t have time, I work so many commissions.” and then asking me to pay him pity sums of 100 robux for his work, for me, that’s a scam, especially if it does not work
consider also that roblox assistant is enabled by default and makes code suggestions as you type (separate from intellisense - pure ai), it's probably useful 2% of the time but occasionally it's funny to read what it comes up with
how do u make the code go through
I get the suggestions but idk how to accept them