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 )
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