Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
3

In-game Friend list GUI that creates textbutton for each new friend, uses scrolling frame? [closed]

Asked by 5 years ago

I'm attempting to make a gui that displays online friends that is in your game. Not sure how. It is a scrolling frame that adds in a new textbutton for each friend that is ingame. it changes the text to the friend's name. All I have so far is

local OnlineFriends = {}

function GetFriends(player)
    return player:GetFriendsOnline(200)
end

function newFriend()

end

the script is inside a scrolling frame. it's meant to get the local player's friends list and for each online friend found it will create a new textbutton with the text being the friend's name.

Thank you in advance.

0
this site is not for people creating scripts for you MasonTheCreeperYT3 74 — 5y
0
make as much as you can, and if you get stuck, only that is when you come here, it even says while making a question that scriptinghelpers is not a request site fanofpixels 718 — 5y

Closed as off-topic by fanofpixels, User#20388, Vulkarin, and User#21908

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?