Custom Profile Picture not working

Only you will be able to see your pfp, I just said you can report it if I decide to add the ability for other people to see it aswell but right now I don’t think that will happen.

I finally found a way to do it

script.Parent.MouseButton1Click:Connect(function()
	local Id = script.Parent.Parent.TextBox.Text
	
	script.Parent.Parent.Parent.e.ImageLabel.ImageLabel.Image = string.format("rbxthumb://type=Asset&id=%s&w=420&h=420", Id)
end)
1 Like

ImageTransparency isn’t a boolean… if it is on your Studio then something’s messed up.