Toggle Decomposition Geometry Plugin

Toggle Decomposition Geometry

Download | Discord Server

About

A simple plugin that allows you to quickly toggle the `Show Decomposition Geometry` setting with a keyboard shortcut

Support 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 Decomposition Geometry
Tag Explorer
Suphi’s RemoteFunction Module

6 Likes