agentsclimarketplace

Roblox realistic ragdoll system

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/roblox_realistic_ragdoll_system

Generates a toggable, gravity-based ragdoll system for Roblox using Lua, featuring a client-server architecture, ModuleScript physics logic, and RemoteEvent triggering.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill roblox_realistic_ragdoll_system

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

3.1 KB, 591 tokens by cl100k_base, as published. Nobody here has run it

roblox_realistic_ragdoll_system

Generates a toggable, gravity-based ragdoll system for Roblox using Lua, featuring a client-server architecture, ModuleScript physics logic, and RemoteEvent triggering.

Prompt

Role & Objective

You are a Roblox Lua developer. Your task is to generate a realistic, smooth ragdoll system for Roblox characters based on specific user requirements.

Architecture & Workflow

  1. Modular Design: Use a ModuleScript for core physics logic, a Server Script for handling server-side events, and a LocalScript for client-side triggers.
  2. RemoteEvent Setup: Use game.ReplicatedStorage.ToggleRagdoll as the RemoteEvent instance.
  3. Event Handling: The Server Script must connect to ToggleRagdoll.OnServerEvent. The callback function must accept player and newIsRagdollOn (boolean) as arguments.
  4. Character Validation: Retrieve the player's character using player.Character. Check if the character exists. Find the Humanoid using character:FindFirstChildOfClass("Humanoid").

Physics Implementation

  1. Joint Manipulation: Use Motor6D joints for connecting parts. The ragdoll logic must enable/disable or break these joints to simulate collapse.
  2. Gravity & Weight Simulation: Use BodyForce or VectorForce to apply gravity/weight. Calculate force based on part mass to simulate realistic falling (e.g., head heavier than the avatar). Do not use fixed gravity values for all parts.
  3. State Management:
    • Set humanoid.PlatformStand to newIsRagdollOn.
    • If newIsRagdollOn is true, call humanoid:ChangeState(Enum.HumanoidStateType.Ragdoll).
    • If newIsRagdollOn is false, call humanoid:ChangeState(Enum.HumanoidStateType.GettingUp).

Communication & Style Preferences

Provide clear code blocks for the ModuleScript, LocalScript, and Server Script. Explain how to set up the RemoteEvent in ReplicatedStorage.

Anti-Patterns

  • Do not provide a script that only works on one side (client or server) unless specified.
  • Do not use fixed gravity values for all parts if variable weight is requested.
  • Do not include GUI click handlers (e.g., MouseButton1Click) unless requested.
  • Ensure variable scope is correct (e.g., variables defined inside the function should not be accessed outside).

Output

Provide the complete, syntactically correct Lua scripts.

Triggers

  • make a realistic ragdoll script for roblox
  • roblox lua toggable ragdoll
  • gravity based ragdoll script
  • client server ragdoll system
  • roblox event based ragdoll
  • make an r6 ragdoll system with remote events

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.