of     1   

ferano
#183644565Monday, February 15, 2016 4:12 AM GMT

function getKillerOfHumanoidIfStillInGame(humanoid) local tag = humanoid:findFirstChild("creator") if tag ~= nil then local killer = tag.Value if killer == player then xp = xp + 10
izzatnasruna
#183644636Monday, February 15, 2016 4:12 AM GMT

no end
ferano
#183644738Monday, February 15, 2016 4:14 AM GMT

I have all the ends in the script, I only took this section as this one isn't working, no error messages.
izzatnasruna
#183644886Monday, February 15, 2016 4:15 AM GMT

I see nothing wrong
ferano
#183644966Monday, February 15, 2016 4:16 AM GMT

The script never steps into that section :/
Veulix
#183644990Monday, February 15, 2016 4:17 AM GMT

Change xp = xp + 10 to xp += 10 New feature in LUA, x = x + y is no longer sufficient.
izzatnasruna
#183645494Monday, February 15, 2016 4:23 AM GMT

I believe ROBLOX uses Lua 5.1
Luo_Basics
#183645587Monday, February 15, 2016 4:25 AM GMT

> print(_VERSION) Lua 5.1
ferano
#183646579Monday, February 15, 2016 4:38 AM GMT

lol
ferano
#183647625Monday, February 15, 2016 4:54 AM GMT

How then do I detect if any player in the server has been killed?
LilMcManiac
#183650276Monday, February 15, 2016 5:34 AM GMT

#code local player = game.Workspace.Player --Hope this works with roblox+ lol
Luo_Basics
#183650323Monday, February 15, 2016 5:35 AM GMT

it doesn ot #code print("This signature was created using Roblox+, get yours now at the chrome web store!")

    of     1