How Can I Load the player's random friend into a dummy?

Hey, I’m making a peaceful game just for fun and I need a way to load in the player’s random friend from his friend list into the dummy. ( Since I don’t really know how to script, I would really appreciate it if you would have pasted the script itself here :slight_smile: )

1 Like

Could you use the :GetCharacterAppearanceAsync() to get the appearance of the friend character and then add the items onto the dummy.

You can get the friends list from the :GetFriendsAsync(), get a random friend using math.random and then just do the above code.

1 Like