Object Controller
Learn how to add objects to the object streamer.
ServerObjectController
Video Guide
Adding a Global Object
Athena.controllers.object.append({ uid: `test-object-1`, model: 'prop_ld_int_safe_01', pos });Removing a Global Object
Athena.controllers.object.remove('test-object-1')Adding a Local Object to a Player
Removing a Local Object from a Player
Last updated
