How to make Friend List GUI (Roblox Studio) #3
Welcome to another Roblox Studio Tutorial
Leave comment to request what's next Tutorial
SUBSCRIBE :D
\/ Here The Model and Source \/
Model: https://www.roblox.com/library/12567246879/Friend-List-GUI
Source Code:
Script [ServerScriptService]
game.Players.PlayerAdded:Connect(function(player)
local id = player.UserId
game.ReplicatedStorage.Event:FireClient(player, id)
end)
===================================
LocalScript
game.ReplicatedStorage.Event.OnClientEvent:Connect(function(id)
local players = game.Players
local friendsId = id
local PlayersFriends = {}
local success, page = pcall(function() return players:GetFriendsAsync(friendsId) end)
if success then
repeat
local info = page:GetCurrentPage()
for i, friendInfo in pairs(info) do
table.insert(PlayersFriends, friendInfo)
end
if not page.IsFinished then
page:AdvanceToNextPageAsync()
end
until page.IsFinished
end
for i,v in pairs(PlayersFriends) do
local frame = script.Frame:Clone()
frame.TextLabel.Text = v.Username
frame.Parent = script.Parent.Frame
frame.ImageLabel.Image = "https://web.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userid="..v.Id
end
end)
Other Videos By Dimma Developer
2024-07-16 | Warmindo Simulator gw punya map beneran kali ini π₯π₯#roblox #robloxindonesia #robloxsimulator |
2024-06-25 | Gw Remake Website Cek Khodam || #cekkhodam #khodam |
2024-06-15 | Akhirnya game gw punya map juga (Development Warmindo Simulator) #1 |
2023-12-17 | Valorant with Epant π₯Άπ₯Άπ₯Ά |
2023-05-07 | PTFS Roblox || F/A - 18 Super Hornet, F-14 Tomcat |
2023-04-30 | PTFS || F/A - 18 Hornet |
2023-04-05 | Legenda Apex |
2023-03-14 | Ini Masalah Katyusha |
2023-02-21 | How to make Friend List GUI (Roblox Studio) #3 |
2023-02-20 | Ini Masalah Bakso || LGC MOMENT |
2023-02-10 | Raffa Ara Ara |
2023-02-05 | Dipaksa Ara~ Ara~ |
2023-02-04 | Rilis Game "Flappy Bird" Remake !! |
2023-02-02 | Aawokawok, old tiktok video |
2023-02-01 | I went down too low |
2023-01-31 | Old Highlight 3 |
2023-01-30 | Do you see me Omen?! || #valorant |
2023-01-29 | Old Highlight 2 || #valorant |
2023-01-28 | Lari Raze Ulti || #valorantindonesia |
2023-01-27 | Old Highlight || #valorant |
2023-01-26 | Wut... Infinity Gems?! || #psx #petsimulatorxroblox |
Other Statistics
Roblox Statistics For Dimma Developer
There are 1,663 views in 19 videos for Roblox. There's close to 4 hours worth of content for Roblox published on his channel, or 9.45% of the total watchable video on Dimma Developer's YouTube channel.