Talk:Service:SocialService: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>LPGhatguy
No edit summary
>Mattchewy
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
Yup. It doesn't really have too much I don't believe, but it is there.
Yup. It doesn't really have too much I don't believe, but it is there.
--[[User:LPGhatguy|LPGhatguy]] 03:07, 8 December 2010 (UTC)
--[[User:LPGhatguy|LPGhatguy]] 03:07, 8 December 2010 (UTC)
Here are the only functions and they are all locked:
<pre>
local s = game:GetService("SocialService")
s:SetFriendUrl(string friendUrl)
s:SetBestFriendUrl(string bestFriendUrl)
s:SetGroupUrl(string groupUrl)
s:SetStuffUrl(string stuffUrl)
</pre> {{User:Mattchewy/sig|date=12:36, 8 December 2010 (UTC)}}

Latest revision as of 12:36, 8 December 2010

There's a new social service? I wouldn't know because I don't have ROBLOX installed currently. CamoyContribs (December 8 2010)

Yup. It doesn't really have too much I don't believe, but it is there. --LPGhatguy 03:07, 8 December 2010 (UTC)

Here are the only functions and they are all locked:

local s = game:GetService("SocialService") 
s:SetFriendUrl(string friendUrl) 
s:SetBestFriendUrl(string bestFriendUrl) 
s:SetGroupUrl(string groupUrl) 
s:SetStuffUrl(string stuffUrl)
12:36, 8 December 2010 (UTC)