--[[ Why My Script Always Got Deleted Whenever I Upload Scripts? | Fake Friend Request By @mizcanscripts ]] getgenv().FakeFriendSettings = { Enabled = true, Username = "Roblox", -- username Title = "Roblox ", -- remove the utf to remove this users verification badge Description = "Sent you a friend request!", Image = "", -- optional: if u want custom images Delay = 5, AcceptText = "Accept", DeclineText = "Decline", SuccessTitle = "New Friend", SuccessDesc = "", SuccessImage = "", AcceptDelay = 2, OnAccept = function(username) print(username .. " accepted") end, OnDecline = function(username) print(username .. " declined") end, } loadstring(game:HttpGet("https://mzx-wtf.vercel.app/script/vcorenotify.lua?token=mzx-sctknJ2hq72JGnsupsIbwL72&key=mzx-J0R6qBp2kYvzXmC936"))()