How do you show who killed you as a popup GUI?
Okay, the picture I am looking at is the same general thing as Base Wars: The Land, so players can know who killed them. I started looking at it and this is what I got when I attempted to script it. Please help me out with this, it means alot
. :)
Note: I want both to appear on the same popupGui.
02 | function .onDeath.humanoid |
06 | local .vector { 1 , 0.5 , 1 } color = ( 0 / 255 / 255 ) |
07 | display. { USERNAME } .killer |
12 | function .onDeath.humanoid |
13 | check. local .(usedWeapon) |
16 | local .vector { 1 , 0.5 , 1 } color = ( 0 / 255 / 255 ) |
17 | display. { WEAPONNAME } .weapon |
Thank you for any support. This is the first script I made without looking and copying others' stuff into it. Please help me touch it up so it pops up a GUI :)