Can someone help me?

What I need help with
So recently got an original game idea with the help of someone esle, the problem is I suck at coding. Can someone teach my how to code or provide me with good tutorials? I know a bit of coding like creating leaderstats, if a player stands on a part it does something and thats really it. I can message you the idea if you can help me.
Maybe pay?
I don’t have robux to give tho… I only have 10 robux and about to get a gamepass refund for 100 robux but I don’t know if that would be enough for someone to help me code.

1 Like

I am also bad at coding, but I’d suggest you check Roblox DevHub to learn basic coding which maybe could get you to know more about coding if it happens it didn’t work out I am very sorry. Go ahead to Roblox DevHub - Learn Roblox Studio | Roblox Creator Documentation

1 Like

Alright I will give the DevHub a look

This isn’t the place to recruit people to make a game for you. Secondly, if you do recruit people to make an entire game for you, you’re going to need way more than 100 robux (way more than probably 30,000 robux as well).

As for your coding concern, I would suggest taking a look at AlvinBlox on YouTube. He has a lot of good scripting tutorials and I think he explains what his code does really well. DevKing is alright, but in his past videos I felt like his explanations weren’t that clear.

Like @ActivateWarrior said, the DevHub will probably be your best resource, and you have a whole API documentation there as well written by the creators of the Roblox.

If you aren’t good at critical thinking, and not willing to put in hours of just trying to debug something, then this isn’t going to be fun for you. However I suggest you do it because coding is in high demand and pays well here on Roblox and in the real world.

You’re never going to “master” coding because new things are always being added, there are always things to optimize, change. It’s not like other fields of development where it’s just a one-and-done situation.

Good luck on your learning!

1 Like

" if a player stands on a part it does something and thats really it. "
So, you already know to trigger an event, that was already a great start.
You will need to use a lot of event in game.

I know that PeasPod and AlvinBlox have very easy to understand tutorials teaching you the basics. Some of the stuff from PeasPod is a little bit outdated, but most of the stuff in the video still holds true.

Learning Materials:
Youtube is prob ur best choice in this case. There are some courses out there but they are way too costly. Here are some great youtube channels tht i personally prefer:

AlvinBlox
His main quality is that he explains everything well in an understanble way. However, he doesn’t cover the whole lua scripting, just parts of it. But nevertheless, he is an amazing choice for beginners. One of the thing tht i found helpful is his Piggy tutorial as it teaches from start to finish how piggy game mechanics cud b made.

DevKing
The reason DevKing made this list is bcuz he has both a beginner and advanced scripting series covering everything from tables to datastores. And also he is a chillbck and nice dude, which put me at ease.

API Docs
If you search up a certain topic in roblox, an api itpage of it shows up. At first it may seem hard to understand, but as u get past the beginner phase it wud be a grt way to find certain properties, functions of a particular thing like DataStores and other stff.

DevForum
Last but not least, the ultimate resource is devforum. There r many helpful scripters who would see no hindrance in helping you to perfect ur code.

Thts all there is to it basically. I hope this helped u :smiley:

1 Like