# nonlooped

> Open-source publisher. Listings imported from github.com/nonlooped — credited to the original author with their license.

- **Listings:** 15
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/nonlooped
- **Website:** https://github.com/nonlooped

## Published listings

- [Roblox Testing](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-testing) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-testing`
  Testing, debugging, and profiling Roblox experiences — Developer Console, Output, logging discipline, pcall and assertion patterns, TestEZ unit tests, the MicroProfiler (client and server), Scene Analysis, Script Profiler, memory diagnostics, network debugging, Luau type checking, and connection cleanup. Use when something is broken, slow, or unreliable, or when setting up test workflows.
- [Roblox Gamepasses](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-gamepasses) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-gamepasses`
  Rule-accurate Roblox monetization — game passes, developer products (ProcessReceipt), and subscriptions (GetUserSubscriptionStatusAsync, PromptSubscriptionPurchase). Covers the selling flow, server-authoritative granting on PlayerAdded and purchase completion, PolicyService gating (ArePaidRandomItemsRestricted, IsEligibleToPurchaseSubscription, China policies), personalization, and integration wi…
- [Roblox Physics](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-physics) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-physics`
  Roblox rigid-body physics for vehicles, mechanisms, doors, platforms, and dynamic objects. Covers assemblies, root parts, anchoring, WeldConstraint vs RigidConstraint, mechanical constraints (hinge, spring, prismatic, rope), mover constraints (AlignPosition, LinearVelocity, VectorForce), network ownership, collision filtering, the sleep system, adaptive timestepping, and units. Use for anything t…
- [Roblox Open Cloud](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-open-cloud) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-open-cloud`
  Roblox Open Cloud REST API for accessing data stores, assets, universes, places, users, groups, subscriptions, and Luau execution from outside the engine or via HttpService. Covers authentication (API keys, OAuth 2.0, avoiding legacy cookie auth), scopes and least-privilege, IP allowlists, key rotation and the 60-day auto-expiry rule, Secrets stores, the HttpService-callable subset and its rate l…
- [Roblox](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox`
  Roblox Luau development hub that routes agents to the right specialist skill and keeps every API recommendation cited to the official Engine Reference. Covers server-authority architecture, modern API selection (Animator, task.*, TweenService, IKControl), and progressive disclosure into 14 deep skills spanning datastores, networking, UI, animation, VFX, audio, physics, NPCs, monetization, Open Cl…
- [Roblox Audio](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-audio) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-audio`
  Roblox audio — the modern modular audio graph (AudioPlayer, AudioEmitter, AudioListener, Wire, AudioTextToSpeech) and the legacy Sound/SoundGroup system. Covers 2D vs 3D audio, spatial attenuation, effects (Equalizer, Compressor, Reverb, Echo, Distortion), TTS/STT, acoustic simulation, asset permissions and the 2022 privacy changes, concurrent-voice limits, preloading, and looping. Use for any so…
- [Roblox Teleport](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-teleport) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-teleport`
  Roblox TeleportService and multi-place architecture — the modern TeleportAsync API that replaces deprecated Teleport/TeleportPartyAsync/TeleportToPrivateServer variants. Covers TeleportOptions, reserved servers via ReserveServerAsync, the 50-player group limit, cross-experience restrictions, teleport data (and its client-spoofable security caveat), custom loading screens, DataStore handoff, and m…
- [Roblox Networking](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-networking) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-networking`
  Server-authoritative Roblox client-server code that resists the hostile client. Covers RemoteEvent/RemoteFunction vs BindableEvent/BindableFunction, replication, network ownership, validation, rate limiting, exploit vectors, and secure flows for data and monetization. Use to place code on the correct side of the boundary and harden any datastore, UI, animation, or monetization logic.
- [Roblox Animation](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-animation) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-animation`
  Modern Roblox animation and tweening — Animator/AnimationTrack over deprecated Humanoid:LoadAnimation, IKControl for procedural posing, marker-driven events, and TweenService for UI and 3D properties. Covers priorities, caching, the Animation Editor workflow, UI scale/AnchorPoint best practices, typewriter effects, and performance. Use for character locomotion, emotes, object motion, and any anim…
- [Roblox Mcp](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-mcp) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-mcp`
  Roblox Studio MCP server for connecting AI agents directly to Studio — read and write scripts, explore the data model, execute Luau, run playtests, capture the viewport, and control Studio. Covers prerequisites, enabling Studio as an MCP server, quick-connect vs JSON/CLI configuration for Cursor/VS Code/Claude/Codex, every available MCP tool, combining MCP with Script Sync for a file-based workfl…
- [Roblox Npcs](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-npcs) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-npcs`
  Roblox pathfinding and NPC AI — PathfindingService, agent parameters, waypoint actions, blocked-path handling, PathfindingModifier/Link, material and region costs, and streaming compatibility. Covers NPC design patterns: state machines, behavior trees, follow/patrol/chase, humanoid movement, obstacle avoidance, and performance at scale. Use for NPCs, enemy AI, companions, patrols, or any agent th…
- [Roblox User Interfaces](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-user-interfaces) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-user-interfaces`
  Every Roblox GUI container and building block — ScreenGui, SurfaceGui, BillboardGui, CanvasGroup, ScrollingFrame, ViewportFrame, plus layouts and modifiers (UIListLayout, UIGridLayout, UIStroke, UIGradient, UICorner, constraints). Covers positioning, scale vs offset, AnchorPoint, clipping, AutomaticSize, responsive design, interaction, drag detectors, and particle-like VFX inside 2D UI. Use for a…
- [Roblox Datastores](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-datastores) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-datastores`
  Production-grade Roblox DataStore patterns that prevent data loss, throttling, races, and quota exhaustion. Covers DataStore vs OrderedDataStore, UpdateAsync for atomic writes, versioning and metadata for recovery, budgets and rate limits, player profile and session-locking patterns, leaderboards, RTBF, and integration with Open Cloud. Use for any persistent player data, stats, inventory, setting…
- [Roblox Core](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-core) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-core`
  Luau fundamentals and the complete Roblox service catalog — game:GetService patterns, data types, serialization rules, script locations, execution contexts, and the client-server data model. Load first so higher-level skills rest on correct assumptions about types, authority, and where code can run.
- [Roblox Vfx](https://agentstack.voostack.com/l/skill-nonlooped-roblox-suite-roblox-vfx) — Skill · Free · security-reviewed — `agentstack add skill-nonlooped-roblox-suite-roblox-vfx`
  Roblox ParticleEmitter, Beam, Trail, and Highlight effects with production-grade performance discipline. Covers sequences, shapes, flipbooks, one-shot vs continuous emission, marker-driven bursts, lighting interaction, and fill-rate budgets. Use for any visual effect — never set Rate and Size blindly. Pairs with roblox-animation for marker-driven bursts.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
