How I Make Objects In Roblox Lua

All concepts talked about in this post are based on my intrepretations and personal experience, take all this information with a grain of salt Firstly, i’m going to start of by saying that i’ll be going over a bit of an advanced topic so if you don’t know at least the basics of Lua, you …

Reading Documentation

The easiest way to read the documenation is to know what the text means!Let’s take a random API as an example. Head on over to https://developer.roblox.com/en-us/api-reference/class/Humanoid since that will be the example we use. Don’t get overwhelmed, the page you are seeing is a description of the Humanoid object and any other information you should …

String Manipulation

Note: This blog post only scratches the surface and focuses on a specific use case. You should read the documentation at Lua.org for a complete overview. Hello You,Before we get started, thank you for taking the time to read my post. Now for a bit of String Manipulation (keeping this brief).For our use case, we …

Welcome To My Blog!

Hello everyone, This blog site will mainly focus on Roblox Lua. Which consists of scripts that I personally made, scripts made by close friends or general Lua creations that I have had the pleasure in seeing the inner workings. That’s not all though, I’ll also be giving tutorials or general tips and tricks that could …