#Chat

89 messages · Page 1 of 1 (latest)

calm cypress
#

AM A 14YR OLD SO I DONT KNOW MUCH XD

elder nightBOT
#

studio** You are now Level 1! **studio

calm cypress
#

sorry for leaving you

#

ok

elder nightBOT
#

studio** You are now Level 2! **studio

calm cypress
#

ok

drifting egret
#

doom cooking 🔥

#

people that are not just saying 'fix this and there and this' but sending whole script instead are the best

#

quick question why do u need that

#

just true 🗣️

#

pro

#

both pro

#

i understand nothing from bros script

#

😭

#

never worked with chat

#

and i dont think i will as this thingy screamered me

#

'
local player = game.Players.LocalPlayer
local screenGui = script.Parent
local frame = screenGui:WaitForChild("Frame")
local scrollingFrame = frame:WaitForChild("ScrollingFrame")
local messageTemplate = scrollingFrame:WaitForChild("MessageTemplate")

messageTemplate.Visible = false

local function logMessage(message)
local messageLabel = messageTemplate:Clone()
messageLabel.Text = message
messageLabel.Visible = true
messageLabel.Parent = scrollingFrame
local messageCount = #scrollingFrame:GetChildren() - 1
messageLabel.Position = UDim2.new(0, 0, 0, messageCount * 30)
scrollingFrame.CanvasSize = UDim2.new(0, 0, 0, messageCount * 30 + 30)
scrollingFrame.CanvasPosition = Vector2.new(0, scrollingFrame.CanvasSize.Y.Offset)
end

game:GetService("Chat").MessagePosted:Connect(function(message, speaker)
logMessage(speaker.Name .. ": " .. message)
end)
'

#

actual screamer

#

ur best

#

😎

#

actually

untold grove
#

chatgpt

#

💀

elder nightBOT
#

studio** You are now Level 6! **studio

untold grove
#

ur trying with chatgpt

#

stop crediting urself for what u didn't do

#

🙏

#

credit the poor ai

#

don't use chatgpt at all

#

roblox assistant is good for small things

drifting egret
#

wait no way

untold grove
#

i use it sometimes

drifting egret
#

hes acutally

#

using chat gpt.

elder nightBOT
#

studio** You are now Level 3! **studio

untold grove
#

no

#

get out of here chatgpt user

drifting egret
#

broo fr

#

i trusted this guy but he was just using chatpg

#

gpt

#

😭

#

not cool anymore fr

untold grove
#

its obvious from the comments

#

only chatgpt does that

drifting egret
#

im not reading that

#

chatgpt came along with u😭

untold grove
#

don't help people with what u don't know about

#

u don't even know if the script works

drifting egret
#

true

untold grove
#

u just tell chatgpt and paste it here 💀

drifting egret
#

actually if i remember right

#

few months ago

#

or maybe even year

#

chat gpt was like

#

TRASH at scripting in roblox

untold grove
#

yes pls

drifting egret
#

like he had no idea how to make kill brick

#

no way it can make things like this now

#

but just ig cuz im not sure 🤔

#

maybe i was just bad ☠️

#

anywa

untold grove
#

back to the maint opic

distant shard
#

if a year ago u didnt get even a killbrick script from chatgpt then ur prompt are shits

drifting egret
#

this could help

untold grove
#

oh

drifting egret
#

w chat gpt

untold grove
#

alright

drifting egret
#

sending documentation is kinda more braindead than gpt answer😭

untold grove
#

it does talk about the functions and events it has

#

SO U CAN CHECK IT OUT TO SEE IF IT DOES HAVE ONMESSAGE RECIEVED OR NOT

drifting egret
#

i mean google can also do that if u will ask 👉 👈

untold grove
#

this thread is braindead

drifting egret
#

true

#

am also

final elk
#

Dang

#

Yall rlly clowned on gpt

#

Personally, I'd say it helps if you know what ur doing

#

Its good for a nudge in the right direction

#

Most people, aswell, also ask the wrong question or ask their question in the wrong way
-# mainly due to lack of experience with AI, assuming its just gonna answer any question

#

I know how to ask it questions and get the type of answwer I'm looking for, mainly cuz I study AI and have tested ChatGPT alot with random prompts unrelated to scripting

#

But, never send it a big script and ask it to modify it for you, you'll end up going down a rabbit hole of asking prompt after prompt to fix it and in the end, you'll probably just paste back in your original script