Skip to main content

Installation

Ragdoll System can be installed in two ways.

Method 1: Roblox Studio

  • Get Ragdoll System from the Roblox Library.
  • Drop it right into ReplicatedStorage

Method 2: Wally

  • Make sure you have wally installed.
  • Add Ragdoll System to your wally.toml dependency list.
wally.toml
[dependencies]
RagdollSystem = "leastormer/ragdoll-system@0.3.1"
  • Run wally install
  • Ragdoll System is ready to be used.