diff --git a/leostormer/ragdoll_system b/leostormer/ragdoll_system new file mode 100644 index 0000000..50a5f98 --- /dev/null +++ b/leostormer/ragdoll_system @@ -0,0 +1,17 @@ +["0.3.5 roblox"] +published_at = "2025-01-04T02:33:42.406347874Z" +description = "A simple ragdoll system for R15 and R6 characters on Roblox." +license = "MIT" +authors = ["LeoStormer"] +repository = "https://github.com/LeoStormer/ragdoll-system" + +["0.3.5 roblox".target] +environment = "roblox" +lib = "lib/init.lua" +build_files = ["lib"] + +["0.3.5 roblox".dependencies] +Signal = [{ wally = "wally#sleitnick/signal", version = "^2.0.1", index = "https://github.com/UpliftGames/wally-index" }, "standard"] +Trove = [{ wally = "wally#sleitnick/trove", version = "^1.5.0", index = "https://github.com/UpliftGames/wally-index" }, "standard"] +rojo = [{ name = "pesde/rojo", version = "^7.4.4", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +scripts = [{ name = "pesde/scripts_rojo", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] diff --git a/leostormer/scope.toml b/leostormer/scope.toml new file mode 100644 index 0000000..6e1e816 --- /dev/null +++ b/leostormer/scope.toml @@ -0,0 +1 @@ +owners = [109990416]