---
title: "Advanced curriculum paths"
url: /docs/en-us/tutorials/curriculums/curriculum-overview
last_updated: 2026-06-10T23:09:17Z
description: "An overview of creation curriculum paths covering topics like modeling, scripting, and gameplay logic."
---

# Advanced curriculum paths

**#### Prerequisites**

If you've never used Roblox Studio or coded before, start here before following any of the advanced curriculum paths:

- [Studio lesson](/docs/en-us/tutorials/curriculums/building.md) - Install and configure Roblox Studio.
- [Create your first experience](/docs/en-us/tutorials/curriculums/core.md) - Build a simple experience.
- [Luau basics](/docs/en-us/tutorials/fundamentals/coding-1/coding-fundamentals.md) - Learn the fundamentals of programming with Luau.

## Environmental art

Learn the foundational skills you need to become an environmental artist.

1. ##### Plan
2. ##### Construct
3. ##### Optimize

## Gameplay scripting

Learn the programming skills you need to introduce gameplay to the laser tag environment.

1. ##### Spawn
2. ##### Blast
3. ##### Detect

## User interface design

Learn the design skills you need to implement UI that informs players of the laser tag gameplay.

1. ##### Plan
2. ##### Wireframe
3. ##### Implement