Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why does my setcore notification come back when I die?

Asked by 2 years ago

So I'm not an advanced scripter, and I'm wondering. How would I make it so that my setcore notification goes away when I die? That doesn't make a whole ton of sense, but basically, when I die and respawn, the notification comes back. How can I fix that?

game.StarterGui:SetCore("SendNotification",  {
    Title = "testing.";
    Text = "";
    Icon = "";
    Duration = 15;
    Button1 = "yes";
    Button2 = "no";
    Callback = NotificationBindable;
})
0
is it a gui? Blueturtle8908 79 — 2y
0
put this script into like a screengui or something and you'll see. ashstitchedmyface 7 — 2y

Answer this question