Category: Roblox Scripting Tutorials
-
What is the Fastest Way to Learn Roblox Scripting?
The answer to how fast you can learn anything is dependent on your inputs. This is how long you are willing to spend learning it as well. For example, if I spend 30 minutes every day learning scripting, it might take me 6 months before I have enough knowledge to make a small Roblox game…
-
How to Download Roblox Studio
In this article, you’ll learn how to download Roblox Studio, so that you can finally begin your Roblox development journey. You’ve been thinking of getting into Roblox development and now you’re finally ready to begin. What is Roblox Studio? Roblox Studio is a platform where you can create your very own awesome Roblox games for…
-
An Easy Roblox Scripting Tutorial for Absolute Beginners
In this easy roblox scripting tutorial for absolute beginners, we’ll learn how to script new objects. So, you’ve been thinking of getting into Roblox scripting, but it’s been difficult for you to take the first step. Let’s take that first step together. Here’s an easy Roblox Scripting tutorial for beginners. Before we get started with…
-
Roblox Vector3 Explained Visually
So what is a Vector3 in Roblox scripting? In this article, I’ll provide you with an answer. And along the way, I’ll provide visual diagrams to really help you understand what Vector3s are in Roblox scripting. What is a Vector3? A Vector3 is basically a set of 3 numbers, like (5, 5, 5). One way…
-
How to Script NPC Pathfinding on Roblox
If you want to script NPC Pathfinding on Roblox, it’s is actually very simple. In this blog, you’ll learn how to script NPC Pathfinding on Roblox in an easy way. What is NPC Pathfinding? NPC Pathfinding is when you have an NPC, and you’d like it to travel to a destination, avoiding objects along the…