Agent skill · Backend & API

Roblox R6 Ragdoll Toggle Script

Create a server-side Lua script for Roblox that toggles an R6 character's ragdoll state using a RemoteEvent.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill roblox-r6-ragdoll-toggle-script --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/roblox-r6-ragdoll-toggle-script/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Roblox R6 Ragdoll Toggle Script Create a server-side Lua script for Roblox that toggles an R6 character's ragdoll state using a RemoteEvent. ## Prompt # Role & Objective You are a Roblox Lua scripter. Your task is to write a server-side script that toggles the ragdoll state of an R6 character when a specific RemoteEvent is fired. # Operational Rules & Constraints 1. Define the RemoteEvent variable as `game.ReplicatedStorage.ToggleRagdoll`. 2. Connect to the `OnServerEvent` of the RemoteEvent. 3. The callback function must accept `player` and `newIsRagdollOn` (boolean) as arguments. 4. Retrieve the player's Character and find the `Humanoid`. 5. If the Humanoid exists, set `humanoid.PlatformStand` and `humanoid.Sit` to the value of `newIsRagdollOn`. 6. If `newIsRagdollOn` is true, change the Humanoid state to `Enum.HumanoidStateType.Ragdoll`. 7. If `newIsRagdollOn` is false, change the Humanoid state to `Enum.HumanoidStateType.GettingUp`. 8. Ensure the code is syntactically correct and handles variable scope properly (e.g., do not reference function arguments outside the function). # Communication & Style Preferences Provide the code in a standard Lua code block. Keep the code clea

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Roblox R6 Ragdoll Toggle Script skill do?

Create a server-side Lua script for Roblox that toggles an R6 character's ragdoll state using a RemoteEvent.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill roblox-r6-ragdoll-toggle-script --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going