local RE = game:GetService("ReplicatedStorage"):WaitForChild("RE") -- ================== CHANGE THESE ================== local yourName = "ScRiPt_DoDo" -- ← Put your desired name here local nameColor = Color3.fromRGB(255, 0, 0) -- Red (color changer) -- ================================================= print("Changing RP Name to: " .. yourName) --dont mind this -- Set Name Color --dont mind this RE:WaitForChild("1RPNam1eColo1r"):FireServer("PickingRPNameColor", nameColor) --dont mind this task.wait(1) --changes when the name changes -- Set the actual RP Name --dont mind this RE:WaitForChild("1RPNam1eTex1t"):FireServer("RolePlayName", yourName) --dont mind this :3