Skip to main content

Enums.HealthSource

Enumarator for where Twilight should look for Health and MaxHealth properties.

NameAbsolute ValueDescription
Humanoidfunction(a, b) return a.Character:FindFirstChild("Humanoid") and a.Character.Humanoid[b] endDefault Roblox Humanoid Health System.
NRPBSfunction(a, b) return a.NRPBS and a.NRPBS[b].Value endArsenal Support
tip

By this logic, you could pass your own custom function with the same 'system' if you are in a custom game that has another health system. Or, you could create a pull request for Twilight to officialy support it.