Toggle Decomposition Geometry
About
A simple plugin that allows you to quickly toggle the `Show Decomposition Geometry` setting with a keyboard shortcutSupport My Work
If you liked my work and want to donate to me you can do so here
Source Code
local pluginAction = plugin:CreatePluginAction("ToggleDecompositionGeometry", "Toggle Decomposition Geometry", "Toggles 'Show Decomposition Geometry' setting")
pluginAction.Triggered:Connect(function()
settings().Physics.ShowDecompositionGeometry = not settings().Physics.ShowDecompositionGeometry
end)
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
Other Projects
Suphi’s DataStore Module
Infinite Scripter
Infinite Terrain
Mesh Editor
Tag Explorer