什麼是 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