How do you get a dictionary?

I meant not like the table kind of dictionary, like the Merriam-Webster kind. Is there a way to do that or is there a module someone made to get the definition of each word in a dictionary? I’m making a google/browser - like game if you’re wondering.

Your best bet is HttpService.

1 Like

Try using the documentation on the dev forum hub for HttpService.

Well, how do you do that?

(30 characters)

Check the documentation on the Roblox Developer Hub and experiment with the service.

ok, thx

(30 char 30 characters)

Like other people have said, use the HttpService’s:GetAsync() to get data from https://www.merriam-webster.com/dictionary/YOURWORDHERE and process that data with JSONDecode.