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

How to get Friends names from GetFriendsOnline()?

Asked by 5 years ago
Edited 5 years ago

i want to know how, to expand my knowledge

0
Base on Roblox's developer guide site. local player = game.Players.LocalPlayer local dict = player:GetFriendsOnline(10) for i,friend in pairs(dict) do print(friend.UserName) end Read for: [https://developer.roblox.com/api-reference/function/Player/GetFriendsOnline](https://developer.roblox.com/api-reference/function/Player/GetFriendsOnline) NickAtNick 163 — 5y
0
If you're only gonna post links then post them in comments. User#24403 69 — 5y
0
okay. my bad. i didnt know that. NickAtNick 163 — 5y
0
tahnks Nick E404NNF 0 — 5y

Answer this question