Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Failed to load textures in a plugin UI, help?

Asked by 5 years ago

I try to load textures and they dont load, Can i get help

Change texture code line :

    t.Texture= ("rbxassetid://"..id.Text)

i have put the "t" as Instance.new("Texture", p) and p is the part the id value is the textbox where i put id

0
It won’t work because you wrapped the string in brackets. () Those are math exclusive, and are just redundant. User#19524 175 — 5y
0
I did it without brackets too, And it did not work maumaumaumaumaumau 98 — 5y
0
Where is the full code? Maybe something else that’s not in the line didn’t work. User#19524 175 — 5y
0
The full code has other things for moving head of texture , it does not affect on loading texture maumaumaumaumaumau 98 — 5y
0
Still provide it, else you won’t have functioning code. User#19524 175 — 5y

Answer this question