Discuss Scratch
- Discussion Forums
- » Things I'm Reading and Playing
- » ROBLOX Lua Official Discussion [1K+ VIEWS]
- ResExsention
-
New Scratcher
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
how do i even use lua
edit: any guides?
There are none. I've been thinking of writing one specifically geared towards Roblox usage of Lua.
Until then, what I did was learn basic Lua using TutorialsPoint and then applied that knowledge to the official Roblox Studio tutorials.
- icyicyicyboopnoop
-
Scratcher
6 posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Hello everyone!
In this post, we will discuss about ROBLOX Lua programming so others can learn your knowledge about it!I am not an expert myself, but I like programming on it. I will give out tutorials once in a while, but this is only a discussion so yeah… If you want to know how to create something using Lua, ask it here so someone can reply! I can teach you or if I do not know give you a appropriate YouTube video!
Shouldn't this be called LuaU
- icyicyicyboopnoop
-
Scratcher
6 posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
how do i even use lua
edit: any guides?
Yeah try the Official roblox Api and the devForums
- ResExsention
-
New Scratcher
1000+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Also I need help
Can I help you with anything?
btw I'm more of a builder than a scripter but I'll do my best
by the way, please only use one post. There's no need to make three
Last edited by ResExsention (April 24, 2020 07:05:45)
- LightBoy77
-
Scratcher
500+ posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
– Basic Scripting Tutorial
script.Parent.Transparency = 1 – Tells the game to turn the block invisible.
script.Parent.CanCollide = false – Tells the game to make it where players can go through the block.
script.Parent.Anchor = false – Tells the game to make it where the block follows gravity.
– I hope you enjoyed it!
script.Parent.Transparency = 1 – Tells the game to turn the block invisible.
script.Parent.CanCollide = false – Tells the game to make it where players can go through the block.
script.Parent.Anchor = false – Tells the game to make it where the block follows gravity.
– I hope you enjoyed it!
- icyicyicyboopnoop
-
Scratcher
6 posts
ROBLOX Lua Official Discussion [1K+ VIEWS]
Also I need help
Can I help you with anything?
btw I'm more of a builder than a scripter but I'll do my best
by the way, please only use one post. There's no need to make three
Well I was trying to make a feature that if you hold down shift then you can sprint. I got the userinputservice stuff done but to actually increase the speed I need to affect the players “character” and I'm not sure how to get that.
- Discussion Forums
- » Things I'm Reading and Playing
-
» ROBLOX Lua Official Discussion [1K+ VIEWS]



I am not an expert myself, but I like programming on it. I will give out tutorials once in a while, but this is only a discussion so yeah… If you want to know how to create something using Lua, ask it here so someone can reply! I can teach you or if I do not know give you a appropriate YouTube video! 