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

Can someone help me make a movie using decals or GUI that doesn't cause low FPS?

Asked by
Stadow 30
7 years ago

I'm making a game where there will be a movie theater. I am completely lost on how I'm going to even begin on making the movies. I've looked up on how to make gifs and found this

while true do
script.Parent.Decal.TextureId = "(asset id)"
wait(0.1)
script.Parent.Decal.TextureId = "(2nd frame)"
wait(0.1)
end

Whenever I try to use this, it ends up lagging my game much more laggy than I would like it to be. Can someone help me by telling me how I can make a movie on roblox but keep a high fps? Also another thing that would be amazing is if I could import 2D movies from Blender into roblox. Thanks for your help.

1 answer

Log in to vote
0
Answered by 7 years ago

Use a spritesheet

Using ImageRectSize as the size of each frame, and ImageRectOffset for the position of the frame in the image, you can use a spritesheet-style image for animation.

0
thanks for the answer but is there a way for me to make something long like a movie using it without a sprite sheet, because it would be too painful. Stadow 30 — 7y
0
No. User#6546 35 — 7y
0
ok, thanks for helping me so much :) Stadow 30 — 7y
Ad

Answer this question