of     1   

PurFusiion
#221190436Thursday, July 13, 2017 5:29 AM GMT

I'm trying to find out how to make the badge alerts if you don't know what I mean, it's the message in jailbreak when you swipe a keycard on the bottom right corner. I posted this in Game Design and I was told to put it here to get an answer (told by ExplodeLikeAVolcano)
Helicopter_Crash
#221190820Thursday, July 13, 2017 5:35 AM GMT

make a gui and tween it find some youtube tutorials
ExplodeLikeAVolcano
#221191994Thursday, July 13, 2017 5:56 AM GMT

Code goes into a LocalScript. LocalScript goes into StarterPlayerScripts. wait(1) game.StarterGui:SetCore("SendNotification", { Title = "TEXTGOESHERE"; Text = "TEXTGOESHERE"; Icon = ""; Duration = 5; })
PurFusiion
#221233033Thursday, July 13, 2017 7:58 PM GMT

Thanks!
SlimeMan22
#221233151Thursday, July 13, 2017 8:00 PM GMT

Thanks for making this thread! I've been wondering about those too, but I never got any definitive answers. NULL > NIL
PurFusiion
#221238663Thursday, July 13, 2017 8:53 PM GMT

moving the code into a LocalScript, then moving the LocalScript into StarterPlayerScripts will make it local right?
ExplodeLikeAVolcano
#221254364Thursday, July 13, 2017 11:36 PM GMT

You're welcome.
PurFusiion
#221375220Saturday, July 15, 2017 3:33 AM GMT

ExplodeLikeAVolcano, I need help with the icon in this script: wait(1) game.StarterGui:SetCore("SendNotification", { Title = "TEXTGOESHERE"; Text = "TEXTGOESHERE"; Icon = ""; Duration = 5; })
ExplodeLikeAVolcano
#221379769Saturday, July 15, 2017 4:14 AM GMT

If you're referring to the player's avatar, here it is: #########################################################################
PurFusiion
#221557396Monday, July 17, 2017 2:04 AM GMT

it's all tags, also let's say I want to make the icon: https://www.roblox.com/library/711219388/checkmark how would I do that?
PurFusiion
#221623790Monday, July 17, 2017 8:47 PM GMT

ExplodeLikeAVolcano..................... pls

    of     1