The challenge: Simon Says — Flash a sequence of colored parts, player has to click them back in the correct order. Each round adds one more to the sequence
The challenge: Random Torso Color on Spawn — Every time a player spawns, their character’s body parts get assigned a random BrickColor. Submit your code and how long it took you to make! I’m curious on who can get the fastest time.
When I search it up, it always says "make small projects or don't watch tutorials." The thing is, I got the logic but when i go to script my mind goes blank and i maybe write a function and thats it
Just like learning in school, you won't immediately apply it to the real world, that is basically like learning scripting. For me this is the best way to get out "tutorial hell" (tutorials are still recommended, but don't take too much information in a short amount of time, set a goal for your self) 1.) Watch tutorial about new thing in scripting 2.) Follow the script 3.) Pause and try to understand each line and its function 4.) Make your own unique script based on the thing you learned And do the #4 as many times as you want to truly understand it.