How to Script on Roblox #6 | Tables, Tables in ModuleScripts

Опубликовано: 15 Июль 2026
на канале: Furno
15,862
378

In this sixth episode of "How to Script on Roblox," I explain what "tables" are and how to put them into practice by using them in ModuleScripts.

If you want to learn how to create a game on Roblox with Roblox Studio, it's important to know how to comment on scripting/coding to create complex and original systems for your games and transform your ideas into functional scripts. This way, you'll finally be able to create a new game without having to use pre-made templates.

0:00 Intro
0:08 What is a table?
1:00 Reading Table Data (By Index)
2:11 Reading a Table's Size (Number of Elements)
2:39 table.insert() (The "tables" library)
3:46 Modifying a Value by Index
4:22 Using a Table Value
4:42 The "for" Loop with Tables
5:51 Tables in ModuleScripts
8:50 Using ModuleScript Tables
11:51 Result
12:33 End