im confused why this isn’t working
local function PlayerCheck()
if Character:FindFirstChild("Wand") then
if Character.Humanoid.Health ~= 0 then
return true
end
end
end
if Message == "appa" then
if PlayerCheck == true then
CurrentSpells[1] = nil
table.insert(CurrentSpells, AppaFunction)
end
end