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
Infinite Terrain
Suphi’s DataStore Module
Infinite Scripter
Mesh Editor
Toggle Block Comment
Toggle Decomposition Geometry
Tag Explorer
Suphi’s Linked List Module
Suphi’s Hybrid Linked List Module
Suphi’s RemoteFunction Module