SupabaseS
Supabase12mo ago
SkyDash

Get specific data | Lua Code - Roblox Studio

Is there a way to get specific data from a Table like for example I have multiple Users
Name | Gold| Diamonds | isTrue
Dummy | 344 | 0 | False
Mia | 533 | 5 | False
TestAccount | 4323 | 94 | True

Whats the way to get like isTrue or most gold or most diamond or even isTrue true or false.
curl -X GET ".. Link .. /rest/v1/userInfo" ^
-H "Authorization: Bearer .. ApiKey" ^
-H "apikey: .. ApiKey" ^
-H "Accept-Profile: public" ^
-H "Accept: application/json"
Was this page helpful?