Hmm i do not really know maybe have a Game Hub on roblox?
I cannot think of very interactive websites which there is lots of Young roblox developers.
That’s the alternative but i don’t use loops for tweening fade parts as it’s choppy when ran on the server.
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.
When I get home, I surely will.
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
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
-
workspace
exists - Don’t use
_G
orshared
. 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 getsnil
. - 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”?
the letters are too small try making them a bit large
_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
.
We’re making a new website, lol.
Well, we’re making a new, clean and professional website.
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!
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
When the website gets long, could you make a chapter thing, like wikipedia