·roblox-performance
</>

roblox-performance

在优化 Roblox 游戏以获得更好的帧速率、减少延迟、提高服务器或客户端性能、诊断 FPS 下降、处理大型世界时,或者在询问流、绘制调用、对象池、LOD、MicroProfiler 或昂贵的循环操作时使用。

14安装·0热度·@sentinelcore

安装

$npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-performance

如何安装 roblox-performance

通过命令行快速安装 roblox-performance AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-performance
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:sentinelcore/roblox-skills。

SKILL.md

查看原文

| 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
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from sentinelcore/roblox-skills

快速解答

什么是 roblox-performance?

在优化 Roblox 游戏以获得更好的帧速率、减少延迟、提高服务器或客户端性能、诊断 FPS 下降、处理大型世界时,或者在询问流、绘制调用、对象池、LOD、MicroProfiler 或昂贵的循环操作时使用。 来源:sentinelcore/roblox-skills。

如何安装 roblox-performance?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-performance 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/sentinelcore/roblox-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-26