I’m wondering if it would be possible to take a stop motion movie and upload every picture separate, then put them on a part and code it to change the picture every 0.1 second.
To make the sound, just record the audio separate and play it at the same time.
Is to possible to do this to make it look like a video?
2 Likes
(post marked for deletion for privacy reasons)
2 Likes
Wow, maybe roblox should fix that then because I’m probably not the first one to think of it.
Really? Where have you seen something like this?
yea, I was watching the video like that combine if you wanna see it you can see it here:
robloxapp-20200412-0143173.wmv (4.0 MB)
1 Like
It is entirely possible, many developers use that system
This is the script:
while true do – This makes the script infinitely repeating
script.Parent.Image = “000000” --ID Of the imagen what you want
wait(0.1)
script.Parent.Image = “000000” --ID Of the imagen what you want
end – End of the script

I didn’t know lots of devs did this, what games have videos like this?