I am a relatively new to scripting, and am wondering if anyone has some ideas of what I could make that would help me improve. I think this is the right category, if not tell me I think I can change it
I believe the correct category would be development discussion, but to answer your question, I would try creating a game. For example right now I have a friend group and we all make jokes about each other so my idea is creating a small battlegrounds game in which I use some of the jokes made about us and incorporate them into attacks. Just get a little creative and make something that is funny to you. I think thats the best way to learn too.
Hey!! I remember when I first started out learning how to program I wanted some script ideas too. Here’s one:
Make a simple projectile that the player can pick up and then throw. If you wanted to go a step further, use ray casting to detect if the projectile hit anything.
Hope this helps!!
one of my first things i made when i got into scripting was making doors that open with clearance cards so for example clearance 1 opens doors with clearance 1 and clearance 4 opens all doors
(clearance 1 2 3). this made me learn alot in my beginner days.
hope you can achieve smth similar and most importantly dont give up even when it gets hard
good luck
I made this, and i learned about proximity prompts. Thanks for the idea!
Create a simple game.
You can try and experiment with raycasts. You can learn how to get the mouse direction and damage any player you click. Involves a lot of concepts, like RemoteEvents, Vector3, etc. Similar to a hitscan gun, but simpler
Well if you are completely new, then I think the best thing you should make that is achievable, but will still boost your knowledge is a simple obby.
The obby can be any style you want, but ideally, it should start at stage 1 and then end at a later stage (eg. stage 20). This will teach you about how players and their characters are connected, as well as also giving you some knowledge on how to connect functions to events, to make killbricks.
If you don’t like the sound of an obby, do whatever you’d like! You’ll learn no matter what you try, as long as you put in effort to understand.
I’d say a basic kill brick or a basic touch and get a badge script would be a great beginning! Have fun scripting!
Landmines that spring into bombs that chase you! Exploding after a set amount of time.
Once you learnt datastores, try create your own datastore module that can do session locking