Data structers must learn?

are data structers necessary to learn to create a good roblox game ( for me it is a 2d one )

Yes, data structures are very nesseceary to know. It’s one of the basics of programming.

1 Like

can u give me the most important ones and what dev have used to create their game please

1 Like

It’s basically all of them. Data Structures that are mostly use include: Arrays, Dictionaries, Strings, Booleans, IntValues, and just general variables. Really though if this is all you know, you need more knowledge.
Documentation - Roblox Creator Hub I’d recommend looking at the documentation on the creator hub.

1 Like

it’s mostly knowledge about variables and data store methoods like UpdateAsync, GetAsync ect.

1 Like

I mean datastores this early on are not really that much of a priority? Since it’s best to learn the basics before jumping in.

1 Like

doesn’t data structres revolve only around things like array hash map queues,stacks,linkedlist?

1 Like

I’m sorta unsure what you meant by data structures, because it can mean different things based on the person asking it.

1 Like

i meant stuff like hash map ,arrays , queues ect…

1 Like

do you mean datastore? I have honestly never heard of that.

1 Like

datastore save all the hard work your player has put in! I really recommend it. for me, a video on YouTube helped me learn datastore.

1 Like

No, Data structures are different from DataStores.

I’ve literally only used arrays lol.

have u ever created a full game?

Yeah. The rest you’ve talked about I rarely use.

can i test the best one that only revolves arround array/dict ?

What? I’m confused what your asking here.

u ve said u had created a game with only using arrays/dict , i said yesterday that if i can give it a try

strings and booleans aren’t data structures but data types

It depends on what systems you plan on including in your game. I would say that you should definitely learn about arrays and dictionaries as you will definitely be using it in your game.