From 75d2e884bb6b7230c29267be1324215bc66d0018 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 12 Jul 2022 23:13:17 +1000 Subject: [PATCH] updated friend strings --- public/asset/8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/asset/8 b/public/asset/8 index 3465540..988833f 100644 --- a/public/asset/8 +++ b/public/asset/8 @@ -71,9 +71,9 @@ game.Players.FriendRequestEvent:connect(function(fromPlayer,toPlayer,event) if fromPlayer == localPlayer then if event == Enum.FriendRequestEvent.Accept then - game:GetService("GuiService"):SendNotification("Frined Joined", - toPlayer.Name, - "http://www.morblox.us/thumbs/avatar.ashx?userId="..tostring(toPlayer.userId).."&x=48&y=48", + game:GetService("GuiService"):SendNotification("New Friend", + fromPlayer.Name .. " is now your friend!", + "http://www.morblox.us/thumbs/avatar.ashx?userId="..tostring(fromPlayer.userId).."&x=48&y=48", 5, function() @@ -90,7 +90,7 @@ game.Players.FriendRequestEvent:connect(function(fromPlayer,toPlayer,event) makeFriend(fromPlayer,toPlayer) end) elseif event == Enum.FriendRequestEvent.Accept then - game:GetService("GuiService"):SendNotification("Friend Request Accepted", + game:GetService("GuiService"):SendNotification("New Friend", fromPlayer.Name .. " is now your friend!", "http://www.morblox.us/thumbs/avatar.ashx?userId="..tostring(fromPlayer.userId).."&x=48&y=48", 5,