Learn Lua - The learning website

Hmm i do not really know maybe have a Game Hub on roblox?

1 Like

I cannot think of very interactive websites which there is lots of Young roblox developers.

1 Like

That’s the alternative but i don’t use loops for tweening fade parts as it’s choppy when ran on the server.

1 Like

Could you please DM me at AlemDev#3479??

Good concept but I think you should learn ReactJS and create your site with it. It’s much better than using Google Sites which makes it seems incredibly unprofessional.

1 Like

When I get home, I surely will. :slight_smile:

1 Like

Thanks for telling me! I corrected the mistake and as you might have seen above, we have added a new section!

I suggest adding Projects occasionally into it
and also create a showcase page of completed projects people submitted to be put in it
Would be very cool to see

1 Like

We might add that soon! We’re working on a new and more professional website!

is there dark mode? since i hate using light mode

2 Likes

  1. workspace exists
  2. Don’t use _G or shared. In general they’re bad to use because;
  • Race conditions: a script checks _G immediately, but the script that sets the variable in _G hasn’t run yet, so the first script only gets nil.
  • Unexpected changes: Remember that line of code you wrote 3 weeks ago? Of course not! Now spend 2 hours wondering why something randomly changes for no reason.

And I reeaallly don’t like how everything’s in one single page. What if I want to skip to “returning” or “functions”?

cc @Coolsbloxian

4 Likes

the letters are too small try making them a bit large

1 Like

_G isn’t always bad; Keep in mind, our goal is to teach new programmers the ins & outs of Lua, and if we want to do that, we have to teach them _G, because it is useful sometimes.

Of course, no new programmer is going to make a hit game instantly, and by the time they do, they’ll know not to use _G. But yes, I will pass this by the development team to possibly get them to add a warning for _G.

2 Likes

We’re making a new website, lol.

Well, we’re making a new, clean and professional website.

3 Likes

Nice job, I’d love to see more explanations later on, it would make it a great refresher for me and my team, looking forward to it!

1 Like

I shared it in some Roblox Servers! Thanks for the suggestion!

Adding onto this, the next line says:

To be honest, I could of included " .Transparency " in my variable, but if I wanted to call out " Part " and do a different action, this wouldn’t be much useful as we’d have to create another variable for it.

This is incorrect. If you did local MyCallName = game.Workspace.Part.Transparency, changing MyCallName would only change the variable, not the actual transparency.

Not using workspace is also pretty bad

What I meant was you wouldn’t be able to use for example; MyCallName.Visible = false if MyCallName includes the .Transparency part.

Want to help? DM me on Discord at AlemDev#3479

1 Like

When the website gets long, could you make a chapter thing, like wikipedia

1 Like