ParaPlayer.OnDiedCopy PageDeclaration public void OnDied(Action callback) Descriptions This event fires when the player dies Lualocal player = ParaPlayerService.GetLocalPlayer() player:OnDied(function() print("OnDied") end) player:Die()Updated about 1 year ago