Prerequisites
If you've never used Roblox Studio or coded before, start here before following any of the advanced curriculum paths:
- Studio lesson - Install and configure Roblox Studio.
- Create your first experience - Build a simple experience.
- Luau basics - Learn the fundamentals of programming with Luau.
Environmental art
Learn the foundational skills you need to become an environmental artist.
Plan
Create a plan for your environment and necessary assets.Construct
Assemble and apply your asset library to the 3D space to bring your world to life.Optimize
Configure your assets and Studio settings to keep your frame rate and performance levels high.Gameplay scripting
Learn the programming skills you need to introduce gameplay to the laser tag environment.
Spawn
Spawn players into the environment, and respawn them once their health reaches zero.Blast
Create a blast mechanic that is both accurate in the 3D space and satisfying to players.Detect
Implement laser detecting behavior that handles blast direction, verifies collision, and reduces player health.User interface design
Learn the design skills you need to implement UI that informs players of the laser tag gameplay.