How Do I Break Out of Tutorial Hell and Start Coding Projects?

0
10
Asked By CodingExplorer42 On

I've just begun learning Lua for Roblox, and while I've grasped some basics like strings and functions, I'm feeling stuck in what I call 'tutorial hell'—I keep watching tutorials every day, but I feel like I'm not truly learning or applying what I've learned. I'm not sure what a 'small project' looks like; is it a simple game, or a specific goal? When I've learned something like string manipulation, I wonder how I can create a project around it or practice it effectively. It's really demotivating to feel like I'm making no progress. I'm 15 and worry I'm wasting time. Can anyone share their tips for moving past this stage and actually starting to build something?

3 Answers

Answered By CodeCrafter88 On

I totally get the frustration too. A good way to move forward is by identifying real-life small problems that you can solve with your coding skills. For instance, organizing files on your computer or even recreating a simple game like Tetris or Wordle can be a fun way to apply what you've learned. Breaking down the problem into smaller tasks is key, and tackling those manageable chunks makes coding way less overwhelming.

FutureDev123 -

That makes sense! Finding real problems to solve could really help me feel more productive.

Answered By DevDude42 On

It's definitely tough to navigate through all the concepts without a clear path. Maybe consider using techniques like the Feynman method—explain what you've learned to someone else to solidify your understanding. You might also want to look into the 80/20 rule: focus on the 20% of skills that will yield 80% of the results. Explore simple projects that interest you, and don’t feel pressured to stick strictly to tutorials. Learning is a journey!

UserWannaBeCoder -

The Feynman technique sounds interesting! I'll give that a shot; I often feel like I'm not making progress either.

Answered By TechieTommy On

You're not alone in feeling that way! A lot of us have gone through it. A good approach is to just open up Roblox Studio and start trying to build something—even if it's small. You could play around with the Rebirth feature; it can generate code for you based on your ideas, which helps you get hands-on experience instead of just watching videos.

BeginnerBuilder99 -

Thanks for the tip! I definitely want to try building something instead of just watching.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.