Any good roblox scripting youtubers that explain advance APIs and stuff?

Basically what the title says, are there any good youtube channels that explain advance stuff, but don’t give you the code. I don’t want a tutorial. I want to expand my knowledge. I just feel like I’m not getting better at programming and I’m stuck only knowing how to do so much. Please link them if roblox allows you to. Thanks in advance :happy3:

The Developer Hub is the best place to learn about scripting in Roblox. As for youtubers, I don’t know any, I wouldn’t recommend youtube either, since most videos usually spread misinformation and bad coding practices. I’m not saying don’t use youtube at all, but use it every now and then to get a general idea of something. Don’t depend on it/use as a resource. Tutorials are often too specific and don’t explain, and again, misinformation is often spread. But the youtubers have good intentions that is for sure.

I did find a playlist from the official Roblox channel, which I used myself to get back into scripting 3 years ago. I imagine you being beyond the basics, but there is an intro to scripting video which is in a playlist of a bunch of other videos which gradually get more advanced.

Here is the link just in case: https://www.youtube.com/watch?v=dWisUXms3Sw

2 Likes

True, some channels do spread out the information to get the watch time.

You can also spend some time with general Lua / other language tutorials/articles to help expand your general coding knowledge. You never know when something in another language could be acceptable in roblox’s Lua parameters