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

@@ -25,7 +25,7 @@ Remote.Name = "SpineStream"
Remote.Parent = _G.include(script, "CharacterShared")
function Spine.constructor(Head: Head, UpperTorso: UpperTorso)
local self: struct_Spine = {}
local self = {} :: struct_Spine
self.Head = Head
self.UpperTorso = UpperTorso
self.Neck = Head:WaitForChild("Neck")