
Start learning with tutorials | Documentation - Roblox Creator Hub
Learn how to create Roblox experiences, avatars, and avatar items with use case tutorials, curriculum paths, and videos.
Coding fundamentals | Documentation - Roblox Creator Hub
Start coding on Roblox with this easy-to-follow series covering the fundamentals of how to use the programming language Luau. These courses are perfect for those new to coding or just starting with Luau.
Luau | Documentation - Roblox Creator Hub
Luau is the scripting language creators use in Roblox Studio. It is a fast, small, safe, gradually typed embeddable scripting language derived from Lua 5.1.
Introduction to scripting | Documentation - Roblox Creator Hub
Code in Roblox is written in a language called Luau which you can put in scripts within various containers in the Explorer. If you put a script under a Part, Roblox will run the script's code when the part is loaded into the game.
Codierung von Grundlagen | Dokumentation - Roblox Creator Hub
Diese Kurse sind perfekt für neue Coder oder solche, die mit Lua beginnen. Jeder Kurs dreht sich um ein grundlegendes Computerscience-Prinzip und bietet einzelne Lektionen mit Schritt-für-Schritt-Tutorials, die Sie verwenden können, um Ihre eigenen Erlebnisse auf Roblox zu erstellen.
Scripting | Documentation - Roblox Creator Hub
Roblox scripts use the Luau programming language, which is derived from Lua 5.1. Compared to Lua 5.1, Luau adds performance enhancements and many useful features, including an optional typing system, string interpolation, and generalized iteration for tables.
Intro to if statements | Documentation - Roblox Creator Hub
Scripts use conditional statements to handle these types of situations. Conditional statements are lines of code that only run if certain conditions are true. One type of conditional statement is an if/then statement.In Luau, the syntax pattern for if statements looks like this:
Podstawy programowania | Dokumentacja – Centrum twórców …
Rozpocznij kodowanie na Roblox za pomocą tej łatwej do podążania serii, która pokrywa podstawy używania języka programowania Lua. Te kursy są idealne dla tych nowych do kodowania lub po prostu zaczynają z Lua.
Documentation - Roblox Creator Hub
Create on Roblox Learn with documentation and resources for all creators. Search Docs. Browse the Docs. Experiences Get Started Tutorials Examples Engine API Reference Studio. Avatar Get Started Accessories Clothing Characters Publishing and Selling. Assets Get Started 3D Art. Open Cloud API Reference Guides.
编码基础 | 文档 - Roblox 创作者中心
使用这个轻松的 Roblox 编程序指南旨在教你如何使用 Lua 编程语言的基础。 这些课程对于新来的程序员或刚刚开始使用 Lua 都很好。 每个课程都围绕一个基础计算机科学原理,并提供个人自己在 Roblox 上创建体验的示例。