#is there a reason why the images arent updating the img fast enough?

46 messages · Page 1 of 1 (latest)

shy hazel
#

it like takes a second for the next frame to uplaod

unborn quiver
#

because wait() == it will wait 1 seconds

#

if you wish to be faster, wait(0.1)

#

not enough? wait(0.01), still not enough? wait(0.001)

shy hazel
#

you see how it like flashes away inbetween

#

every frame switch

#

i had to put aa black frame behind it

#

just so i can kinda represent it better

#

not sure if its bc some of the frames are not verified yet

#

or smth

#

cause it is 101 frames

unborn quiver
#

im not expert in gui area, but i think it takes some while to upload image

shy hazel
halcyon panther
#

The lowest wait is 1/60

#

(one frame)

shy hazel
#

bc 60 fps

#

yea

#

0.016

#

still doesnt explain the issue on why it goes away inbetween each frame

mint graniteBOT
#

studio** You are now Level 6! **studio

halcyon panther
#

What is the problem ,'

#

?

unborn quiver
#

its flickering kinda

shy hazel
#

like it takes a sec to load each frame

halcyon panther
#

After 18 sec ?

shy hazel
#

wym

#

oh yea

#

you see how it flickers

#

the reason why it looks like its just apart of the frames of the video is bc i just have a black frame in the backgroun

#

ill send the original video

#

so i think its a roblox end issue

halcyon panther
#

Maybe wait 3/ 4 frame

unborn quiver
#

Btw you could use VideoFrame? PepoThink

shy hazel
#

like there is a specific section

unborn quiver
#

Right, i found other old post.
https://devforum.roblox.com/t/gif-flickering/718462/8

The reason it lags is because your code is inefficient. You should use a sprite sheet for the most performance possible. Optionally do a loop.

https://devforum.roblox.com/t/scale-spritesheet-iteration/350693

shy hazel
#

i think i figured out why

#

im tryna transfer it from a decal to a image

#

i just tested it out transferring a images id to the main images id and it doesnt flicker

shy hazel