Button Pack for Plugins (+MORE)

Hello People,
I’ve made a button pack for plugins

You can download it here

Comparision with real studio buttons

Compared with Studio’s 'Service Insert’
The Text is off by less than a pixel

The Y Size

The X Size

  • Very Useful! I will definitely use it one day.
  • Cool but i don’t think i’ll ever use it.
  • Add more buttons, there is not enough buttons.
  • There’s already another topic with plugin buttons pack.
  • Add a Module for Roact

0 voters

Forgot to add a ‘return’ at the end for the module that’s why it took so long
Download Roact Module (179.4 MB)

Optional joinDictionnaries function for Roact Module
local function joinDictionnaries(...)
	local dicts = {...}
	local t = dicts[1]
	
	for _,v in ipairs(dicts) do
		for key, value in pairs(v) do
			t[key] = value
		end
	end
	
	return t
end
Buttons used in a Plugin

5 Likes

This seems pretty accurate, can you make a roact module for this?

2 Likes

Sorry for the wait internet was down :expressionless:

Check the topic once again you should see Roact Module

1 Like

The post/reply is an additional plugin pack and i take suggestions for the pack

  • Added Functional Switch (Perfectly sized. Accuracy 100%)

switch.rbxm

  • Added Color Changing Input Field (set the x scale to 1 and x offset to 0)

InputField.rbxm

May I ask how a .rbxm file became 1.5 gigabytes?

2 Likes

I put this on purpose :flushed: sorry. it’s actually about 4 KB i think

1 Like

Can you make a textbox for this pack too?

1 Like

Done! It’s in the Solution Post

1 Like