Discuss Scratch
- Discussion Forums
- » Things I'm Reading and Playing
- » ROBLOX Lua Official Discussion [1K+ VIEWS]
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
Roblox Studio for me hasn't been particularly laggy, it just crashes way too much.
And it can be extremely frustrating if you don't understand the scripts.

- mrbean757
-
21 posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Here's one thing I don't understand: literally 80% of 9 year olds on roblox know lua, and me, being 3 years older than them, don't. It sounds so basic but the only thing I can really do is take free models, and modify them to my own delight. However, almost no 9 year olds can program in html5, but I can program in html5, css, javascript, and a bit of python.
So, how do I get started with lua?
So, how do I get started with lua?
- ResExsention
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Roblox Studio for me hasn't been particularly laggy, it just crashes way too much. I'm actually planning on learning ROBLOX Lua and started learning from AlvinBlox's 2019 tutorial though I'm currently on vacation and the computer here is extremely laggy, so I won't start proper coding until mid-August. Still really excited to learn Lua and hoping the best for my future games!
I'm having neither.. Something must be up with your system specs, idk.
- CatsUnited
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Maybe it's just because Roblox Studio on Mac kinda sucks.Roblox Studio for me hasn't been particularly laggy, it just crashes way too much. I'm actually planning on learning ROBLOX Lua and started learning from AlvinBlox's 2019 tutorial though I'm currently on vacation and the computer here is extremely laggy, so I won't start proper coding until mid-August. Still really excited to learn Lua and hoping the best for my future games!
I'm having neither.. Something must be up with your system specs, idk.
- ResExsention
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Maybe it's just because Roblox Studio on Mac kinda sucks.Roblox Studio for me hasn't been particularly laggy, it just crashes way too much. I'm actually planning on learning ROBLOX Lua and started learning from AlvinBlox's 2019 tutorial though I'm currently on vacation and the computer here is extremely laggy, so I won't start proper coding until mid-August. Still really excited to learn Lua and hoping the best for my future games!
I'm having neither.. Something must be up with your system specs, idk.
Good thing I'm on Windows, I suppose.
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Here's one thing I don't understand: literally 80% of 9 year olds on roblox know lua, and me, being 3 years older than them, don't. It sounds so basic but the only thing I can really do is take free models, and modify them to my own delight. However, almost no 9 year olds can program in html5, but I can program in html5, css, javascript, and a bit of python.
So, how do I get started with lua?
Lua is really frustrating at the beginning, but it gets easier and easier as you learn it. There is a YouTuber who gives really good tutorials on Lua, here's the link: https://www.youtube.com/channel/UCp1R0TBvgM7gj0rwTYULmSA
Also, I am 9 years and I know HTML5. I am a beginner at Javascript, but I know some of the simple scripts like -
alert("You have been banned from this website")
- that.
Anyways, great to hear you are learning Lua! Bye!

~Nammy~
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
Maybe it's just because Roblox Studio on Mac kinda sucks.
Good advice. I was going to install ROBLOX on my dad's MacBook Pro in the near future.

~snip~
Good thing I'm on Windows, I suppose.
Yeet, same here.
- ResExsention
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Also, I am 9 years and I know HTML5. I am a beginner at Javascript, but I know some of the simple scripts like -alert("You have been banned from this website")
- that.
Anyways, great to hear you are learning Lua! Bye!
~Nammy~
Oh, right.
Here's the perfectly functioning Roblox Lua script to kick you from a game:
players = game:GetService("Players") playerToKick = players:FindFirstChild('ResDXsention") playerToKick:Kick("You have kicked yourself XD")
I might be wrong.
Anyway, I agree with Nambaseking01. Lua is a rather difficult language to grasp at first, but after a bit of practice and time, it becomes very enjoyable.
Also, I am a novice HTML programmer. I can't do JavaScript and only know basic CSS, but oh well lol.
@mrbean757, it's great to hear your getting into Lua! Good luck!
- CatsUnited
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
I know quite a bit of HTML and CSS, which was pretty important, otherwise I wouldn't have been able to make the Shef Werld website …
Anyway, I agree with Nambaseking01. Lua is a rather difficult language to grasp at first, but after a bit of practice and time, it becomes very enjoyable.
Also, I am a novice HTML programmer. I can't do JavaScript and only know basic CSS, but oh well lol.
@mrbean757, it's great to hear your getting into Lua! Good luck!
I tried Lua but never got into it.
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
Oh, right.
Here's the perfectly functioning Roblox Lua script to kick you from a game:players = game:GetService("Players") playerToKick = players:FindFirstChild('ResDXsention") playerToKick:Kick("You have kicked yourself XD")
I might be wrong.
Anyway, I agree with Nambaseking01. Lua is a rather difficult language to grasp at first, but after a bit of practice and time, it becomes very enjoyable.
Also, I am a novice HTML programmer. I can't do JavaScript and only know basic CSS, but oh well lol.
@mrbean757, it's great to hear your getting into Lua! Good luck!
I didn't know that script!

I don't know CSS at all, and I am a…minor HTML programmer.

~snip~
I know quite a bit of HTML and CSS, which was pretty important, otherwise I wouldn't have been able to make the Shef Werld website
I tried Lua but never got into it.
Lol, yeah — great job. I think I m going to check out the Shef Werld website right now!

Last edited by Nambaseking01 (July 13, 2019 13:03:33)
- ResExsention
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
Oh, right.
Here's the perfectly functioning Roblox Lua script to kick you from a game:players = game:GetService("Players") playerToKick = players:FindFirstChild('ResDXsention") playerToKick:Kick("You have kicked yourself XD")
I might be wrong.
Anyway, I agree with Nambaseking01. Lua is a rather difficult language to grasp at first, but after a bit of practice and time, it becomes very enjoyable.
Also, I am a novice HTML programmer. I can't do JavaScript and only know basic CSS, but oh well lol.
@mrbean757, it's great to hear your getting into Lua! Good luck!
I didn't know that script!It's good that you knew it all along!
Yeah…
Just load it in a Lua Executor exploit and kick every noob off a Flood Escape 2 server lol.
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
Yeah…
Just load it in a Lua Executor exploit and kick every noob off a Flood Escape 2 server lol.
Every noob?
I'm known in my class for creating a wonderful chant called Noobs are the best! Anyone who isn't a noob gets punched!
I will show you how good a noob is!

Last edited by Nambaseking01 (July 13, 2019 13:37:47)
- ResExsention
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
Yeah…
Just load it in a Lua Executor exploit and kick every noob off a Flood Escape 2 server lol.
Every noob?
I'm known in my class for creating a wonderful chant called Noobs are the best! Anyone who isn't a noob gets punched!
I will show you how good a noob is!
-snip image i cant-
…
You're joking, right?
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
…
You're joking, right?
Noobs don't joke.
Anyways, let's stop derailing this topic before Paddle decides to close this.
Last edited by Nambaseking01 (July 13, 2019 13:39:38)
- Fezziecute
-
84 posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Lua is a bit complex. Code Kingdoms has easy tutorials to teach you Lua step by step. I would recommend Code Kingdoms (CK) to anyone who really just wants to learn and code. If you know everything, you can make a custom course and make your own ideas. CK also gives you blocks, but you can switch to Epic Mode and use the real Lua text code. (Hardcore!)
Lua is really easy once you learn it.
Lua is really easy once you learn it.
when green flag clicked
forever (letter (join [code] [lua]) of [code lua]) end
Last edited by Fezziecute (July 13, 2019 16:43:17)
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Lua is a bit complex. Code Kingdoms has easy tutorials to teach you Lua step by step. I would recommend Code Kingdoms (CK) to anyone who really just wants to learn and code. If you know everything, you can make a custom course and make your own ideas. CK also gives you blocks, but you can switch to Epic Mode and use the real Lua text code. (Hardcore!)
Lua is really easy once you learn it.when green flag clicked
forever (letter (join [code] [lua]) of [code lua]) end
I think I will check out Code Kingdoms once I get on my PC tomorrow (because I am on my mom's mobile because of personal reasons). I am trying to learn Lua and I could really use any basic tutorials.

Last edited by Nambaseking01 (July 13, 2019 19:30:44)
- IgDegOo
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
roblox studio more unstable than hammerRoblox Studio for me hasn't been particularly laggy, it just crashes way too much. I'm actually planning on learning ROBLOX Lua and started learning from AlvinBlox's 2019 tutorial though I'm currently on vacation and the computer here is extremely laggy, so I won't start proper coding until mid-August. Still really excited to learn Lua and hoping the best for my future games!
- Nambaseking01
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
~snip~
roblox studio more unstable than hammer
It's been quite stable for me — maybe your computer is just a little messed up. And what do you mean by a “hammer”? Like a literal hammer or is there some sort of proper noun Hammer?
- CatsUnited
-
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
No, I think it's just Roblox neglecting the Mac version of Roblox Studio by not providing stability improvements for it.~snip~
roblox studio more unstable than hammer
It's been quite stable for me — maybe your computer is just a little messed up. And what do you mean by a “hammer”? Like a literal hammer or is there some sort of proper noun Hammer?
@IgDegOo What operating system are you on? Windows or Mac?