Incomplete list of Roblox web endpoints. Still super useful.
https://anaminus.github.io/api/
This is the only thing I use with few exceptions. For things that use dictionaries like GetProductInfo I use the wiki to find the params. Anaminusās site is extremely easy and painless to use. I always have at least one tab for it.
It has fast search, high information density, nothing is ever hidden, and contains almost all the API info you could want.
Edit: Also the CoreScripts repo is often useful
UserInputService. I can never remember all of its idiosyncrasies.
Honestly this feature has been the single most influential update to speed up my development time
Particularly how it gives the input datatypes and sometimes the short description
Any tutorial on the wiki will do for me.
API Reference, definitely.
ā
I think nearly everyone has put down what Iāve said.
@EgoMooseās tutorials on the wiki (Documentation - Roblox Creator Hub) are useful if youāre learning about the practical applications of vector math.
I also like reading @Maximum_ADHDās detailed change logs he posts on the forums: https://devforum.roblox.com/t/roblox-version-323-is-live/
Other than that, like everyone else said, I just google the name of the API I need a reference to and it tends to pop up as the first result.
- API Reference
- Lua.org
- Devforums
- Plugins
- @Maximum_ADHD (His little experiment sessions are really useful to watch/read)
- Discord dev communities (Please donāt ban me for saying this )
- Stack overflow
- Scripting subforum posts (Before the public forums were removedā¦)
-
ACM.orgās digital library
Iām sure thereās a lot more, but thatās a good sample of the tools I use.
I mainly use the API reference in the wiki as itās extremely helpful.
API reference. I find myself constantly searching items on the wiki.
Roblox Wiki
Documentation - Roblox Creator Hub
Documentation - Roblox Creator Hub
Lua.org
API Reference
API Reference, I find it a very useful, even though sometimes the examples do not explain much.
Definitely API Reference, but also some pages like Camera Manipulation and the Global Namespace pages.
ScriptingHelpers.org, even though itās been a while since I asked a question, I feel like itās a great tool for even the most experienced scripters who need some help looking at code once in a while.
API reference on 100%
hands down the API Reference.
API reference, but I also love the advanced tutorials, the articles on the lua systems and some of the user-published articles (EgoMoosesā given me a good understanding in vector math that I never had).
The wiki is my most used resource. Iām terrible at remembering syntax so I relookup the same thing over and over. I use the cookbook too (same purpose).
Not sure if this is applicable but Iāve been using IMSLP a lot recently to get PD sheet music and transpose it to electronic instruments (So I donāt have to pay someone for stock music).
The nearly 10 years of archives the scripters forum posts created were great.