How to get all luau variables?

Ive been trying to make autocomplete by getting all of the luau variables using a script, but I dont know how to do that and there are no devforum posts about this. How would I do that?

You can find them on the luau github.

I meant like automatically getting them with a script. Is that possible?

No

It’s not possible. However, you can manually obtain them.

it is possible (kinda) but involves a lot of free time as you would have to write all of them and then loop through them