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

How do you show who killed you as a popup GUI?

Asked by 10 years ago

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.

01local.findFirstChild
02    function.onDeath.humanoid
03    check.local.killer
04        if killer(true) then
05            local.Display.gui
06        local.vector{1,0.5,1} color=(0/255/255)
07    display.{USERNAME}.killer
08        wait(5)
09 
10 
11local.findHumanoid
12    function.onDeath.humanoid
13    check.local.(usedWeapon)
14        if weapon(true) then
15            local.Display.weapon
View all 22 lines...

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 :)

1 answer

Log in to vote
3
Answered by
hudzell 238 Moderation Voter
10 years ago

There are SO many things wrong with this script. Sadly I have no idea what the heck is going on in there so I can't help. Maybe actually learn how to script Lua before you try to script in ROBLOX, because that is certainly not Lua, it's just a bunch of non-sense.

1
I know right! Michael007800 144 — 10y
0
lmao Damo999 182 — 10y
0
-.- JustGimmeDaBux 18 — 10y
Ad

Answer this question