I want to find some projects where I can break down each line of code and learn from it. I have tried looking at the toolbox, but most models aren’t the highest of quality.
About free models, you want to be very careful about what is inside of them. Just know that anything that looks obfuscated(it’s not really words, it’s a bunch of numbers and random letters mixed together) is not what you want in your game. This is just a way for hackers to get into your game and take control.
Also, if you see getfenv, that is also a sign that that shouldn’t be in your game, unless they are really using it for a good purpose(which is rarely true)
But then again, if you are just doing this on a place that you don’t plan to make public, there should be no threat. But some scripts are designed to cause severe lag to your game, so be weary of those to.
Now, back to what you asked for. There are some good models that can help from the toolbox. More generalized and popularized concepts will most likely be in the toolbox with a few good scripts. Such as a DataStore script, global leaderboard, gun scripts, etc. If you can’t find anything in the toolbox, it’s best to use google or read up on the DevHub about how to use something, as that is a great source that provides scripts and explains how they work.
i totally forgot about the dev hub, thanks for the heads up :))))
#resources:community-resources is another great place to look for open source scripts. Just be careful, there has been the occassional backdoors posted on the Devforum in the past. Try sorting by top instead of just looking at recent posts, since the backdoors rarely last long.
DevHub code samples are great if you have a specific kind of resource you’re looking for.
yess i agree with you 100% I think their was a tutorial on a crate system, i followed though with it and learned alot from it