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