You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A guide/documentation should be created to explain how iteration works in Roblox-ts. This is super confusing as it currently is, since typescript will function differently by indexing at 0.
It would be nice to see a return of a guide similar to this old iteration guide and talk about how Roblox-TS handles iteration in-depth (ie. mention that ipairs has raw access with indices).
The text was updated successfully, but these errors were encountered:
A guide/documentation should be created to explain how iteration works in Roblox-ts. This is super confusing as it currently is, since typescript will function differently by indexing at 0.
An example of confusing code would be how
ipairs
functions:https://roblox-ts.com/playground/#code/JYWwDg9gTgLgBAbzgdWgawM5gIYGMCmcAvnAGZQQhwBEAAlAEYAeMGA9BvlAG7AEbUA3AChhuCADsM8ENjAY4AXhTosefADoA4vhgBhABbAANgBMo+CQAoAlCOGlocK+KnwA2sAmn8TADRwXtLYEgQAunAQpIE4wFAYVrLyNjaIwnAZcGBQXjCJchie3r5hqWxscDBGCsAKAO4UEgDmwkSijlDOrtJwRT7+gW4h4ZHRwLHx+cmpCOmZ2blThV79cAC0cACMpXDlldVwdaoA-K3tTi6SPX2+AUEww-gRUTHYcQlJGClpmVk5EnkVr4yhUqrVAgock0DDBWkA
It would be nice to see a return of a guide similar to this old iteration guide and talk about how Roblox-TS handles iteration in-depth (ie. mention that ipairs has raw access with indices).
The text was updated successfully, but these errors were encountered: