什么是 roblox-performance?
在优化 Roblox 游戏以获得更好的帧速率、减少延迟、提高服务器或客户端性能、诊断 FPS 下降、处理大型世界时,或者在询问流、绘制调用、对象池、LOD、MicroProfiler 或昂贵的循环操作时使用。 来源:sentinelcore/roblox-skills。
在优化 Roblox 游戏以获得更好的帧速率、减少延迟、提高服务器或客户端性能、诊断 FPS 下降、处理大型世界时,或者在询问流、绘制调用、对象池、LOD、MicroProfiler 或昂贵的循环操作时使用。
通过命令行快速安装 roblox-performance AI 技能到你的开发环境
来源:sentinelcore/roblox-skills。
| StreamingEnabled | High | Large open worlds | | Object pooling | High | Frequent spawn/destroy | | Cache references outside loops | High | Heartbeat/RenderStepped | | task.wait() over wait() | Medium | All scripts | | MeshParts over Unions | Medium | Many unique shapes | | LOD (hide at distance) | Medium | Complex models |
| Anchor static parts | Medium | Reduce physics budget | | Limit PointLights | High | Any scene with many lights |
Enable for large worlds — engine sends only nearby parts to the client.
在优化 Roblox 游戏以获得更好的帧速率、减少延迟、提高服务器或客户端性能、诊断 FPS 下降、处理大型世界时,或者在询问流、绘制调用、对象池、LOD、MicroProfiler 或昂贵的循环操作时使用。 来源:sentinelcore/roblox-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-performance在优化 Roblox 游戏以获得更好的帧速率、减少延迟、提高服务器或客户端性能、诊断 FPS 下降、处理大型世界时,或者在询问流、绘制调用、对象池、LOD、MicroProfiler 或昂贵的循环操作时使用。 来源:sentinelcore/roblox-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-performance 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sentinelcore/roblox-skills