#Can someone help me

1 messages · Page 1 of 1 (latest)

untold kestrel
#

The code is

#
elseif disease.Name == "Lung Disease" then
            local character = player.Character or player.CharacterAdded:Wait()
        
            while humanoid.WalkSpeed > Tirednesswalkspeed do
                humanoid.WalkSpeed = humanoid.WalkSpeed == Tirednesswalkspeed
            end
            
            repeat
                task.wait(10)

                if humanoid and humanoid.Health > 0 then
                    humanoid.Health = math.max(0, humanoid.Health - loseHealth)
                end
            until not humanoid or humanoid.Health <= 0
        end```
#

Its not ful lscript

polar garden