All Tutorials
Scripting / Fundamentals
Understanding the Parent-Child Relationship
Learn how objects interact within Roblox's hierarchy (DataModel / Game) and how to write scripts to modify an object's properties dynamically.
Scripting / Fundamentals
Understanding Index Notation
Learn how dot (.), colon (:), and square bracket ([]) syntax work to index properties, methods, and variables in Roblox Luau.
Scripting / Fundamentals
Understanding Vector3
Learn how Vector3 represents position, size, and direction in 3D space, and how to add, scale, measure, and combine vectors to move objects and calculate distances in Roblox.
Scripting / Fundamentals
Understanding CFrame
Learn how CFrame combines position and rotation into one transform, why multiplication order actually matters, and how to use LookVector, relative offsets, and CFrame.lookAt to move and orient objects correctly.