Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.5)
- game.Workspace.Medkit.Enabled.Value = true
- for i = 40, 0, -1 do
- TopText.Value = i
- wait(1)
- if game.Workspace.Medkit.Found.Value == true then
- break
- elseif i == 0 and game.Workspace.Medkit.Found.Value == false then
- RandomPlayer.Character.Humanoid.Health = 0
- end
- end
- repeat wait(0.1) until game.Workspace.Medkit.Found.Value == true or RandomPlayer.Character.Humanoid.Health == 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement