feranoJoin Date: 2008-11-23 Post Count: 5094 |
function getKillerOfHumanoidIfStillInGame(humanoid)
local tag = humanoid:findFirstChild("creator")
if tag ~= nil then
local killer = tag.Value
if killer == player then
xp = xp + 10 |
|
|
feranoJoin Date: 2008-11-23 Post Count: 5094 |
I have all the ends in the script, I only took this section as this one isn't working, no error messages. |
|
|
feranoJoin Date: 2008-11-23 Post Count: 5094 |
The script never steps into that section :/ |
|
VeulixJoin Date: 2011-12-24 Post Count: 202 |
Change
xp = xp + 10
to
xp += 10
New feature in LUA, x = x + y is no longer sufficient. |
|
|
I believe ROBLOX uses Lua 5.1 |
|
|
> print(_VERSION)
Lua 5.1
|
|
feranoJoin Date: 2008-11-23 Post Count: 5094 |
lol |
|
feranoJoin Date: 2008-11-23 Post Count: 5094 |
How then do I detect if any player in the server has been killed? |
|
|
#code
local player = game.Workspace.Player
--Hope this works with roblox+
lol
|
|
|
it doesn ot
#code print("This signature was created using Roblox+, get yours now at the chrome web store!") |
|