How to retrieve a player’s description

Hi there!

i haven’t posted in a while and i need some help.

How would you retrieve a player’s personal info, like their description or place visits?

I’m pretty sure i beed to use HTTPService but i don’t know how.

thanks,
kieran!

Be more clear on what you need to get and be specific.

The endpoint for getting a user’s profile blurb (description) is:
https://users.roblox.com/v1/users/{userid}
You can get a players userid through player.UserId.

Here is a topic discussing what you are trying to accomplish: Get players Roblox account description

Additionally, you will need to create or use some kind of proxy server since you cannot access roblox API endpoints directly from within a game server.