Incrementations

In this tutorial I will explain how in Lua you can move objects (parts) in your script. Moving will use previous position of object so you will be providing only […]

Read More

Tables: arrays and dictionaries

Overview In this tutorial we will learn about tables in luau programming language, and how they are being used to create arrays and dictionaries. Tables can store large number of […]

Read More