0.454.0.413308
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user