About 82,500 results
Open links in new tab
  1. Intro to arrays | Documentation - Roblox Creator Hub

    Learn how to use arrays in Luau to store multiple values at a time. This tutorial shows how to create and change arrays while making an interactive NPC in Roblox.

  2. How to Use Arrays in RobloxRoblox Scripting Tutorial

    Sep 17, 2021 · In this lesson, we are gonna begin by looking at arrays inside of Roblox and how it can improve our programming abilities. So I’ve gone ahead and created a brand new Roblox …

  3. Roblox Dictionaries and Arrays: Organizing Your Game Data Like …

    Aug 16, 2025 · Master Roblox dictionaries and arrays to organize your game data like a pro. Learn when to use arrays for order, dictionaries for labels, and how to build shops, …

  4. Tables | Documentation - Roblox Creator Hub

    You can use a table as an array or dictionary. Arrays use an ordered list of numbers as indices, but dictionaries can have numbers, strings, and objects as indices.

  5. array Explained | Learn Roblox Studio - YouTube

    A simple explanation of arrays and demonstrations on where to use them. Might be a long video but the details are there! ...more

  6. Arrays and dictionaries | Documentation - Roblox Creator Hub

    Learn how to store data in tables with arrays and dictionaries in Luau.

  7. The Basics of Arrays in Roblox Studio | U1L3 - YouTube

    In this video, you will learn the very basics of arrays so that you will be able to utilize them within programming in roblox.

  8. Lua Array Tutorial - Complete Guide - GameDev Academy

    Oct 16, 2023 · Learning how to perform diverse operations on Lua arrays can significantly contribute to a more dynamic and immersive gaming experience, so don’t shy away from …

  9. What's the difference between an array and a table? - Roblox

    Sep 13, 2021 · Roblox does not use typical arrays, it uses a native datatype called a “table”. A Roblox table is still a collection of data, however a table does not have a set number of values …

  10. Tables 101: The basics of dictionaries and arrays in Roblox Studio

    Description: In this video, I cover the basics of Roblox Studio tables, including how to make them, how to access, change, and print them, as well as how to loop through them using a variety of...