What is wrong with this script [HELP?] [closed]
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
while true do
--if script.Parent == "PlayerGui" then
plr = game.Players.LocalPlayer
char = plr.Character
--hum = char:WaitForChild("Humanoid")
CreateAClass = plr:WaitForChild("CreateAClass")
rehum = char:FindFirstChild("Humanoid")
health = rehum.Health
if health >= 0 then
local Lethals = CreateAClass:FindFirstChild("Lethals")
local Tacticals = CreateAClass:FindFirstChild("Tacticals")
if Lethals then
Lethals.Value = 2
end
if Tacticals then
Tacticals.Value = 2
end
end
--end
wait(.1)
end
Can you fix this script please, not sure whats wrong with it.
Closed as Too Broad by Goulstem and YellowoTide
This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.
Why was this question closed?