Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to make my scripts more efficient?

Asked by 8 years ago

I hear people telling me all the time about how my scripts are efficient, and could break easily. I'm not sure how to make my scripts that efficient though. Can anyone link me to a wiki or something to help wtih this?

0
It entirely depends on what you need to do, and how you're doing it. You should give an example of code that you want feedback on. BlueTaslem 18071 — 8y
0
It's not only about getting your code to work, but also having 'beautiful code'. Beautiful code is well laid out code that is easily readable. GullibleChapV2 155 — 8y

1 answer

Log in to vote
0
Answered by
bloxxyz 274 Moderation Voter
8 years ago

I highly recommend taking a look at this article, it helped me a lot and saves a lot of hassle and helps make code more visually satisfying and organized:

http://wiki.roblox.com/index.php/Writing_Clean_Code

Ad

Answer this question