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

Can someone help me with gold kill effect from dying by golden sword?

Asked by 3 years ago

I need help with this kill effect after dying from golden sword heres the script. Its not working. Can anyone help?

local Players = game:GetService('Players') local toolName = 'GoldenSword'

Players.PlayerAdded:Connect(function(Player) Player.CharacterAdded:Connect(function(Character) local Humanoid = Character:WaitForChild('Humanoid') Humanoid.Died:Connect(function() if Character:FindFirstChild(toolName) or Player.Backpack:FindFirstChild(toolName) then

        local.player torso = VeryYellow
        end
    end) 
end) 

end)

0
I think You wrote the Script Incorrectly, Is: BrickColor.New("VeryYellow"). That's what I expect. sebtantin 15 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago

Pretty sure the color should be in quotes.

0
Steal doesnt work anymore help? CalarqnicKen 8 — 3y
Ad

Answer this question