How would you check the "last location" of a player

Hello!
I have been wanting the answer to this question for quite a while now. I’m trying to get a result that looks something like this:
image
Basically, I want to check what the player is doing at the moment. Is there an api that can do this? I tried using https://friends.rprxy.xyz/v1/users/{userid}/friends/online but, it didn’t let me access it. Hopefully somebody can help!

Thanks,
Dragon.

I basically want something like this: https://friends.roblox.com/v1/users/{userid}/friends/online

You’ll need authorization to access it, otherwise you could use
/users/{userId}/onlinestatus or the Presence API with the proxy.

Edit: It actually just depends on you’re attempting to do, if you’re trying to get the status of every friend of a user, just use what @AWhale_OfATime said below.

There’s already an article on this:

2 Likes

Oh my goodness! I totally forgot about Player:GetFriendsOnline! Thanks for the help!

1 Like