Create Add-ons
Add-ons are custom modules that add functionality to the plugin & game-module
How it works
return {
api = gameapi, -- require(script.game)
name = "Screen effects",
icon = 97990680261359,
description = [[
- ImpactFrames (CCE)
- CameraShake (with presets)
- Camera weld (VFX on screen)
ImpactFrames emit others enable
]],
uninstall = function()
-- optional
end
}
Installation
Debugging
Limitations
Publishing
How to start
Last updated

