Image doesnt work as i thought [FIXED]

local TextBox = script.Parent.Input

script.Parent.TextButton.MouseButton1Click:Connect(function()
    local text = tostring(TextBox.Text)
    script.Parent.Parent.Parent.Parent.Image = text
end)

when i check the image its just number
image

2 Likes

Try to do "rbxassetid://*yourNr*", maybe that could work.

That would be local text = "rbxassetid://"..tostring(TextBox.Text)

1 Like

thanks man and that was fast reply too!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.