I’ve just barely started scripting, and to gain more knowledge, I want to try and do simple scripting tasks, such as creating a kill brick, making a part spin etc., and I was wondering if someone could give me one of these tasks. Thanks!
I would start by creating some simple obby parts (like a kill brick of course, some spinning parts that might knock a player out, moving platforms, etc.) those tend to be fun ways to learn the basics. I’d probably then work on some kind of gui to spawn some parts or something. This might require RemoteEvents (they sound daunting, but they really aren’t lol). Once you build up your skills, I recommend trying to make very simple minigames (timed obby races or something similar). Remember that it’ll take time to learn a lot of this stuff. If you ever have any questions, feel free to Message me, and I’ll do the best I can to help. Good luck
Ok thanks! I’ll have to try these.
Any knowledge / skills you learn, you should immediately test them out and experiment, it helps alot! Remember to challenge yourself and goodluck!!
Just a suggestion, but think of simple first-step types of things you’d like to be able to do, like make a button that changes a brick colour, or have a door that opens when a player touches a floor switch.
As you start understanding you can add to these items (like a door that has a turning door handle, or has door sounds that play while it opens and closes), or move to other tasks that require you to learn more scripting tasks.
If you have issues, or can’t understand the create.roblox.com documentation (since some of their descriptions are very basic but are aimed at people who know more than just a few coding things) feel free to come here and ask for help.
If you do come back here to ask questions remember to post your script so others can see exactly how you are trying to write your code and help you out.