Hey there! I was wondering if I could get any beginner project ideas. I’ve tried looking for some but there hasn’t seem to be anything about it. I just want to put what I’ve learned to test. If you can give me some that would be awesome!
—I don’t mean project as in game ideas but just scripting projects to put my skills to test.
Edit: If anyone can give me anymore beginner friendly ideas that would super helpful.
Second Edit: In case you were wondering, I have learned variables, a little bit of scope and returning, functions, parameters, If statements, Elseif and else statements, events, built-in functions, while loops and repeat loops. Keep in mind, I have knowledge on what these do but haven’t really learnt and mastered them all just yet.
Why not script a lab facility or something, so you can have doors opening and closing different ways, lights changing colour, mess with the players gravity in some rooms, litterally anything. Its also very basic stuff.
one of the traditions that i did when i started was Make a fireball that shoots in the direction of your character when you press E
That teaches you server vs. client, User Input, and CFrame, which are all extremely important concepts to know when you start scripting on a larger scale
I made simple things like obbies, then very basic simulator mechanics, then I started getting more complex like tycoon systems.
I also like to make simple games and applications like tic tac toe and a calculator application (these were both ScreenGui based) that aren’t very roblox specific, it’s probably good to practice making very roblox specific stuff like simulators and other very unspecific to roblox stuff like calculator apps.
I you are not comfortable with scripting from scratch or you get stuck easily you might want to look for some tutorials and follow them step by step.
Pick small assignments and put them in a place in order to build up a portfolio. This way you can look back to your own (old) work or show it to others.
Interesting. I think once I get a little more fluent in Roblox Lua, I’ll be able to build up my portfolio with my creations. I’ll try to make things from scratch but I enjoy problem solving and doing things independently.
Yep. I agree with practicing different things, non-roblox and roblox related. I feel like it gets you a little more comfortable with scripting in general. I’ll attempt to make some simulator type scripts but, I’ll try some different projects first before I move on to the simulator aspect of things.