[šŸ”“LIVEšŸ”“] Day 8: Creating Interface Library, A UI Interface Plugin! Looking for your opinion! Tune In!

Ah Yes! Iā€™d already planned to do away with that page, but that tip is very helpful! I will follow suit!

1 Like

Alright everyone! I have finished around 175 icons!

Alright, and NEW UPDATE!

WHAT MY NEW ADDITION IS!

Iā€™ve decided that Doodle icons will not be of big enough usage to people, so they will be removed, and be replaced by Pixel Art Icons!

PICTURE(S)/IMAGE(S)!

Capture

EXPLINATION AND DETAILS!

Doodle Icons wonā€™t be of good enough use, so Iā€™ve deemed them not useful and removed them!

If you have any comments, questions, or concerns, let me know! I will get back to you as soon as possible!

Detail was added: 3 . 1 . 2024 | 5:39 P.M. EST | (:us:)

Alright, and NEW UPDATE!

WHAT MY NEW ADDITION IS!

Iā€™ve decided that Rounded icons will not be of big enough usage to people, so they will be removed, and be replaced by Emoji Icons!

PICTURE(S)/IMAGE(S)!

Capture

EXPLINATION AND DETAILS!

Rounded Icons wonā€™t be of good enough use, so Iā€™ve deemed them not useful and removed them!

If you have any comments, questions, or concerns, let me know! I will get back to you as soon as possible!

Detail was added: 3 . 1 . 2024 | 6:01 P.M. EST | (:us:)

Alright, I think Iā€™ve gotten to a point today! I will see all of you tomorrow!

Iā€™m also going to start this!

TODAYā€™S RECAP!

I removed categories for each denomination, and changed it just the denominations!

I removed Doodle icons and replaced it with Pixel icons!

I removed Rounded icons and replaced it with Emoji icons!

I also added in about 85 icons for the Pixel icons category!

Tomorrow is Saturday 3 . 2 . 24, I will do more work tomorrow!

THANK YOU EVERYONE AND HAVE A NICE NIGHT!

Created: 3 . 1 . 24 | 9:35 P.M. EST | (:us:)

1 Like

AND WEā€™RE LIVE!

Follow along as I break down todayā€™s events!

Rounded icons may be useful sometime, so if you hink itā€™s not an important thing, move it to after release. (The same with doodle icons.)
Also, you may tweak the lock icon maybeā€¦? Just make it less noticeable.

Robux purchases doesnā€™t work on plugins, youā€™ll need to add either:

  • A whitelist with users and their purchased packs, I wouldnā€™t thought.
  • Publish the plugin multiple times, with prices depending on the tier of the plugin.

I donā€™t know if thereā€™s another way to add level-based transactions to a plug-in.

Also, you havenā€™t updated your post.

Why is it live if there is no stream?

Well sir,
It is live because I am working on it right now, and replying to people as I go :smiley:

Apologies for the delay! Had to do some chores!

New Update!

Iā€™ve created this script:

local Button = script.Parent.Template -- This is actually the pathway to the template

local Icontable = {
	Heart = {Name = "Heart", Image = "rbxassetid://16592105273"}
	-- ...Other's...
}

for key, value in Icontable do
	local NewButton = Button:Clone()
	NewButton.Name = value['Name']
	NewButton.Image = value['Image']
	NewButton.Parent = script.Parent
end

Which should speed up the process of me creating this plugin!

By an estimated 29%!

1 Like

Scrap the last idea! Iā€™ve found a way to speed up the process by over 120%!

I will insert all of the images as decals and create the icons there! This will truly speed up the process!

New Decision!

Iā€™ve decided that the categories Glyph and Flat are too similar, and will serve a better purpose combined!

Alright everybody tuned in, Today my goal is to complete 500 icons and add them into my plugin!

Follow along as I attempt this feat!

1 Like