#How do I fix ts

1 messages · Page 1 of 1 (latest)

waxen oak
#
local function KillAll()
    for i, player in Players:GetPlayers() do
        if player.CharacterAdded then
            player.Character:FindFirstChild("Humanoid").Health = -100
        end
    end
end```
#

Im pretty sure its cuz theres no players in the game yet but I still dunno how to fix