0.454.0.413308

This commit is contained in:
CloneTrooper1019
2020-10-30 15:07:11 -05:00
parent c4a3145007
commit 988469ac04
13 changed files with 1063 additions and 222 deletions

View File

@ -612,8 +612,10 @@ return
{
Part0Internal = "Class:BasePart";
Part1Internal = "Class:BasePart";
EnabledInternal = "bool";
State = "int";
CFrame0 = "CFrame";
CFrame1 = "CFrame";
};
@ -622,7 +624,9 @@ return
{
CFrame0 = CFrame.new();
CFrame1 = CFrame.new();
EnabledInternal = true;
State = 3;
Part0 = Instance.new("Part");
Part1 = Instance.new("Part");