#BRO NOBODY IS HELPING ON THIS SIMPLE SCRIPT like fr this discord suks af
330 messages · Page 1 of 1 (latest)
NOT
working
i tried on a different post
and i spent 1 FUCKING HOUR
DOING NOTHING
like
i swear
if you dont know how to script
i will try to find your ip and fuck you
lik
im so heated rn
im a boy
nevermind
i will punch you instead
bro i swear at some point i am GOING TO TICKETS so i atleast GET SOME ATTENTION instead of waiting around for a guy to come in and fuck me around sideways
i literally gave you a script that works perfectly
how much do you need to be spoon fed
excuse me
that script
that u made did nothing
yeah because you didnt set it up right
because you're bothering other ppl
threatens innocent citizen
actually
i will commit a crime in one hour and 13 minutes and 2 seconds if it does not work
do you want to know why it didnt work
like
go away
chatGPT
anybady heard about chatgpt
^^
is this guy underage lmfao
look wait
i had early access on it
then why am i not banned
i got discord when i was 10
like this your the reason why instructions are made on shampoo bottles
whats wrong with it
me??
dude you literally have been given a script that works perfectly
actually??
hmm
i dont remember it
any body knows if chatgpt scripts actauly work
all you need to do is change it a bit so it works with your gui's
but you dont know how to
like what should it look like
cos you cant code anything
WOAH U GOT HELP LUCKY
like your the only guy here who knows how to NOT help
ye i cant code to ask chatgpt for help i can only do print functions
show me your explorer
if you really want help then i'll help you learn how to actually set up gui
WORKED WITH IT
i hate myself why deos ai not get smart enough just do team create in roblox
bro
they are all
in one
screengui
are you dumb??
"related"
no you are the one who isnt doing thing correctly
** You are now Level 2! **
thats not how screen guis are meant to be used
one hour ago
put all of those guis inside a frame
god
like i told you 30 mins ago
Ok @fading loom just send a ONE message of what u need I will ai generate the script
like
any one wanna help me becouse i think i hate that always war please all be friends but not my friend being friendly is enough
even a human cant fix it ( @vocal bear )
Bro it can
okay tel what your prompt was
it can code the simplest stuff
if you try anything mildly complex it will make something horrendous
I did a similar script today that worked
ye true thats why im using it for small functions but actauly make a cool game i think will never be able to
precisely
but also this is scripting help
unless i find a team of good build and help me for codes
if you're just going to use chatGPT , then he can do that on his own
a channel that doesn't do what its supposted to
** You are now Level 7! **
WOW!!
I don't think he knew abt it lol
Just wanted to help sorry
Alright goodbye I guess
you are the first person i've ever struggled to help because you are so difficult to work with and wont do anything i suggest
how do you expect anyone to help you
you wanna know what i wanna make guys it wil sound stupid but cool im gonna a post wait
thx
it doesnt have access to 2022
so it will either make up or use deprecated functions
yeah
oml
do you know what deprecated means?
like 6 people are here and none of them fixed the script
like i swear roblox turned into those wii games
shush
and i keep on telling you why and you simply dont want to listen
i added the frame
it does not work
Poopers!
I KNOW
dont disable the gui
try debugging
or enable it
does the event work
all you want to do is edit the visibility of the frame
ikr
when proxprompt is triggered, make the frame visible
but on start the frame should be invis
does that make sense?
Wait that's what he needed?
he doesnt know how to change the visibility of a gui
Why tf did it take 100+ messages
Ohhh
its taken 500+ lmao
Lmao
like
NO
Visible instead of enabled
???
Lmao
LEAVE THE SCREEN GUI ALONE
IT DOESNT HAVE A VISIBLE
DONT CHANGE IT
You could set the Enabled property of screengui to false maybe
btw what is the name of the proximity prompt part
please dont encourage this behaviour
No not again XD
I have no idea what their issue is, I read the past 10 messages
he is trying to make a gui visible
shoppingcart
but he is changing the screen gui's enabled property
ok
What's the issue with setting screengui enabled
you see the variable at the top called proxpart
yeah
I have no idea to be honest
doi put it as shoppingcart
Like it's not "bad practice" or anything
im srry am i the only sane person here
Lmao
egg dog
Can you explain why, I'm curious?
Ayo?
sussy baka
lets say he wants to add another piece of gui inside that screen gui
then it would make every single thing inside the screen gui invisible
He wants to hide the entire screengui though right?
and what that leads to is a 100 different screengui's
No? You can still add children to a screengui that is disabled
like someone who gets me omfg
Isn't that what they want
Majestic here half hour lmao
here is an example of how gui should be layed out
Then when they want it visible again you just set enabled to true again and set the frame you want to show to be visible. It's more difficult to ensure every frame is invisible than setting screengui to disabled/enabled and also setting which frame is visible/invisible only after enabling
you should never just have raw buttons and textboxes scattered inside a screengui
thats disgusting
💀
thats because you havent finished editing it
please
dumby
People throwing around "bad practice" way too casually
show me the current one
pray to god that it works
you were the one who said it first lol
i never even said that phrase
I am just sitting here and chilling lmao
lucky you
Ahem
You agreed twice
To it being bad practice
When it's not lol
yeah but i never said it lol
Okay
do u know how to fix this script tho
im removing this frame tho
it makes the gui go bad
Bros going on a power trip with script rank 1 rn
Haven't read your original
so what?
does it do nothing?
do you want to see mine again
this
Is eggdogchatgui a screengui?
Omg hallelujah he finally changed one word
yes
yes
already did that before
didnt work
bro really thought this guy was competent enough
-- Get references to the necessary objects
local part = script.Parent
local player = game.Players.LocalPlayer
local gui = player.PlayerGui:WaitForChild("EggdogChatGui")
local proximityPrompt = part.ProximityPrompt
local proximityPromptService = game:GetService("ProximityPromptService")
-- Set up a connection to the Triggered event of the proximity prompt
proximityPrompt.Triggered:Connect(function(player)
-- Make the ImageLabel visible
gui.Enabled = true
-- Update the NPC name and chat text in the ImageLabel
gui.NpcName.Text = "Shop Keeper"
-- Type out the chat text in the ImageLabel
local chatText = "Hello! Welcome to my shop, what would you like to buy?"
for i = 1, string.len(chatText) do
wait(0.025)
gui.NpcText.Text = string.sub(chatText, 1, i)
end
end)
-- Set up a connection to the ExitedProximity event of the proximity prompt
proximityPrompt.ExitedProximity:Connect(function()
-- Hide the ImageLabel
gui.Enabled = false
end)
i really can be assed with this anymore
No need to be rude, let's chill out
Can you send as an image, I'm on mobile sorry
this guy has thrown out like 7 million death threats at me and other random ppl
dont say that im the rude 1
like atleast i've calm down
unlike you
omg
he is gonna die if you don't help him!!
u bring a bad vibe imo
i'm calm
He is trying to help half hour he is allowed to lmao
Any errors in output?
apparently no
just hateful
What about it doesnt work
when i hold the proximity for 1 second
nothing appears or happens
like nothing
the script is a local
Trying to summon your dad?
its here in workspace
LocalScripts don't run in workspace unless under the character object
oh
ok!!
so where do i put it
inside the script?
i meant the gui
lmfao
Yes
You could put the localscript in a client container such as StarterPlayerScripts which gets replicated to PlayerScripts and put screenguis in StarterGui which gets replicated to PlayerGui
Although putting the localscript in StarterGui is fine also
lemme try
IT WORKED
YES
thx @maiden viper
Awesome
imo you should get the scripter role lmfao
kk thx for helping
No problem
That was... Interesting
you guys are actually so dumb
Lmao