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
Does Roblox support GIFs?
What is a texture in Roblox?
How do I choose a texture file for Roblox?
Can I use PBR texture maps in Roblox?
Does Roblox support texture maps?
Does Roblox support Physically Based Rendering (PBR) textures?
Jul 24, 2019 · Recently texture offsets were added to the game, since this addition I have used this new feature to convert gifs into spritesheets for animation! Today I would like to showcase this creation and give it to you to use as well!
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.
Quick tutorial on how to make textures move from on side to the other!Discord: https://discord.gg/D7ZGekepAs (PLZ JOIN!)
- 2 min
- 4.9K
- Bigbfromcle
This guide provides instructions on setting up your mesh objects to use PBR texture maps, and describes common use-cases and best practices for Roblox's supported PBR texture maps. When creating your own surfaces, see Material References for common material values, image comparisons and clothing examples.
About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features NFL Sunday Ticket Press Copyright ...
- 9 min
- 4.1K
- Flakey
Roblox supports various texture types that you import with a custom 3D object, or upload directly as individual image files. For details on implementing basic textures, see Textures and Decals.