Skip to content

SpacyBeanie/gpl-2-basepart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

21371fddc000715d02b5ef94fd01da09d35902d3

gpl-2-basepart

A very simple Roblox module that will convert a gpl palette into a set of baseparts (or a table if you wish to do that too).

The module comes with two functions, GPL2Table and GPL2Parts

module.GPL2Table

In: StringValue object or String, this should be a valid gpl palette.

Out: Table with information regarding the palette, the information is as follows

  • PaletteName: PaletteName if it was able to fetch it, if not defaults to "No Name"
  • Description: Palette description if it's able to fetch it, if not defaults to "No Description"
  • Colors: The amount of colors the palette uses
  • PaletteValues: The meat of the whole table, contains every color in the palette in Color3

module.GPL2Parts

In: StringValue object or String, this should be a valid gpl palette.

Out: A new model will appear in the workspace, the function will return a model

About

Converts a GPL palette into a set of baseparts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages