Tag Archives: Lua

Lua – first steps – part 001.

The name Lua comes from Portuguese meaning moon and is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications. Lua was originally designed in 1993 as a language for extending software applications to meet the increasing demand for customization at the time. Lua is cross-platform since the interpreter of compiled bytecode… Read More »

Lua – Script for Roblox to use a hat.

This is a simple scrip used by me to use a hat object for my Roblox player. The script needs to be put on the root of the hat object. If the hat has a bad orientation, then change the script variable AttachmentRight with a good vector. Let’s see the script: