#Chat
89 messages · Page 1 of 1 (latest)
** You are now Level 1! **
** You are now Level 2! **
ok
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
** You are now Level 6! **
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
wait no way
i use it sometimes
** You are now Level 3! **
broo fr
i trusted this guy but he was just using chatpg
gpt
😭
not cool anymore fr
don't help people with what u don't know about
u don't even know if the script works
true
u just tell chatgpt and paste it here 💀
actually if i remember right
few months ago
or maybe even year
chat gpt was like
TRASH at scripting in roblox
yes pls
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
back to the maint opic
this could help https://create.roblox.com/docs/reference/engine/classes/TextChatService#MessageReceived
if a year ago u didnt get even a killbrick script from chatgpt then ur prompt are shits
pro
best
oh
w chat gpt
alright
sending documentation is kinda more braindead than gpt answer😭
I mean
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
i mean google can also do that if u will ask 👉 👈
what
this thread is braindead
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