How do I make custom d3ath messages?

So I’m trying to make a game like the “Don’t Look Down” game mode, and if I can make custom d3ath messages that appear in what I believe is the log and not just notifications.

are you talking about the leaderboard at the end of the game?
if so, you can change certain things abt that in map options, then score, u can change stuff there.
also the end of game widget can show additional information at the end of games.

When I said game over I meant d3ath messages sry

oh.
so u mean like instead of saying
“RektRainbow was blasted by FireBrantley”
you want it to say smth like
“RektRainbow was memed on by FireBrantley”
am i correct?

Yeah that’s what I mean.

…..DAMAGER
there is an option to give custom dеath messages in damagers

Materials:
1 lifecycle and notification device (and something to knock out a player)

lifecycle

Player knocked out>transmit on channel “x” (choose your channel)

the notification (block code required)

You might not understand block code but its the only way to do it (for now)
open your notification device, look on the right of your screen, you should see a “blocks” button, click on this and then select “when receiving on channel…” now remember the channel you made before? use this channel, now click the ok button. You should be in the block code menu which might be a little confusing if you’ve never seen it before.
click the variables text on the left side of the menu (purple one) now make your own variable (mine is just called rng) now get the “set rng to” block
now open the math text and get the random integer block set its value to 1 to 4, now combine both of these blocks to get
Set rng (or your variable)>> random integer from 1 to 4, (get number blocks in the math section) you can make the integer bigger or smaller if you want to, but im sticking with smaller numbers so its (hopefully :sob:) easier to understand. These settings are for 4 custom messages, with a random chance of sending each if you change the 4 to a 5, there are five custom messages, and so on
now you should have this:
image

now open the logic blocks and get the one with the little gear on it, drag it out and click the gear and a mini block menu will appear, make it be if>>else if>> else if>> else

now click the For This Device text and get the Send Notification block, now go to the essentials and get the triggering players name block and the and put it in the “title” section of the notification block, now put the phrase you would like for it to say, make sure to put a space before it so that the name and text aren’t like “useroofed” and is “user oofed” or whatever you want it to say, put this is “Content”. You should have this so far:
image
now right click on the notification block and click duplicate, do this until you have four of these. Just leave them hanging around for now.

Now go to logic and get the block which the equals sign (second one)
image
Go to math and get a number block, make the number 1
Go to variables and get one of the rng blocks (the one by itself)
now piece these three blocks together to get this:
image
now get the notification block attached to the d3ath messages and create this:


Now repeat this four times and use different numbers that the RNG has to equal (1,2,3,4)
if you do this you should use a total of 26/75 blocks and this should be your result:

hopefully this helps, I tested it so it should work, I may have explained something wrong, but just use the pictures

also I assumed you needed a RNG system so theres a different message every time, but you may have not (sorry if i assumed wrong)
Btw this is my first ever post so forgive me if I did something wrong, I was just trying to help ;D

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.