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

I have this problem in my script, could somebody please help me?

Asked by 7 years ago
Edited 7 years ago

So it all works but then when I want to upload again, it puts me at the ending frame again, this is what it looks like, and this is the script.

https://www.youtube.com/watch?v=YXQUiwpqklM

01db = false
02local a = workspace.hgrib
03local b = workspace.poopeeq
04local c = workspace.e4
05local d = workspace.seeit
06local e = workspace.robuxxxxx
07local f = workspace.guc
08 
09wait(3)
10script.Parent.Image = a.Texture
11wait(3)
12script.Parent.Image = b.Texture
13wait(3)
14script.Parent.Image = c.Texture
15wait(3)
View all 34 lines...

Answer this question