since i have no idea on how to script, if anyone knows even a bit of lua and is willing to work for me for feet pics i can accept u (jk oooorrr not)
nah but fr ima just make the entire map, animations and characters as showcase then later on ill try to get help from someone if anyone knows how to script hit me up
(idk if im allowed to try to get people to work with me since its not on the rules but if i get a warning yeah i aint gon try it)
Actually nah since the time pf me writing this its pretty late so im just being overwhelmed by how hard it looks since im a bit tired
You can do this in code with comments, it’s what I did when writing assembly. Lay out your goals, and write it out in the sections you’ve specified for them. Pretty much it’s just you laying out what you want do in standard English. Pull up some videos for more examples if you want.
if you eat someone who can code, they say you can gain their ability to understand and write them yourself, for any and all languages on any circumstance.
From my experience, any paid coding class is a hapless scam. You’d be better off just paying somebody to code your game for you than pay somebody to code while you watch confusedly.
I forgot to say something else. @Cythrex Don’t forget documentation and labeling. If you make a function, make a comment above it saying what it does, it helps you go around and figure out what does what more quickly.
I’d learn the structure before you do anything else. It’s like learning a language, that’s why they’re called coding languages. I’d consider fundamental parts of Lua’s structure to be functions, variables, boolean operators, client/server runtime, events, and parents/children. (If any other people who know Lua want to add to that, feel free to reply to this.)
Going on the documentation for Roblox Studio can also help a ton if there’s anything you don’t understand. It explains basically everything about everything and gives examples if that’s not enough.