Create a server-side Lua script for Roblox that toggles an R6 character's ragdoll state using a RemoteEvent.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill roblox-r6-ragdoll-toggle-script --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Roblox R6 Ragdoll Toggle Script?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-roblox-r6-ragdoll-toggle-script)More formats (shields.io, HTML) on the badges page.
---
id: "62552110-b363-42b4-8d84-d117a9589277"
name: "Roblox R6 Ragdoll Toggle Script"
description: "Create a server-side Lua script for Roblox that toggles an R6 character's ragdoll state using a RemoteEvent."
version: "0.1.0"
tags:
- "roblox"
- "lua"
- "ragdoll"
- "scripting"
- "remoteevent"
triggers:
- "make an r6 ragdoll system"
- "create a ragdoll toggle script"
- "roblox remote event ragdoll"
- "toggle ragdoll with fireserver"
---
# 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 clean and indented.
## Triggers
- make an r6 ragdoll system
- create a ragdoll toggle script
- roblox remote event ragdoll
- toggle ragdoll with fireserver
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!