I would like to know how I could go about using “PromptSendFriendRequest”, or any method to have one player add another player if the other player is not online or not in the same server (basically alert the player of the friend notification through the Roblox website for example) when the first player clicks a button. Is this even possible?
Small example of what I want to achieve:
-- local script
MBBackground:FindFirstChild("Add").MouseButton1Click:Connect(function()
-- code to add player
end)
Apologies if this question was already answered somewhere else, I had trouble wording out my search and figured it’s probably not a popular question.
Thanks for any assistance,
Swyftey