Tutorials

Browse 279 Lua Learning Community Tutorials

Tables

Intro to variadic tables & their uses.

Rainbow Effect!

Give a Part a color changing rainbow effect

Basic Easter Eggs

This will teach you how to make basic easter eggs.

Randomizing Text

Learn how to use tables and math.random() to constantly randomize text.

Spinning Surface Gui

A tutorial on how to make a Image spin.

Different Data Types

Learn about different data types for variables and what they do.

Use Noise To Generate Terrain

This tutorial assumes you're familiar with lua and roblox's API

Sorting Tables!

Sorting tables is fun and easy to use! Find out how!

Discord Webhooks and it's utilities!

Learn how to use Http Service and Webhooks to send data to your discord server.

VIP Chat Gamepass

VIP Chat Gamepass

Basics of CFrame

Very simple tutorial/explanation on CFrame

Ragdoll Death for R6 and R15

This tutorial teaches you how to make a ragdoll death for R6 and R15 in one script.

Intro to Typechecking

Learn how to use typechecking to make your scripts easier to read debug!

Changing the WalkSpeed

How to change the player's walk speed

Precedence

Precedence in detail

How to make Leaderstats

This will teach you how to script the leaderstats

Chat commands

Learn how to make chat commands.

Random.new()

Tutorial about Random object

Premium Membership Benefits

Learn how to give benefits to players for having premium.

Pathfinding: Creating a Path

Learn how to create a path using PathFindingService.

Tween Service

How to use TweenService

Make a reflecting mirror

Learn to make a working mirror reflecting you and others.

Terrain generation

2d terrain generation using math.noise

Filtering Enable Tutorial

FE Scripting Basics

ProcessReceipt - Gamepasses

Automatically gives you what you purchased right away.

Basics of Making a Soccer Ball/Football

Making a kickable ball in Roblox.

Magnitude

magnitude is the lenght of a vector

How to make a raytracer. PART 1

An indepth tutorial on how one could make a simple raytracer

How to change a Sword's Damage

In this tutorial it will teach you how to change a Sword's Damage.

Player Trail

Use Instance.new() to give the player their own trail.

Introduction to RbxScriptConne

Introduction to a major part of roblox scripting

Getting Player Ping

How to get a player's ping using a RemoteFunction

Dynamic Depth of Field

A quick tutorial on how to make a simple Dynamic DOF effect

Custom Character Morphing

This will teach you how to make both GUI morphs and button morphs!

How to Make a Plugin

This will guide you through the steps of coding a plugin.

Animated TweenService Door

Learn how to make an Animated TweenService Door.

Memory Management & Leaks

Keeping memory usage under control is easy but usually looked over!

Variadic Functions

Accepting an infinite number of arguments

Intro to OOP

Out-of-the-box thinking is necessary!

Understanding os.date

A guide to using os.date

Recursive functions

What happens when a function tries to run itself? Recursion!?

Returning

Learn what is returning and how to use it!

Dungeon Generation

A Procedural Generation Guide

Scripting 3: Variables

Learning about variables

How to use Remote events and Remote func

This tutorial talks about Remote functions and events and the bindable versions.

String Interpolation

Better concatenation just added!

Soft Shutdowns

Restart Servers for an update without losing players!

Anti-Gravity Block!

How to make an Anti-Gravity Block like one you would find in space!

tick()

Learn about tick()!

Design Patterns - Introduction

Design patterns are general tools for solving recurring software problems. In this tutorial, we will use pattern to refactor our code.

Simple Shift (Mobile)

Shift running made easy!

Make animation for characters

Learn to animate characters models and run them in-game.

GUI Animations

Basic Tweening, Additional Options, Advanced Tweening And More!

Server Lock Script for Groups!

Use this Script if you want only customers and staff in your game.

Metatable Tutorial

A basic overview of how metatables work.

Explode Players

Use the Explosion object to blow up players.

How to Welding (Basics)

This tutorial will teach you the basics to welds.

Basics of Tables

Teaches you how to use tables in the simplest way

Problem Solving for Scripting

Problem Solving is important for Programming and Scripting here in ROBLOX.

Tweening Guis

The Easy way of Tweening Gui Size and Position

How to make a choppable tree!

This tutorial will show you how to make a tree that can be cut down

Datastore Introduction

An intro to Datastores!

How To Make a Tool Giver

How to make a functioning tool giver with a cooldown. Works for any tool.

Plugin Widgets

What are Widgets and how to create them.

Custom Player Overhead Gui

Use Clone() to give the player their own custom overhead Gui.

Thread and Scopes

Basic Lua knowledge

Understanding Modulo

Here, you will learn how modulos work in Lua.

Custom Characters

Learn to spawn as a custom character!

Chat Welcomer

This is a super simple script that welcomes a player in your game in chat.

How to optimize your game

This tutorial will show you how to optimize your game's fps

All the types of scripts!

Learn all three types of scripts that make a roblox game!

DataStore

Learn how to make an auto-save for your game.

Using string functions.

How to use the string functions.

The Lua Virtual Machine [Part 1]

The Implementation of Lua Virtual Machine, This is an Advanced topic. Due to text contraints, this tutorial is a multi-parter.

How to use variables

In this tutorial you'll learn about variables

Debugging your first program

You will learn how to identify issues with your code, and then fix them

Keycard Reader

Learn to have multiple keycards accepted or denied!

How To Make a Sandbox Game

This tutorial shows you how to create and make a sandbox-building game.

Idle/Walk Animation system

Idle/Walk Animation system

Currency Script

This is a simple Currency maker/saver

Useful operators

Operators that you will use frequently!

Guard Clauses - Improving Readability

Streamline Lua code with guard clauses – simpler checks and improved efficiency.

NPC AI Pathfinding

Learn how to make AI move with PathfindingService

Overhead Gui

Creates a Overhead Gui for the owner admin ect

Comments

Learn how to put comments in scripts.

Changing Properties

Change properties through script!

Dropable Tool

If you want mobile players to be more happier in your game

Notifications in a Nutshell

Implement in-game notifications into your game

TextService - GetTextSize

a guide to sizing your text

Protected Calls

Protected Calls [pcalls] help spot and manage errors in your Lua code

Teleportation Pad

Whenever player touches Part1 it'll teleport the player to Part2.

Variadic functions

Learn what variadic arguments and functions are

Creating Chat Tags

A simple guide to an adaptable Chat Tag System.

Spawning A Player

Spawn, position, and assign a player's team

Disappearing Part

Learn how to make a part disappear when a player steps on it.

Global Leaderboards

A Leaderboard for most points, money, etc.

Hover Over Effect

This will help you learn how to add Hover Over Effects to gui objects

CollectionService

You will learn about CollectionService.

Basic Daylight Cycle

I will show you how to make a Daylight Cycle

For Loops

Explanation of For Loops.

Custom Player Commands

This tutorial will teach you how to create custom player commands.

Detecting Commands by Message

Learn how to detect commands when the Player chats!

Filtering Enabled

Explains to you what it is, and how to avoid it from breaking your script.

The Lua Virtual Machine [Part 2]

The Implementation of Lua Virtual Machine, This is an Advanced topic. Due to text contraints, this tutorial is a multi-parter.

HOW TO: Build a Tycoon

This will show you how to start building you very own tycoon!

Tonumber and tostring

Learn how to use "tonumber()" and "tostring()".

Script Architectures

A long tutorial about script architectures & how to use them effectively

The Click Detector

The Click Detector Explained for Beginners

Classes in Lua

Use metatables and metamethods to bring object-oriented features to Lua.

Indexing Properly

How to index objects

Chat controlled door

How to make a chat controlled door.

Robbing/Earning Money

This shows you how to make a robbable store in LUA

Global Variable

Learn and how to use it.

It's about relationship!

Learn how to use the relational operators.

Ban List

Ban players from your Roblox game.

Basic modelling + Properties

Hey! This is just some simple modelling for beginners.

What is Filtering Enabled?

An explanation of Filtering Enabled

Create a Checkpoint System

Checkpoints for obbies that only require scripting one time.

creating game teleport

learn how to creat teleport to other game

Generating Numbers

Using Math.Random

Chatted Events

Learn how to use "Chatted Events".

Basic Player Leaderstats

The basics of Player's leaderstats code.

BadgeService

Talks about BadgeService and how to award badges!

What is Scale and Offset?

This tutorial aims to aid your understanding of what Scale and Offset are.

Dictionaries

This lesson covers the basis of dictionaries

Making Plugins: The basics

Make a simple plugin.

Variables

Learning about variables

Gun Tool Skeleton/Basics

A simple skeleton version of a gun that can be upgraded to be a lot better.

Scripting 1: Indexing

How to index objects

Attributes

A short tutorial about Attributes and how useful they are

Make NPC Talk

Make an NPC or part speak random phrases at a specified interval!

Account Age

What is Account Age and effective ways of using it for your game!

Sound Visualisers

Learn to create your own audio visualiser

How to make a 4D table

This will show you how to make a table with 4 axis!

PCALL and XPCALL - Very useful

How pcall and xpcall works

Basic Data Store Tutorial

This tutorial will teach you how to save data!

Keycard Door Tutorial

How to make a keycard door work.

Simple Leaderstats

How to make leaderstats and add a value to it

Gamepass Tools

Learn how you can make a gamepass script

Raycasting

An introduction to raycasting

Iterating through Objects

Use 'for' loops to iterate through objects

Variable Types

The identities of a variable

Camera Manipulation Tutorial

This tutorial will teach you about the Camera

How to Create a Flashlight

This lession will show you how to create a flashlight.

Module Scripts

This will teach you the basics of module scripts.

Custom Chat Tags

Learn how to add custom chat tags to your game!

How to make a successful game

This tutorial will show you how to make a game successful.

Adding Chat Filter Modules

Learn to add custom chat filters and prevent bot spam in your game.

Touched and TouchEnded

On Touch event

The Wait Script

This is about the wait script.

easy sprint script

lua keybinded sprint

GUI Button Animation: TweenService/UDim2

How to make animations with TweenScreening + UDim2

Lerp/Lerping

Learn What's Lerping and how to use it

Random Tables

Learn how to use "random" on a table.

Beginner Scripting Tutorial - 1

To get started scripting, you have to learn the basics. We will learn about variables, the output window, math, and functions.

Cancellable Typewriter Effect

Learn how to script a simple typewriter effect that's cancellable!

Walljump System

In this tutorial, I will teach you how to make a functional walljump.

Make a random player chooser

In this tutorial, I will teach you how to make a random player chooser!

String Manipulation

Learn how to manipulate strings!

Global Metatable Functions

Raw functions and newproxy.

Debounce

What is a Debounce script?

UserOwnsGamePassAsync

How to check if a player owns a specific gamepass.

Connection and Memory Leak

Advanced topic, decent scripting knowledge and experience required.

Part Spawning

This will teach you how to spawn Parts!

Only player door

This shows you how to make a part "open" when a specific player touches it

Coroutines

The coroutine library

Camera bobble movement

Learn to make bobble camera so when you move, the camera shakes.

Player Mouse Manipulation

Manipulates your camera by moving your mouse!

Forcing The Chatted Event

Ever wanted to force the player to say something?

Gradually appearing text

Learn how to make 1 simple function to make text appear gradually

Looping And Breaking

Here you will learn all about loops

Practice New Instances

This tutorial let's you practice with NewInstances

Pets!

Have a pet companion right by your side everywhere you go!

Changing Your In-Game Cursor

This tutorial shows you how you can change the in-game cursor.

What really is an object?

Will hopefully give you a better understanding.

Object Oriented Programming

Learn how to create your own object in Roblox!

String Formatting

How to use string formatting, and what it is.

CollectionService Tutorial

This tutorial covers how to use CollectionService.

Tables

Learn how to create tables.

How to make a Team Change GUI

In this tutorial, you will learn how to make a team change gui.

Make a notification!

Make a notification (basic roblox style).

Maximizing Performance with Parallel Lua

Multithreading in Roblox: A Guide to Parallel Lua

What are events?

Basic tutorial of what events are and how to use them.

Using Key Detection

This will teach you key detection for LUA.

Disable Core GUIs (Chat, Backpack, etc)

A quick method of disabling the chat, the backpack, etc...

Adding donations (Basic)

This tutorial will tell you how you can add donations.

Moving Screen Tutorial

How to make a simple one text moving screen.

Basics of Coroutines in Lua

Dive into the world of coroutines in Roblox with this guide.

Threading Basics

Explanations for spawn, delay and the coroutine library.

Speed Boosts

Make the player faster

Union and Negate

Using the Union and Negate tools in Studio

Auto Updating Model

Automatically updating model in game.

How To Make A Basic Door

This tutorial is about making a basic opening and closing door.

PhysicsService

Create collision groups and customize how they can collide with each other!

If Statements & Loops

A tutorial on conditional statements and loops

Exploit proof Touch detection!

In this tutorial I will explain why .Touched is easily exploitable and what simple step you can take to make your game extra secure!

How to make a raytracer. PART 2

An indepth tutorial on how one could make a simple raytracer

color changing brick

how to make a brick color change

Game Enhancement Tips

Learn everything about how to make a perfect game!

Player CFrame Control w/ Mouse

How to make the player turn towards the mouse, like in Dungeon Quest.

Make Your Character Invisible!

How to make your Character Invisible and then visible! Like an ability!

ReplicatedStorage

Learn how ReplicatedStorage works!

Code Readability

Goes over naming conventions and organized code.

Instance.new

Adding objects into workspace with a script!

Extending Leaderboard Limit

If you work on a simulator, this is neccessary.

Creating a simple door

This shows you how to make a door using LUA.

Smaller Conditional Statements

If statements are so big. Learn how to make smaller versions for variables!

Projectile Desynchronization

When you fire a projectile, but it lags behind...

how to make an rng

an rng is a random number generator

Basics Of Functions

This tutorial is about the basics of functions

Hinge Constraints: Servo

Learn to set up hinge constrains as servos!

Secure your RemoteEvents/RemoteFunctions

a guide on how to avoid ruining your game with under 5 lines of code!

Viewport frame tutorial

How to use viewport frame

Basic Scripting - 1

Learn about functions, variables, and instancing!

Basic CFrame

This tutorial will tell you about CFrame, and what it is.

Understanding CFrames

How CFrames are represented, created, and manipulated.

UserInputService & key input

Learn UserInputService and its importance.

How to substitute built-in APIs

This tutorial shows you how to substitute *some* built in Roblox APIs when coding in normal Lua.

Making a Working Plugin

This will teach you how to make a plugin that makes a new script in studio!

Lexical Analysis

This lesson will teach you the basics of how to preform lexical analysis!

Only Owner Door

Make a door like in tycoons using Physics Service!

Loading Screen

Insert a Local Script in Replicated First

Deprecated Methods

Learn what deprecation is

Opening and Closing a GuI

These are basic Open/Close functions that can be used to make frame visible

Advanced-ish string manip

excessive use of patterns included

Lua Math 101

1 + 1 = 2

Messaging service

The system will send the message to every server on your game!

Press a key to play animation

From this you'll learn how to play an animation when pressing a key

Load Catalog Items, And Models

Learn how to load catalog items and models with insertservice!

ProcessReceipt - DevProducts

Once something is bought, their is an immediate outcome

Understanding Variables

Variables are an extremely useful tool for scripting. Get familier!

The Tables Of Possiblity

Learn about Tables

How to monetize your games

A tutorial that explains how you should go on monetizing your game.

UserInputService in-depth.

Learn how to make a debounced, tool compatible UserInputService script!

Understanding math.random

math.random() selects a random number

Song Playlist

How To Create a Song Playlist That Everyone in Your Game can Listen To!

Modulated OOP

This tutorial teaches you how to create a module using OOP!

Interpolation

Numerical analysis technique to fit a function to data points.

Overhead GUI

Shows you how to make a overhead gui.

2D Terrain Generator

2D Terrain Generation using Perlin noise!

How to make a level system

This tutorial will teach you how to make a good level system

Quick Hull Algorithm 2D

Here we can learn about Convex Hull, his function.

Making Custom Commands

Make your own custom commands

Avoiding Vulnerabilities

A basic tutorial on how to avoid vulnerabilities

Typewriter Effects (2022)

Make enhanced text for Prompts, Dialogue and Conversation with this effect.

Leaderboard Rank

Put in ServerScriptService

Functions and their uses

Understanding functions in a easy way!

OOP in more detail

Looks at subjects like inheritence

Properly save data on close

A tutorial that teaches how to properly save player data on server close

Sync your time with the server

Learn how to sync your time with the server time.

Scripting 1: Leaderboards

This is a simple tutorial on how to make a leaderboard.

Scaling a ScreenGUI

In this tutorial, you'll learn how to scale ScreenGUI's properly!

Understanding OOP

Tutorial on the basics of OOP.

RETURN, BREAK and CONTINUE Explained

Explaining the difference between RETURN, BREAK and CONTINUE when coding Lua.

Random Asset (Non-Recurring & Specific)

Creating a function to grab random assets from a storage objects (Accounting for grabbing specific objects & non recurring random objects)

Click Functions

How to make a block run a script when you click it

Kill Bricks

How to make bricks that kill.

Using scripts via dev console.

How to use your in-game developer console to execute some small scripts.

Dynamic Depth of Field

Create a dynamic changing depth of field effect for your game.

Sound Region

Learn how to make an advanced sound region system

How to Make a Sit Button

I'll be showing you how to make a sit button, commonly used in RP games.

Simple Transportation System!

This is a Simple Transportation System made using bodyposition

Re-bind ShiftLock

Tired of using LeftShift as ShiftLock? This is the right tutorial for you!

Click for coins tutorial

How to make a 'Click For Coins' gui in Roblox (Maybe Outdated)

Controller Input

How to get and do stuff with controller input!

How to reposition the chat!

How to reposition the roblox default chat!

Debounces

Debounces add cooldowns to functions to prevent scripts from breaking.

Keyboard Input

To detect when a player pushes a certain key

GetChildren & GetDescendants

Explains how GetChildren and GetDescendants work.

Exploit Side of Things: Part 1

Your own game can be exploited and it's probably your code.

RbxWeb Tutorial

RbxWeb is a DataStore module made by movsb.

Custom Pathfinding with A*

Describes how to create a custom 2D pathfinding system using the A* algo.

Server and Client

Server and Client side, what do they mean?

Randomized Map

Gets a random map that you made and places it into workspace.

Remote Events

Tutorial on Remote Events and how to use them

OnTouch Events

How to make a part do things.

String Patterns

How string patterns work.

GUI Button

Once clicked, this button will do as suppose to

Assignment

Understand how variables can switch values with simple commands.