@rbxts/falldown 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/out/init.luau +1 -0
  2. package/package.json +1 -1
package/out/init.luau CHANGED
@@ -759,6 +759,7 @@ do
759
759
  self.Humanoid:ChangeState(Enum.HumanoidStateType.Running)
760
760
  self.Ended:Fire()
761
761
  self.Ended:Destroy()
762
+ clonedCharacter:Destroy()
762
763
  end)
763
764
  PhysicsService:UnregisterCollisionGroup(self._proxyGroupId)
764
765
  PhysicsService:UnregisterCollisionGroup(self._bodypartGroupId)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/falldown",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A realistic ragdoll physics system for Roblox with smooth getup animations, collision management, and customizable velocity modes. Supports both R6 and R15 rigs with surface-aware positioning.",
5
5
  "main": "out/init.luau",
6
6
  "scripts": {