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

Image Label not loading in roblox image. Help?

Asked by 4 years ago

When i make a instance that is a image label i make the things. But the problem here is that when i put the image inside the image label like the link it says failed to load. This would be the link im using to make the image look like this ~~~~~~~~~~~~~~~~~ https://web.roblox.com/library/1039486400/heavy-plus-sign-2795 ~~~~~~~~~~~~~~~~~ . It says failed to load for some reason

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

Put this in a script in the image label:

script.Parent.ImageId = "rbxassetid://1039486400" --Edited

Hope this helps!

0
It says TextureId is not a vaild member of imageLabel DeadStroke509 3 — 4y
0
I think it should be script.Parent.Image = "rbxassetid://1039486400" @DeadStroke509 Block_manvn 395 — 4y
0
OH YEAH sorry PrismaticFruits 842 — 4y
Ad

Answer this question