How do I make a button that loads in a random character from your friends list?

I’m trying to make a button that loads in a random character from your friends list, I’ve tried to use “Players:GetFriendsAsync” but I’m having a hard time trying to figure it out because it just loads in everyone from the friends list. Do you have any solutions to this?

Use that with Players | Roblox Creator Documentation and Humanoid | Roblox Creator Documentation

1 Like

I know but the problem that I’m having is that I’m trying to make it so that it will just choose one random friend instead of cycling through all of them

I already found a solution, all I had to do was make it so it choose 1 friend and put the apply description part outside the for loop, thanks for the help though