P = script.Parent.Character.Humanoid
while true do
script.Parent.Visible = false
if P.Health == 0 then
wait(1.2)
script.Parent.Visible = true
end
wait(2)
end
0
Can you tell me what's wrong? Also use the Lua Code Block so we can see your code easier.Pojoto329— 6y