Help with death messages script!

I already noticed this, so I replaced it!

I hate variable naming thanks for reminding me that

1 Like

I got no output. I think the problem is not coming from the GUI lines.

It couldn’t be that though, it’d result in some sort of error

Plus the print statements would run as soon as each individual event got fired

It’s inside ServerScriptService as a LocalScript, correct?

I put it in a regular script, is that where I am wrong? even though it doesn’t work with a local script as well!

CORRECTION I MEANT SERVER SCRIPT

Do you have the Drafts Tab on by any chance?

I do, but I don’t need to commit the server script, since I kept it in serverscriptservice and disabled it to try the local script.

What, I believe you need to commit the server script in order for your changes to be made to be updated to the most recent thing

@Jackscarlett the script just worked, but the GUI didn’t appear. I got the output, but no errors. The GUI entered the playerGui as well. but it didn’t show up!

What do you mean by that? I’m confused

Do you happen to have set the Enabled property on your Gui to false? Or forgot to set 1 of the Frame’s Visible properties to false?

1 Like

It turns out to be my bad, the frame was not visible. It works now, thank you :smiley:

1 Like