Created by shitass
Features:
- ENABLE HEALING SYSTEM
- DEV NOTES:
- This enables the ACS Healing system in the game
- Press Left Alt to open the gui
- You can stop bleeding, heal, and more with this gui
game:GetService("UserInputService").InputBegan:Connect(function(k)
if k.KeyCode == Enum.KeyCode.LeftAlt then
game.Players.LocalPlayer.PlayerGui.StatusUI.Medic_Sys.Visible = not game.Players.LocalPlayer.PlayerGui.StatusUI.Medic_Sys.Visible
end
end)
ENJOY!