Search results
Does not support GIFs
- Roblox currently does not support GIFs, but you can convert each frame to a PNG and upload as a decal, which can be used in a script similar to this:
devforum.roblox.com/t/how-can-i-use-a-gif-as-a-texture/336311
People also ask
How to create a GIF / video on Roblox?
Are there GIFs on Roblox for use as textures?
What texture is used in Roblox?
How many textures does Roblox need?
How do I upload images to Roblox?
What is a normal DX texture in Roblox?
Jul 24, 2019 · Yes, but there are a lot more usecases for using textures instead as they wrap around the object, allowing for animated textures on a 3D model or whatever you may need it for. (although i would only reccomend using this method on small models as since roblox limits decals to 1024x1024 pixels it will reduce your image quality)
- Find Your Video!
- How to Make Frames
- Getting Every Frame
- Uploading Every Image to Roblox.
- Changing Each Decal Into An Image.
- 7 Scripting
If you want to create a gif / Video on Roblox, You have to find the video you want to use. For this tutorial, I will be using some random unfunny gif.
Now, you found your video / GIF, here are the steps to create frames. 1. Go to this website: Split GIF image into frames 2. Insert your gif (You can use links) image761×570 46.7 KB If your gif or Video is a mp4 or is not a supported image type, then follow the tutorial under this.
After you have submitted the gif you want, you can now create the frames. 1. Once you clicked “Split to frames!”, you can now download every single frame. 1. When you get your zip file, go to “files” 2. Create a folder which you will put all the frames in. 3. Go to downloads 4. Place the zip file into the folder you created. 5. Extract your zip fil...
This will be the most annoying step you have to do. 1. Simply upload every image to Roblox. I have already uploaded most of the images. You have to name each different image a number (from the first frame to the last)so you don’t get confused or lost. 1. Uploading is very simple, you just have to press choose file, then upload. image828×226 16.5 KB...
So for this tutorial, I used a Roblox extension to convert Decal ID’s to Image ID’s. But it is extremely time consuming. You can check this out if you want: How to get image id from decal id? - #4 by IllusionBacon Doing this is important, since decal id’s do not work with Image labels. Only Image Id’s work with Image-labels
Inside the local script You have to add this: Make sure to change the Task.waitto match the gif’s frame delay Now I will insert all the gif’s frames in order.
May 28, 2020 · You can use sprite sheets or just a seamless texture then shift the Offset and StudsPerTile properties. https://developer.roblox.com/en-us/api-reference/class/Texture. More info: Gifs in Roblox with only 1 image
Jun 25, 2022 · Resources Community Resources. scripting, plugin. HenryGinger21 (Henry) June 25, 2022, 11:46pm #1. Hello, my friend made a texture plugin recently. It creates animated textures for models and parts. It’s useful for animated gun skins for example and you can adjust the properties of the animation in the settings.
Feb 6, 2022 · Textures are made up of 3-4 large tables which tell the renderer what colour is what, on their own each channel is just a greyscale image but when combined make up the full colour image. The channels are RGBA / RGB. Theres 4 texture maps you need to worry about, Colour, Normal, Metallic, Roughness.
Dec 7, 2021 · You could have a local script that syncs with a server object that tells the client what frame to show, you you could look here for how to do that with textures: Gifs in Roblox with only 1 image. But i’d recommend just using a gui that syncs with all clients, as having an animated image on the server like this can cause unnecessary lag.