I want to apply a face on a character after the player entered the faces id.
However if the player enters a ID the face just switches to nothing. If I put the link into browser it doesnt work. So something must be wrong with the link but I dont know what.
Why ?
( I get no error codes )
script.Parent.Apply.MouseButton1Click:Connect(function()
id = script.Parent.CustomID.Text
local id_exists, id_error = pcall(function()
id_type = MarketPlaceServer:GetProductInfo(id)
end)
if id_exists then
face.Texture = "rbxassetid://"..id
print(face.Texture)
else
playerror("ID doesnt exist!")
end
end)
I just grabbed any decal from the Roblox site catalog and pasted the 226216895 into that page’s link to come up with this: TX_LaughingFace - Roblox
Since it’s no longer for sale you may not be able to use it.