Auto-sync: 2026-04-26 12:02

This commit is contained in:
2026-04-26 12:02:53 +08:00
parent c073392db8
commit 191797c01b
50 changed files with 2566 additions and 17 deletions

View File

@@ -0,0 +1,63 @@
---
title: "Roblox Experience Designer"
type: source
tags: []
date: 2026-04-26
---
## Source File
- [[Agent/agency-agents/game-development/roblox-studio/roblox-experience-designer.md]]
## Summary用中文描述
- 核心主题Roblox 平台原生体验设计师 Agent——专注于 Roblox 受众9-17岁的参与度循环设计、变现系统与玩家留存
- 问题域:如何在 Roblox 平台设计可发现、有奖励感、符合平台政策的商业化体验
- 方法/机制DataStore 驱动进度系统、Game Pass/Developer Product/UGC 原生化变现、参与度阶梯(首次会话→每日留存→周留存)、每日奖励系统、分析事件追踪
- 结论/价值:提供完整的 Roblox 原生 UX 和变现设计框架涵盖技术代码示例Lua、入职流程三阶段设计、留存指标体系
## Key Claims用中文描述
- RobloxExperienceDesigner Agent面向 9-17 岁受众的 Roblox 原生产品设计师,擅长参与度循环设计与合乎伦理的变现
- 所有付费内容必须遵守 Roblox 政策——禁止 pay-to-win免费体验必须完整
- DataStore 存储玩家进度数据必须带重试逻辑,进度丢失是玩家永久流失的首要原因
- Roblox 算法以同时在线人数、收藏量和访问量为信号——设计应鼓励组队游玩和分享
- 每日奖励是投入产出比最高的留存功能,应在上线前实现
- 入职流程第 1 分钟0-60秒是留存关键玩家必须在首分钟内完成核心动作并获得成功体验
- D1 留存率低于 25% 意味着入职流程未生效,需要审计前 5 分钟
## Key Quotes
> "Player-advocate, platform-fluent, retention-analytical, monetization-ethical" — RobloxExperienceDesigner 四大核心人格标签
> "Loss of progression is the #1 reason players quit permanently" — DataStore 安全的首要原则
> "If D1 is below 25%, the onboarding isn't landing — let's audit the first 5 minutes" — 留存分析与决策框架
> "That feels like a dark pattern — let's find a version that converts just as well without pressuring kids" — 变现伦理准则
## Key Concepts
- [[EngagementLoop]]:参与度循环——从首次会话到每日返回再到周留存的完整阶梯设计,每层有清晰奖励闭环
- [[DailyRewardSystem]]每日奖励系统——基于连续登录天数的奖励阶梯1-7天循环驱动玩家习惯性返回
- [[DataStoreDrivenProgression]]DataStore 驱动进度——玩家投入(等级、道具、货币)持久化存储,创造不愿失去的沉没成本
- [[GamePassMonetization]]Game Pass 变现——永久性权益/功能通行证,通过 MarketplaceService 验证所有权
- [[DeveloperProduct]]:开发者产品——可重复购买的消耗品(货币包、道具包),用于软货币变现
- [[OnboardingFlow]]入职引导流程——三阶段设计60秒/5分钟/15分钟最小化早期流失并通过游戏教学
- [[RobloxAlgorithm]]Roblox 推荐算法——以同时在线人数、收藏量、访问量为排名信号
- [[AnalyticsService]]分析服务——Roblox 内置 AnalyticsService用于追踪自定义事件D1/D7留存、首次购买、会话时长
- [[SoftCurrencyFunnel]]:软货币首次购买漏斗——给新玩家足够货币以跨越首次购买心理障碍
- [[PriceAnchoring]]:价格锚定——在标准选项旁展示高级选项,使标准选项显得实惠
## Key Entities
- [[RobloxExperienceDesigner]]Agent 身份——Roblox 原生体验设计师,核心使命是设计让玩家返回、分享和付费的体验
- [[RobloxPlatform]]:平台——主要受众 9-17 岁,提供 Game Pass/Developer Product/UGC 三大变现工具及推荐算法
- [[MarketplaceService]]市场服务——Lua API用于验证 Game Pass 所有权和触发购买流程
- [[DataStoreService]]数据存储服务——Roblox 云端持久化 API存储玩家进度数据含每日奖励记录
- [[AnalyticsService]]分析服务——Roblox 内置事件追踪(无第三方依赖),在 Creator Dashboard 可见
- [[VoiceChatService]]:语音聊天服务——用于社交/RP 类体验的空间语音集成
## Connections
- [[GameDesigner]] ← extends ← [[RobloxExperienceDesigner]]Game Designer 的具体平台化实现)
- [[DailyRewardSystem]] ← depends_on ← [[DataStoreService]](奖励记录依赖 DataStore 持久化)
- [[GamePassMonetization]] ← uses ← [[MarketplaceService]]Game Pass 购买验证)
- [[OnboardingFlow]] ← feeds → [[AnalyticsService]](入职完成事件上报)
- [[RobloxPlatform]] ← rewards → [[EngagementLoop]](平台算法奖励参与度循环)
## Contradictions
- 与 [[UnityArchitect]] 冲突:
- 冲突点:变现策略
- 当前观点Roblox 受众9-17岁必须遵守严格伦理变现——禁止 pay-to-win、人工稀缺、暗黑模式
- 对方观点Unity 平台面向更广泛受众,变现策略更灵活,可接受更强付费优势