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

Change an ImageLabel's Asset. How?

Asked by 10 years ago

This script does nothing, why?

Board = script.Parent.ImageLabel

while true do 

Board.Image = "http://www.roblox.com/asset/?id=51372112"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372116"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372125"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372131"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372137"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372139"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372145"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372148"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372155"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372158"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372162"
wait(0.065)
Board.Image = "http://www.roblox.com/asset/?id=51372165"
wait(0.065)
end 
0
Is there any output? User#2 0 — 10y
0
Not a solution to your problem, but a tip: Use "rbxassetid://0000" to make the URLs shorter! Also, ^ it appears output would be very helpful for us to answer this question BlueTaslem 18071 — 10y

2 answers

Log in to vote
0
Answered by 10 years ago

Make sure you subtract 1 from the ID's.

So, 51372112 would be 51372111

0
Yeah, you'd think I done that... Michael007800 144 — 10y
Ad
Log in to vote
0
Answered by
Vividex 162
10 years ago

If I'm correct, to change the image its not the word "Image", something like ImageID, I'm not sure. Check the properties of the ImageLabel.

Answer this question