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

My IMAGE GUI IS NOT WORKING FOR MY GAME. ANY TIPS / TRICKS?

Asked by 6 years ago

I have around 185 images supposed to play in 5.17 seconds. non of the images are showing up / playing. Sample of some of the coding below.

[I am not trying to leak my work]

wait(0.0285714286) script.Parent.Image = "www.roblox.com/asset/?id=1428638628" wait(0.0285714286) script.Parent.Image = "www.roblox.com/asset/?id=1428638329" wait(0.0285714286) script.Parent.Image = "www.roblox.com/asset/?id=1428637698"

1 answer

Log in to vote
0
Answered by
Galicate 106
6 years ago

do

wait(0.0285714286)
script.Parent.Image = "www.roblox.com/asset/?id=1428638628" 
wait(0.0285714286) 
script.Parent.Image = "www.roblox.com/asset/?id=1428638329" 
wait(0.0285714286) 
script.Parent.Image = "www.roblox.com/asset/?id=1428637698"
0
That's his code......... hiimgoodpack 2009 — 6y
Ad

Answer this question