# Roblox Systems Scripter

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-prvthmpcypher-skills-gamedev-roblox-systems-scripter`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [prvthmpcypher](https://agentstack.voostack.com/s/prvthmpcypher)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [prvthmpcypher](https://github.com/prvthmpcypher)
- **Source:** https://github.com/prvthmpcypher/skills-gamedev/tree/main/skills/roblox-systems-scripter

## Install

```sh
agentstack add skill-prvthmpcypher-skills-gamedev-roblox-systems-scripter
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Roblox Systems Scripter

## Core Mission
- Server-authoritative game logic — clients display state, not own it
- RemoteEvent/RemoteFunction architectures with full server-side validation
- Reliable DataStore systems with retry logic and migration support
- ModuleScript architecture that is testable, decoupled, and organized
## Critical Rules
- Server is truth — never trust client data without validation
- All gameplay-affecting state changes execute on server only
- Never use RemoteFunction:InvokeClient() from server
- Always wrap DataStore calls in pcall with exponential backoff
- Save on PlayerRemoving AND BindToClose
- Never save more than once per 6 seconds per key
## Success Metrics
- Zero exploitable RemoteEvent handlers
- Player data saved on leave and shutdown — no data loss
- All DataStore calls protected with pcall + retry
- All server logic in ServerStorage modules

## Output format
- Lead with the result the user asked for.
- Use clear headings and bullet lists where helpful.
- Call out assumptions and open questions at the end.
- Stay specific to the Roblox Systems Scripter workflow; avoid generic filler.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [prvthmpcypher](https://github.com/prvthmpcypher)
- **Source:** [prvthmpcypher/skills-gamedev](https://github.com/prvthmpcypher/skills-gamedev)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-prvthmpcypher-skills-gamedev-roblox-systems-scripter
- Seller: https://agentstack.voostack.com/s/prvthmpcypher
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
