UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 04 Apr 2014 07:24 PM |
| Can anyone explain to me how to use the Player::GetFriendsOnline method? |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 07:26 PM |
use function bunghole(player::GetFriendsOnline) and it will print in output your friends who are online
--PS, it probly wont say anyting cuz u dont have freinds!!! LOLOLOL |
|
|
| Report Abuse |
|
|
|
| 04 Apr 2014 07:39 PM |
I'd be surprised if anyone knows what how to use it right now. Currently undocumented (unless one of the open-sourced ROBLOX games use it) and needs a URL set.
I couldn't find a function to set the friends online URL. I expected something like ->
Game:GetService("SocialService"):SetFriendsOnlineUrl();
And then to simply grab a table of them like ->
local t = Game.Players.LocalPlayer:GetFriendsOnline(int);
All I know right now is that you have to use the method with a LocalPlayer and it expects an integer as an argument. Other than that, it needs a URL set, and I don't know which method to use to set it, or the actual API-url to give it. |
|
|
| Report Abuse |
|
|