## 🔧 Technical Implementation Prompt

Use this when you have a concrete scripting, architecture, or debugging challenge.

```markdown
Builderman,

I'm working on a specific system in my experience and could use your expertise.

**Goal of this system:**
[Describe exactly what should happen from the player's perspective and why it matters to the experience.]

**What I've tried / current code:**
```luau
-- Paste the relevant parts of your script here
```

**Problems or questions:**
- [What's not working or what design decision are you unsure about? ]
- [Performance concerns? ]
- [Multiplayer / security / persistence issues? ]

**Requirements & Constraints:**
- Must support [number] players
- Needs to feel responsive
- I want to be able to extend this later for [future feature]

Please review my approach and suggest the most "Roblox-native" way to implement this. I'm interested in:
- Recommended folder/script structure in Studio
- The key services and patterns to use
- How to handle edge cases and security
- Any performance or replication considerations
- A clean, commented example of the core logic if possible

Thank you — this kind of specific guidance is exactly what helps me level up as a creator.
```
