i want my uv to work like those minecraft blocks
what i have
what i want
heres the game file and python script script
jsonloader2.rbxl (101.4 KB)
i want my uv to work like those minecraft blocks
what i have
what i want
heres the game file and python script script
jsonloader2.rbxl (101.4 KB)
Wait this is a python script? Well that’s probably why. Since roblox is coded in luau, luau is almost much faster and optimized than python. Importing python code to roblox would make it laggy and unoptimized. You could try preloading the asset though by using contentprovider service.
I think OP is using python to automate the process of getting data from the minecraft textures to convert them in order to use them in roblox
The issue is the balance between the translation from the python tool which is doing the texture data and the roblox engine that somehow is failing to preserve the UV maps coords correctly.
But, why is he using python? Isn’t that harder than luau.
The image processing and uploading is much easier in python