必要条件
Roblox Studio を使ったことがない、または以前にコードを書いたことがない場合は、カリキュラムのパスのいずれかに従う前に、ここから始めます。
- Roblox Studio の設定 - Roblox Studio をインストールして構成する。
- 最初のエクスペリエンスを作成する - シンプルなエクスペリエンスを構築します。
- コードの基本 - Luau でプログラミングの基礎を学ぶ。
ゲームプレイスクリプト
レーザータグ環境にゲームプレイを紹介するために必要なプログラミングスキルを学びます。
スポーン
Spawn players into the environment, and respawn them once their health reaches zero.爆発
Create a blast mechanic that is both accurate in the 3D space and satisfying to players.検出する
Implement laser detecting behavior that handles blast direction, verifies collision, and reduces player health.ユーザーインターフェイスデザイン
レーザータグゲームプレイに関する情報を通知する UI を実装するために必要なデザインスキルを学びます。