A friend told me to go onto the wiki and ask you all about stuff like, and I quote:
"(like functions in classes)"
I already understand functions though. Just not sure of what a class is..
function AskTheWiki() print ("What are classes and how do I use them?") end AskTheWiki()
Okay, there are 2 things that I am getting for your questions. Classes, the property of instances, or Classes, as in wiki classes or tutorials.
Tutorials are a great way of getting started with scripting. On the wiki, they have made many tutorials ranging from newbie to expert. You can get started over here:
http://wiki.roblox.com/index.php?title=AllTutorials
Over here you can see all tutorials, from building to scripting to full game creation.
If you scroll down, you will find the scripting section I would begin at the Beginner section. they are arranged from the easiest to the hardest.
Another thing I would consider is looking at roblox cookbooks.
http://wiki.roblox.com/index.php?title=Cookbook
This is basically, well... a cookbook. I'm thinking of making pasta today, I'll reference the cookbook. I'm thinking of making a ChildAdded/RemoveEvent... I'll reference the cookbook.
Even asking someone in the community chat for a scripting challenge can improve your scripting, and like so, you can reference the cookbook for that too.
Cheers, Hungry c;
Classes are what an object is, for example, a part/brick has a class of BasePart.
You can find the class of an object with the property, "ClassName".
I don't understand why your friend said, "(like functions in classes)"