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

How to change the image label using a script?

Asked by 5 years ago

Heres what I have now but it would not load/show.

FirstImage = "http://www.roblox.com/asset?id=3960418540" -- Put ID here
SecondImage = "http://www.roblox.com/asset?id=3960438999" -- Put ID here
ThirdImage = "http://www.roblox.com/asset?id=3960454413"


while true do
script.Parent.Image = FirstImage

wait(4)

script.Parent.Image = SecondImage

wait(4)

script.Parent.Image = ThirdImage

wait(4)

script.Parent.Image = FirstImage

wait(4)

script.Parent.Image = SecondImage

wait(4)

script.Parent.Image = ThirdImage




end

Any help?

0
what are you parenting the script to? seikkatsu 110 — 5y

1 answer

Log in to vote
0
Answered by
Xapelize 2658 Moderation Voter Community Moderator
5 years ago

You did a mistake. The Roblox won't show up your decal because of that asset was not a DECAL. You need to find the decal instead of using the catalog and find the shirts/pants images.

You can find the decal at the Roblox library, but, don't find IMAGES. Remember, don't find IMAGES. Images won't show up at the ImageLabel.

So I hope this helps you. Hope you have a nice day! Happy coding ;D

0
Then how do I add my own DECAL? clash_ofsss 14 — 5y
0
Thanks, I was dum it worked clash_ofsss 14 — 5y
0
Go to create > decal > get the image > name it. Also, the decal need get accept by the roblox admins. If you post inapropriate image, you will get a warning. If you post 3 inapropriate decals or images, you will get BANNED from Roblox. If I accept not cleary, go google checking lol Xapelize 2658 — 5y
Ad

Answer this question