Skip to content

r1a9c8c4/decal2image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

decal2image

A bite-sized module that converts decal IDs to image IDs. Unlike other implementations, this doesn't subtract and check but rather directly gets the image ID through the AssetDelivery API.

Example usage

-- Make sure that HttpService is enabled
local d2i = require(7062490293) -- Returns ID or false if it fails to retrieve the ID

print(d2i(1522361034)) --> 1522361030

About

Returns a Roblox image ID from a decal ID

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages