Cameralayers+ | Stack camera offsets on top of each other

Simple stupid Module I made for practice and fun, to for example use multiple camera shakes at once

How to use:

There are two comands that you need:

  • createlayer()
    create/overwrite a layer with an unique id used to identify it.
 cameralayers.createlayer(id : string , offset : vector3 )
  • removelayer(id : string)
    remove a layer by inserting its id.
 cameralayers.removelayer(id : string )

Link to the Module: RobloxAssetstore/Cameralayers+

4 Likes