Update 8
This commit is contained in:
parent
8b82198376
commit
510b7a13f1
|
|
@ -72,7 +72,7 @@ game.Players.FriendRequestEvent:connect(function(fromPlayer,toPlayer,event)
|
||||||
if fromPlayer == localPlayer then
|
if fromPlayer == localPlayer then
|
||||||
if event == Enum.FriendRequestEvent.Accept then
|
if event == Enum.FriendRequestEvent.Accept then
|
||||||
game:GetService("GuiService"):SendNotification("New Friend",
|
game:GetService("GuiService"):SendNotification("New Friend",
|
||||||
fromPlayer.Name .. " is now your friend!",
|
toPlayer.Name .. " is now your friend!",
|
||||||
"http://www.morblox.us/thumbs/avatar.ashx?userId="..tostring(fromPlayer.userId).."&x=48&y=48",
|
"http://www.morblox.us/thumbs/avatar.ashx?userId="..tostring(fromPlayer.userId).."&x=48&y=48",
|
||||||
5,
|
5,
|
||||||
function()
|
function()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue