Hello I was working on a gallery of artists(one of my projects) but when I added an art submit GUI with a local script inside a button and when I clicked on the submit button it successfully set the texture but the texture wasn’t showing it was blank but the texture ID was the same what is going on?? (sorry for bad grammar)
Here is the local script :
function click()
local number = tonumber(script.Parent.Parent.TextBox.Text)
local completed = "rbxassetid://"..number
script.Parent.Parent.Value.Value.PaintPart.Decal.Texture = completed
end
script.Parent.MouseButton1Up:Connect(click)
script.Parent.TouchTap:Connect(click)
Q: First, have you tried doing it in a script instead?
A: Yes right now I did
Q: Second, have you made sure the texture isn’t corrupted, or perhaps put in the wrong number cause the text has interfered?
A: Its not corrupted and i saw when i just put the number the ID changes for some reason so i tried to use insert server and now it give me HTTP 403 (Forbidden) error
Q: Third, perhaps your internet connection is slow so its going to take a little while for it to load.
A: It Loaded fast when i just put the idea in explorer