Category: Roblox Developer’s Corner
-
How I Got Started With Roblox Scripting (And How You Can Too!)
There are really amazing Roblox scripters everywhere, creating really awesome games and scripts. But, how did they get started with Roblox scripting? Here’s how to get started with Roblox scripting, using my story. Background Hi! I’m Kushal. I’ve been on Roblox since 2011, scripting Roblox games since 2016. You can take a look at some…
-
Learning Roblox Scripting to Build Programming Experience
In this article, you’ll learn about how learning Roblox scripting can build programming experience that you can later use to land a career with software. When I first learned to code, it actually wasn’t with software. It was making Roblox games that I found interesting. And with time, my Roblox scripting knowledge led me to…
-
Why You Need a Backup Plan As a Roblox Developer
In this article, you’ll learn my stance on why you need a backup plan as a Roblox developer. There has been a recent question on X, asking developers if they have backup plans. (I’m not really sure who originally posted it, but if you have the original tweet, please send me A DM on X:…
-
Understanding the Roblox Algorithm to Grow Your Game
One of the best ways to grow your Roblox game is by letting Roblox recommend it to other players that might be interested in playing your game. In this article, I’ll dive into the Roblox algorithm and explain each stat and why it matters for your game. What is the Roblox Algorithm? Before we can…
-
Beginner’s Guide to Linear Interpolation
Linear interpolation is a method we use to find a number that is some % in between two numbers.