Actor support

This commit is contained in:
2024-02-21 13:23:23 -05:00
parent ff16d8ceb3
commit e5f1a546b1
21 changed files with 284 additions and 73 deletions

View File

@@ -21,7 +21,7 @@ type struct_Spine = {
type CharacterSharedFolder = Folder
function Spine.constructor(CurrentCamera: CurrentCamera)
local self: struct_Spine = {}
local self = {} :: struct_Spine
self.Remote = CharacterShared:WaitForChild("SpineStream")
self.CurrentCamera = CurrentCamera
return setmetatable(self, Spine)