How to implement algorithms and overall coding concepts?

Soo, let’s say i wrote down my algorithm for doing something, how can i implement it, is there any methood to do soo? i managed to implement few simple algorithms but more advanced with statements and ect, are practically impossible for me

2 Likes

In terms of Roblox development most of it is already done you can implement algorithms as others have done it.

Basically just stand on the shoulders of giants.

If it doesn’t then you probably should go get a PHD or something. Even those PHD students continually keep on researching from others as well until they can come up with something themselves.

The problems are usually similar to existing ones but different and need to be tweaked like what if for A star pathfinding a unit takes more than 1 grid space?

2 Likes

hmmm, thx this is possible solution, but what about algorithms that are more specific, it’s sometimes hard to find good algorithm made by someone, soo tips on creating your own would be nice, anyways thx for replying