#Screen GUI is not a valid member of a Folder after Player death

1 messages · Page 1 of 1 (latest)

quartz sierra
#

The error first appears after the players death, it all works fine before. I searched on the dev forum and it said to disable the ResetOnSpawn property but it still wont work. Im crashing out about this error😭

#

btw all 3 of these cut off lines are just limiting the characters for 3 different input frames

BugRequest.ReportFormular.MainFrame.BugFormFrame.KeywordFrame.KeywordInputFrame.Changed:Connect(function() BugRequest.ReportFormular.MainFrame.BugFormFrame.KeywordFrame.KeywordInputFrame.Text = BugRequest.ReportFormular.MainFrame.BugFormFrame.KeywordFrame.KeywordInputFrame.Text:sub(1,25) end)

#

(And yes I could have used variables, but theres a reason for that)

coral crow
#

ever heard of variables?

dawn moon
#

do you know what a variable is?

quartz sierra
#

That doesnt help

tired sparrow
#

Broo. You need to look up a couple tutorials on formatting 🥲 This code is so hard to read ngl

quartz sierra
#

Thats the point, i wanted to quickly try to find the issue and wrote some code quick without variables

quartz sierra
#

Even if i do wait for child it instantly gives me the same error

eager idol
#

Avoiding variables doesn’t make it faster

#

It’s just painful to read

quartz sierra
#

Didnt say it makes the script faster, i said i wrote faster for testing purposes

eager idol
quartz sierra
#

Do you have a solution for the problem?