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

Is it possible to create videos in StarterGui's? [closed]

Asked by 7 years ago
Edited by M39a9am3R 7 years ago

Is it possible to make video's in starteguis I'm making a script where you hover your mouse over the tutorial, an animation shows up, Using

Tutorial = script.Parent
Tutorial.MouseEnter:connect(function(Animation)
print(" How would I make a video in a players screen?")
wait(1)
print("I'm guessing it has something to do with FPS??")
wait(2)
print(" I'm guessing it involves Frames Per Second?")
wait(3)
print(" I've seen on Roblox Wiki soemthing about frames before?")
wait(4)
print("But rather just have my question answered here?")

end)
0
? User#5423 17 — 7y
0
You definitely could, but it'd take a lot more work than you'd think DepressionSensei 315 — 7y
0
Edited for code block. M39a9am3R 3210 — 7y
0
This code creates an animation? OldPalHappy 1477 — 7y
View all comments (4 more)
0
noep DepressionSensei 315 — 7y
0
It would be extremely hard. Only one (known) person has made 60fps video on a Surface/Screen GUI. shayner32 478 — 7y
0
Who is that shayner32? LittleBigDeveloper 245 — 7y
0
Why have so many people down-voted this question? It seems reasonable to me. chess123mate 5873 — 7y

Closed as Too Broad by SHTest, evaera, and User#6546

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

2 answers

Log in to vote
3
Answered by 7 years ago

The best way to do this is, make drawings for each frame of the video, and upload them as decals, you would need to upload at least 10 decals per second of the video, and then make them change each 1/10 of a second, If you want a good video quality you need to upload 32 decals per second of the video and make them change each 1/32 of a second. So in short words, it's too hard. I would rather make an animation where GUI objects move around explaining everything.

0
I mean unless ROBLOX allows us to insert videos this will not be possible. LisaF854 93 — 7y
0
not good answer DepressionSensei 315 — 7y
2
Depression, this is a fine answer. TheDeadlyPanther 2460 — 7y
2
recommended minimum framerate is 24fps davness 376 — 7y
0
Thanks Dav,cthe film maker LisaF854 93 — 7y
Ad
Log in to vote
2
Answered by
FiredDusk 1466 Moderation Voter
7 years ago

The only way to do this is if you create a bunch of images and make them change.

0
good answer DepressionSensei 315 — 7y
0
I will say, I've tried doing this but I had problems with the images unloading with longer animations. This could be fixed using preload and doing stuffs, but I'm not sure about making a good quality 'gif'. OldPalHappy 1477 — 7y