The Streets FE name changer

Description

credit to Slurms on Vrm

Original Post : https://v3rm.net/threads/release-the-streets-fe-name-changer.7618/


local nt = [[
    the name u want here
]]
local lp = game.Players.LocalPlayer
local xd = {
Name = "0",
TextLabel = {
Text = string.rep("\n", 100 - nt:len()) .. nt
}
}
for i, v in pairs(lp.Character:GetChildren()) do
if v.ClassName == "Model" and v:FindFirstChild("f") and v:FindFirstChild("Head") then
v.Head.Transparency = 0
break
end
end
game.Players.LocalPlayer.Backpack.Stank:FireServer("pick", xd)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!