-new- Apocalypse Rising 2 Script -

-- Configuration local defaultHealth = 100 local healthRegenerationRate = 1 -- per second

-- Services local Players = game:GetService("Players") -NEW- Apocalypse Rising 2 Script

-- Connect to player added event Players.PlayerAdded:Connect(function(player) player.CharacterAdded:Connect(function() managePlayerHealth(player) end) end) -NEW- Apocalypse Rising 2 Script

タイトルとURLをコピーしました