Skip to content

Instantly share code, notes, and snippets.

@thekaisbest
Created May 27, 2021 05:53
Show Gist options
  • Save thekaisbest/becaa19ea26b2d98aa9ac0f7e56038cf to your computer and use it in GitHub Desktop.
Save thekaisbest/becaa19ea26b2d98aa9ac0f7e56038cf to your computer and use it in GitHub Desktop.
--[[
Smug V6 by Creo (uses some stuff by other people tho)
]]
local chat = function(MSG)
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
end
local TweenService = game:GetService("TweenService")
local MakeTween = function(timetack,easingstyle,easingdirection,repeats,flipflop)
local newtween = TweenInfo.new(
timetack,
easingstyle,
easingdirection,
repeats,
flipflop,
0
)
return newtween
end
local mouse = game.Players.LocalPlayer:GetMouse()
HumanDied = false
local CountFESync = 1
local TextFunc = function(FunneeText)
function sandbox(var,func)
local env = getfenv(func)
local newenv = setmetatable({},{
__index = function(self,k)
if k=="script" then
return var
else
return env[k]
end
end,
})
setfenv(func,newenv)
return func
end
cors = {}
mas = Instance.new("Model",game:GetService("Lighting"))
ScreenGui0 = Instance.new("ScreenGui")
Frame1 = Instance.new("Frame")
TextLabel2 = Instance.new("TextLabel")
ScreenGui0.Name = "SmugMessageLOL"
ScreenGui0.Parent = mas
ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Frame1.Name = "frem"
Frame1.Parent = ScreenGui0
Frame1.Position = UDim2.new(0.349999994, 0, 0, 0)
Frame1.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
Frame1.BackgroundColor = BrickColor.new("Dark grey metallic")
Frame1.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
Frame1.BackgroundTransparency = 0.30000001192093
TextLabel2.Parent = Frame1
TextLabel2.Size = UDim2.new(1, 0, 1, 0)
TextLabel2.BackgroundColor = BrickColor.new("Institutional white")
TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel2.BackgroundTransparency = 1
TextLabel2.Font = Enum.Font.Cartoon
TextLabel2.FontSize = Enum.FontSize.Size14
TextLabel2.Text = ""
TextLabel2.TextColor = BrickColor.new("Really red")
TextLabel2.TextColor3 = Color3.new(1, 0, 0.0156863)
TextLabel2.TextScaled = true
TextLabel2.TextSize = 14
TextLabel2.TextStrokeTransparency = 0
TextLabel2.TextWrap = true
TextLabel2.TextWrapped = true
TextLabel2.TextXAlignment = Enum.TextXAlignment.Left
TextLabel2.TextYAlignment = Enum.TextYAlignment.Top
for i,v in pairs(mas:GetChildren()) do
v.Parent = script
pcall(function() v:MakeJoints() end)
end
mas:Destroy()
for i,v in pairs(cors) do
spawn(function()
pcall(v)
end)
end
spawn(function()
local text = TextLabel2
local add = 10
local k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,0/255)
k = k + add
wait()
end
while true do
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,k/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255 - k/255,255/255,0/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255,k/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(0/255,255/255 - k/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(k/255,0/255,255/255)
k = k + add
wait()
end
k = 1
while k <= 255 do
text.TextColor3 = Color3.new(255/255,0/255,255/255 - k/255)
k = k + add
wait()
end
while k <= 255 do
text.TextColor3 = Color3.new(255/255 - k/255,0/255,0/255)
k = k + add
wait()
end
end
end)
ScreenGui0.Parent = game.Players.LocalPlayer.PlayerGui
for i=1, string.len(FunneeText) do
wait(0.004)
TextLabel2.Text = TextLabel2.Text..string.sub(FunneeText,i,i)
end
wait(1)
local twen = MakeTween(3,Enum.EasingStyle.Cubic,Enum.EasingDirection.Out,0,false)
local tween = TweenService:Create(Frame1, twen, {Position = UDim2.new(2, 0, 0, 0) , Rotation = 600})
tween:Play()
wait(3)
ScreenGui0:Destroy()
return
end
function FESync(Part0,Part1,Position,Angle)
local AlignPos = Instance.new('AlignPosition', Part0)
AlignPos.ApplyAtCenterOfMass = true;
AlignPos.MaxForce = 5772000--67752;
AlignPos.MaxVelocity = math.huge/9e110;
AlignPos.ReactionForceEnabled = false;
AlignPos.Responsiveness = 200;
AlignPos.RigidityEnabled = false;
local AlignOri = Instance.new('AlignOrientation', Part0)
AlignOri.MaxAngularVelocity = math.huge/9e110;
AlignOri.MaxTorque = 5772000
AlignOri.PrimaryAxisOnly = false;
AlignOri.ReactionTorqueEnabled = false;
AlignOri.Responsiveness = 200;
AlignOri.RigidityEnabled = false;
local AttachmentA=Instance.new('Attachment',Part1)
local AttachmentB=Instance.new('Attachment',Part0)
AttachmentA.Orientation = Angle or Vector3.new(0,0,0)
AttachmentA.Position = Position or Vector3.new(0,0,0)
AlignPos.Attachment1 = AttachmentA;
AlignPos.Attachment0 = AttachmentB;
AlignOri.Attachment1 = AttachmentA;
AlignOri.Attachment0 = AttachmentB;
CountFESync = CountFESync + 1
return {AlignPos,AlignOri,AttachmentA,AttachmentB}
end
if game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").RigType == Enum.HumanoidRigType.R15 then
local text = TextFunc("Bruh moment :Flushed:")
local yes = TextFunc("You arent using R6 so this script literally wont work..")
script:Destroy()
end
game:FindFirstChildOfClass("Players").LocalPlayer["Character"].Archivable = true
local hatnameclone = {}
for _,v in next, game:FindFirstChildOfClass("Players").LocalPlayer["Character"]:GetChildren() do
if v:IsA("Accessory") then
if hatnameclone[v.Name] then
if hatnameclone[v.Name] == "s" then
hatnameclone[v.Name] = {}
end
table.insert(hatnameclone[v.Name],v)
else
hatnameclone[v.Name] = "s"
end
end
end
for _,v in pairs(hatnameclone) do
if type(v) == "table" then
local num = 1
for _,w in pairs(v) do
w.Name = w.Name..num
num = num + 1
end
end
end
hatnameclone = nil
local DeadChar = game:FindFirstChildOfClass("Players").LocalPlayer.Character
local fldr = Instance.new("Folder",game:FindFirstChildOfClass("Players").LocalPlayer["Character"])
fldr.Name = "FEClone"
local CloneChar = DeadChar:Clone()
local ANIMATIONHERE
if CloneChar:FindFirstChild("Animate") then
ANIMATIONHERE = CloneChar:FindFirstChild("Animate"):Clone()
CloneChar:FindFirstChild("Animate"):Destroy()
end
if CloneChar:FindFirstChildOfClass("Folder") then CloneChar:FindFirstChildOfClass("Folder"):Destroy() end
if CloneChar.Torso:FindFirstChild("Neck") then
local Clonessss = CloneChar.Torso:FindFirstChild("Neck"):Clone()
Clonessss.Part0 = nil
Clonessss.Part1 = DeadChar.Head
Clonessss.Parent = DeadChar.Torso
end
CloneChar.Parent = fldr
CloneChar.HumanoidRootPart.CFrame = DeadChar.HumanoidRootPart.CFrame
CloneChar.Humanoid.BreakJointsOnDeath = false
CloneChar.Name = "non"
CloneChar.Humanoid.DisplayDistanceType = "None"
for _,v in next, DeadChar:GetChildren() do
if v:IsA("Accessory") then
local topacc = false
if v.Handle:FindFirstChildOfClass("Weld") then v.Handle:FindFirstChildOfClass("Weld"):Destroy() end
v.Handle.Massless = true
v.Handle.CanCollide = false
if v.Handle:FindFirstChildOfClass("Attachment") then
local ath__ = v.Handle:FindFirstChildOfClass("Attachment")
if ath__.Name == "HatAttachment" or ath__.Name == "HairAttachment" or ath__.Name == "FaceFrontAttachment" or ath__.Name == "FaceCenterAttachment" then
topacc = ath__.Name
end
end
local bv = Instance.new("BodyVelocity",v.Handle)
bv.Velocity = Vector3.new(0,0,0)
coroutine.wrap(function()
if topacc then
local allthings = FESync(v.Handle,DeadChar.Torso,Vector3.new(0,1.5,0)+ (DeadChar.Head[topacc].Position + (v.Handle[topacc].Position*-1)),Vector3.new(0,0,0))
local normaltop = allthings[1].Attachment1
local alipos = allthings[1]
local alirot = allthings[2]
local p0 = v.Handle
local p1 = DeadChar.Head
alipos.Parent = CloneChar:FindFirstChild(v.Name).Handle
alirot.Parent = CloneChar:FindFirstChild(v.Name).Handle
while true do
game:GetService("RunService").RenderStepped:wait()
if HumanDied then break end
coroutine.wrap(function()
if alipos.Attachment1 == normaltop then
p0.CFrame = p0.CFrame:lerp((((DeadChar.Torso.CFrame * CFrame.new(0,1.5,0)) * p1[topacc].CFrame) * p0[topacc].CFrame:inverse()),1)
else
v.Handle.CFrame = v.Handle.CFrame:lerp(alipos.Attachment1.Parent.CFrame * CFrame.new(alipos.Attachment1.Position) * CFrame.Angles(math.rad(alipos.Attachment1.Rotation.X),math.rad(alipos.Attachment1.Rotation.Y),math.rad(alipos.Attachment1.Rotation.Z)),1)
end
end)()
end
else
FESync(v.Handle,CloneChar[v.Name].Handle,Vector3.new(0,0,0),Vector3.new(0,0,0))
end
end)()
end
end
local a = DeadChar.Torso
local b = DeadChar.HumanoidRootPart
local c = DeadChar.Humanoid
a.Parent = game:FindFirstChildOfClass("Workspace")
c.Parent = game:FindFirstChildOfClass("Workspace")
local told = a:Clone()
local told1 = c:Clone()
b["RootJoint"].Part0 = told
b["RootJoint"].Part1 = DeadChar.Head
a.Name = "torso"
a.Neck:Destroy()
c.Name = "Mizt Hub Best"
told.Parent = DeadChar
told1.Parent = DeadChar
DeadChar.PrimaryPart = told
told1.Health = 0
b:Destroy()
a.Parent = DeadChar
c.Parent = DeadChar
told:Destroy()
told1:Destroy()
a.Name = "Torso"
if CloneChar.Head:FindFirstChildOfClass("Decal") then CloneChar.Head:FindFirstChildOfClass("Decal").Transparency = 1 end
if DeadChar:FindFirstChild("Animate") then DeadChar:FindFirstChild("Animate"):Destroy() end
local Collider
function UnCollide()
if HumanDied then Collider:Disconnect(); return end
--[[for _,Parts in next, CloneChar:GetChildren() do
if Parts:IsA("BasePart") then
Parts.CanCollide = false
end
end]]
for _,Parts in next, DeadChar:GetChildren() do
if Parts:IsA("BasePart") then
Parts.CanCollide = false
end
end
end
Collider = game:GetService("RunService").Stepped:Connect(UnCollide)
local resetBindable = Instance.new("BindableEvent")
resetBindable.Event:connect(function()
game:GetService("StarterGui"):SetCore("ResetButtonCallback", true)
resetBindable:Destroy()
HumanDied = true
pcall(function()
game:FindFirstChildOfClass("Players").LocalPlayer.Character = DeadChar
DeadChar.Head:Destroy()
DeadChar:FindFirstChildOfClass("Humanoid"):Destroy()
game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar
if DeadChar:FindFirstChildOfClass("Folder") then DeadChar:FindFirstChildOfClass("Folder"):Destroy() end
end)
end)
game:GetService("StarterGui"):SetCore("ResetButtonCallback", resetBindable)
coroutine.wrap(function()
while true do
game:GetService("RunService").RenderStepped:wait()
if not CloneChar or not CloneChar:FindFirstChild("Head") or not CloneChar:FindFirstChildOfClass("Humanoid") or CloneChar:FindFirstChildOfClass("Humanoid").Health <= 0 and not DeadChar or not DeadChar:FindFirstChild("Head") or not DeadChar:FindFirstChildOfClass("Humanoid") or DeadChar:FindFirstChildOfClass("Humanoid").Health <= 0 then
HumanDied = true
pcall(function()
game:FindFirstChildOfClass("Players").LocalPlayer.Character = DeadChar
DeadChar.Head:Destroy()
DeadChar:FindFirstChildOfClass("Humanoid"):Destroy()
game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar
if DeadChar:FindFirstChildOfClass("Folder") then DeadChar:FindFirstChildOfClass("Folder"):Destroy() end
end)
if resetBindable then
game:GetService("StarterGui"):SetCore("ResetButtonCallback", true)
resetBindable:Destroy()
end
break
end
end
end)()
FESync(DeadChar["Head"],CloneChar["Head"])
FESync(DeadChar["Torso"],CloneChar["Torso"])
FESync(DeadChar["Left Arm"],CloneChar["Left Arm"])
FESync(DeadChar["Right Arm"],CloneChar["Right Arm"])
FESync(DeadChar["Left Leg"],CloneChar["Left Leg"])
FESync(DeadChar["Right Leg"],CloneChar["Right Leg"])
for _,v in pairs(DeadChar:GetChildren()) do
if v:IsA("BasePart") and v.Name ~= "Head" then
--[[local bv = Instance.new("BodyVelocity",v)
bv.Velocity = Vector3.new(0,0,0)
coroutine.wrap(function()
while true do
game:GetService("RunService").RenderStepped:wait()
if HumanDied then break end
v.CFrame = CloneChar[v.Name].CFrame
end
end)()]]
elseif v:IsA("BasePart") and v.Name == "Head" then
local bv = Instance.new("BodyVelocity",v)
bv.Velocity = Vector3.new(0,0,0)
coroutine.wrap(function()
while true do
game:GetService("RunService").RenderStepped:wait()
if HumanDied then break end
v.CFrame = DeadChar.Torso.CFrame * CFrame.new(0,1.5,0)
end
end)()
end
end
for _,BodyParts in next, CloneChar:GetDescendants() do
if BodyParts:IsA("BasePart") or BodyParts:IsA("Part") then
BodyParts.Transparency = 1 end end
game:GetService("RunService").RenderStepped:wait()
game:FindFirstChildOfClass("Players").LocalPlayer.Character = CloneChar
game:FindFirstChildOfClass("Workspace"):FindFirstChildOfClass("Camera").CameraSubject = CloneChar.Humanoid
for _,v in next, DeadChar:GetChildren() do
if v:IsA("Accessory") then
if v.Handle:FindFirstChildOfClass("Weld") then v.Handle:FindFirstChildOfClass("Weld"):Destroy() end
end
end
game:GetService('RunService').Stepped:connect(function()
game.Players.LocalPlayer.Character.Head.CanCollide = false
game.Players.LocalPlayer.Character.Torso.CanCollide = false
game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
end)
ArtificialHB = Instance.new('BindableEvent', script)
ArtificialHB.Name = 'Heartbeat'
script:WaitForChild('Heartbeat')
frame = 1 / 60
tf = 0
allowframeloss = false
tossremainder = false
lastframe = tick()
script.Heartbeat:Fire()
game:GetService('RunService').Heartbeat:connect(function(s, p)
tf = tf + s
if tf >= frame then
if allowframeloss then
script.Heartbeat:Fire()
lastframe = tick()
else
for i = 1, math.floor(tf / frame) do
script.Heartbeat:Fire()
end
lastframe = tick()
end
if tossremainder then
tf = 0
else
tf = tf - frame * math.floor(tf / frame)
end
end
end)
function swait(t)
if t == 0 or t == nil then
script.Heartbeat.Event:Wait()
else
for i = 0, t do
script.Heartbeat.Event:Wait()
end
end
end
local Music = Instance.new("Sound",CloneChar.Head)
Music.Volume = 2
Music.SoundId = "rbxassetid://4009357441"
Music.Looped = true
Music:Play()
local TweenService = game:GetService("TweenService")
local CF = CFrame.new
local CFA = CFrame.Angles
local head = CloneChar:WaitForChild("Head")
local tors = CloneChar:WaitForChild("Torso")
local huma = CloneChar:WaitForChild("Humanoid")
huma.DisplayName = " "
local neck = Instance.new("Weld",tors)
neck.Part0 = tors
neck.Part1 = head
neck.C0 = CF(0,1.5,0)
local nek = neck.C1
neck.Enabled = true
local root = CloneChar.HumanoidRootPart.RootJoint.C0
local rs = tors["Right Shoulder"].C0
local ls = tors["Left Shoulder"].C0
local rh = tors["Right Hip"].C0
local lh = tors["Left Hip"].C0
local RootPart = CloneChar:WaitForChild("HumanoidRootPart")
local Humanoid = CloneChar.Humanoid
local ActiveTracks = Humanoid:GetPlayingAnimationTracks()
local MakeTween = function(timetack,easingstyle,easingdirection,repeats,flipflop)
local newtween = TweenInfo.new(
timetack,
easingstyle,
easingdirection,
repeats,
flipflop,
0
)
return newtween
end
local DOTWEEN = function(Part,tim,value)
local Tween = MakeTween(tim,Enum.EasingStyle.Circular,Enum.EasingDirection.InOut,0,false)
TweenService:Create(Part,Tween,{C0= value}):Play()
end
local LerpStyle = function(lerpmagnet,easingstyle,easingdirection)
local newstyle = TweenService:GetValue(lerpmagnet,easingstyle,easingdirection)
return newstyle
end
local TableFrameVal = {{-0.033333335071802, CFrame.new(0.10571585595608, 0.032222524285316, -0.26000249385834, 0.84572505950928, 0.49860149621964, 0.19012027978897, -0.5230627655983, 0.84511053562164, 0.11042439937592, -0.10561487078667, -0.19283351302147, 0.97553104162216), CFrame.new(0.4551722407341, -0.17272502183914, 0.045883685350418, -0.47370275855064, -0.76551473140717, -0.43542259931564, -0.27802106738091, -0.33914521336555, 0.89871293306351, -0.83564937114716, 0.54677945375443, -0.052175179123878), CFrame.new(-0.34234130382538, 0.17552609741688, 0.29063647985458, -0.14091846346855, 0.38383337855339, 0.91258645057678, -0.9138058423996, -0.40509504079819, 0.029276054352522, 0.38092136383057, -0.82980120182037, 0.40783455967903), CFrame.new(0.87254703044891, 0.083462916314602, 9.1611596872099e-05, 0.89135527610779, 0.45330539345741, 0, -0.45330539345741, 0.89135533571243, -1.0430812835693e-07, -2.9802322387695e-08, 7.4505805969238e-08, 1), CFrame.new(-0.037986129522324, 0.35608002543449, 0.028563968837261, 0.89327013492584, -0.44952037930489, 1.1920928955078e-07, 0.37559449672699, 0.7463675737381, 0.54942190647125, -0.246976390481, -0.49078211188316, 0.83554512262344), CFrame.new(0.00031400099396706, -4.8428773880005e-08, 1.4662742614746e-05, 0.98667281866074, -0.16222214698792, 0.012677662074566, 0.16079598665237, 0.98399776220322, 0.076767064630985, -0.024928089231253, -0.073705472052097, 0.99696850776672)}, {-0.033333335071802, CFrame.new(0.10535085201263, 0.025073386728764, -0.25544172525406, 0.8500474691391, 0.49295184016228, 0.18552023172379, -0.51623946428299, 0.84963202476501, 0.10780714452267, -0.10448018461466, -0.18741403520107, 0.97670871019363), CFrame.new(0.44420903921127, -0.17043033242226, 0.050314724445343, -0.43114811182022, -0.78929483890533, -0.43717876076698, -0.27164220809937, -0.34849864244461, 0.8970839381218, -0.86041975021362, 0.50553208589554, -0.064151525497437), CFrame.new(-0.34034490585327, 0.17413091659546, 0.28396126627922, -0.13840389251709, 0.39926278591156, 0.90632975101471, -0.90817618370056, -0.41619867086411, 0.044660925865173, 0.39504471421242, -0.81692582368851, 0.42020457983017), CFrame.new(0.85302889347076, 0.082753658294678, 0.0011407246347517, 0.89570415019989, 0.44464844465256, -0.0013483598595485, -0.44463568925858, 0.89569497108459, 0.0054395636543632, 0.0036264122463763, -0.0042727114632726, 0.99998426437378), CFrame.new(-0.037179674953222, 0.35116451978683, 0.027935322374105, 0.8969829082489, -0.44204556941986, 0.0041507929563522, 0.36830723285675, 0.75248265266418, 0.54600328207016, -0.24448174238205, -0.48822686076164, 0.83777272701263), CFrame.new(0.00030759209766984, 2.6545355922281e-06, 1.4417026250158e-05, 0.98681175708771, -0.16140122711658, 0.012336228042841, 0.15990202128887, 0.98382091522217, 0.080794937908649, -0.025177039206028, -0.077756814658642, 0.99665439128876)}, {-0.033333331346512, CFrame.new(0.10425582528114, 0.0036259740591049, -0.24175950884819, 0.86267745494843, 0.47567602992058, 0.17181375622749, -0.4956062734127, 0.86280381679535, 0.099719882011414, -0.10080721974373, -0.17117807269096, 0.98006939888), CFrame.new(0.41131949424744, -0.16354629397392, 0.063607826828957, -0.29722410440445, -0.84795892238617, -0.43888932466507, -0.24980008602142, -0.37459367513657, 0.89290523529053, -0.92155200242996, 0.37502738833427, -0.1004821062088), CFrame.new(-0.33435574173927, 0.16994535923004, 0.26393562555313, -0.13238304853439, 0.44497066736221, 0.88570660352707, -0.88967877626419, -0.44727784395218, 0.091731488704681, 0.4369745850563, -0.77585053443909, 0.45509266853333), CFrame.new(0.79447442293167, 0.080625876784325, 0.0042880633845925, 0.90821444988251, 0.41846609115601, -0.0057083922438323, -0.41826224327087, 0.90806770324707, 0.021674847230315, 0.014253795146942, -0.017297806218266, 0.99974876642227), CFrame.new(-0.034760307520628, 0.33641800284386, 0.026049375534058, 0.90769773721695, -0.41930428147316, 0.016395337879658, 0.34618404507637, 0.77034652233124, 0.53546512126923, -0.23715287446976, -0.48036468029022, 0.84439820051193), CFrame.new(0.00028836537967436, 1.0763428690552e-05, 1.3679874427908e-05, 0.98722493648529, -0.15892951190472, 0.011332163587213, 0.1572135835886, 0.98318803310394, 0.092872060835361, -0.025901755318046, -0.089904047548771, 0.99561357498169)}, {-0.033333338797092, CFrame.new(0.1024307757616, -0.03211971372366, -0.21895577013493, 0.88258016109467, 0.44582480192184, 0.14930680394173, -0.46071082353592, 0.88342529535294, 0.08547055721283, -0.093796521425247, -0.14422187209129, 0.98508995771408), CFrame.new(0.35650357604027, -0.15207287669182, 0.08576300740242, -0.059928238391876, -0.90089321136475, -0.42988395690918, -0.20552361011505, -0.41029500961304, 0.88849222660065, -0.97681570053101, 0.14159694314003, -0.16056674718857), CFrame.new(-0.32437381148338, 0.16296941041946, 0.23055955767632, -0.12748485803604, 0.51867496967316, 0.84541356563568, -0.85371649265289, -0.49127745628357, 0.1726698577404, 0.5048919916153, -0.69973063468933, 0.50543159246445), CFrame.new(0.69688361883163, 0.077079586684704, 0.0095336278900504, 0.92724525928497, 0.37419226765633, -0.014013704843819, -0.37316086888313, 0.92650258541107, 0.048414137214422, 0.031099926680326, -0.039662417024374, 0.99872899055481), CFrame.new(-0.030728032812476, 0.31184044480324, 0.022906133905053, 0.92412126064301, -0.38039141893387, 0.036086022853851, 0.30848556756973, 0.79847723245621, 0.51698237657547, -0.22546952962875, -0.46662238240242, 0.85523504018784), CFrame.new(0.00025632083998062, 2.4278249838972e-05, 1.2451288057491e-05, 0.98790091276169, -0.15478108823299, 0.0097264442592859, 0.15271167457104, 0.98179215192795, 0.11297483742237, -0.027035715058446, -0.11012260615826, 0.99355030059814)}, {-0.033333331346512, CFrame.new(0.099875725805759, -0.08216367661953, -0.18703055381775, 0.90796172618866, 0.40192323923111, 0.11858847737312, -0.41092377901077, 0.90942347049713, 0.06395722925663, -0.082141250371933, -0.1068015396595, 0.99088150262833), CFrame.new(0.27976131439209, -0.1360100954771, 0.11678025126457, 0.27701804041862, -0.87654286623001, -0.39361634850502, -0.13177746534348, -0.44043508172035, 0.88806092739105, -0.9517856836319, -0.19413927197456, -0.23751723766327), CFrame.new(-0.3103991150856, 0.15320309996605, 0.18383306264877, -0.13150590658188, 0.61483609676361, 0.7776135802269, -0.79352128505707, -0.53544950485229, 0.28916800022125, 0.5941635966301, -0.57902562618256, 0.55830007791519), CFrame.new(0.5602565407753, 0.072114780545235, 0.016877420246601, 0.94996953010559, 0.31110486388206, -0.027777103707194, -0.30785104632378, 0.9476266503334, 0.085037857294083, 0.052778013050556, -0.07223217189312, 0.9959904551506), CFrame.new(-0.025082847103477, 0.27743193507195, 0.018505595624447, 0.94403237104416, -0.32396155595779, 0.062062904238701, 0.25413680076599, 0.83429080247879, 0.48925790190697, -0.21027927100658, -0.4461028277874, 0.86992812156677), CFrame.new(0.00021145849314053, 4.3199001083849e-05, 1.0731268048403e-05, 0.98882055282593, -0.14891570806503, 0.0076218126341701, 0.14636799693108, 0.97912269830704, 0.14105020463467, -0.028467275202274, -0.13835774362087, 0.98997312784195)}, {-0.033333331346512, CFrame.new(0.096590653061867, -0.14650590717793, -0.1459838449955, 0.93618023395538, 0.34214445948601, 0.080645769834518, -0.34563079476357, 0.93776327371597, 0.033754855394363, -0.064077600836754, -0.059474289417267, 0.99617105722427), CFrame.new(0.18109267950058, -0.11535795032978, 0.15665957331657, 0.65904223918915, -0.683653652668, -0.31349813938141, -0.030101835727692, -0.440469622612, 0.89726281166077, -0.75150334835052, -0.58189725875854, -0.31086733937263), CFrame.new(-0.29243159294128, 0.1406464278698, 0.12375614792109, -0.15507394075394, 0.72236603498459, 0.67389887571335, -0.70189040899277, -0.56060123443604, 0.43940475583076, 0.69519942998886, -0.40486291050911, 0.59395617246628), CFrame.new(0.38459318876266, 0.065731450915337, 0.026319434866309, 0.97226947546005, 0.228670835495, -0.049007255584002, -0.22075760364532, 0.96657145023346, 0.1304057687521, 0.077189013361931, -0.1159708276391, 0.99024873971939), CFrame.new(-0.017824754118919, 0.23319241404533, 0.012847762554884, 0.96420472860336, -0.24848483502865, 0.092544637620449, 0.18197317421436, 0.87395590543747, 0.45065161585808, -0.19286000728607, -0.41767975687981, 0.88788998126984), CFrame.new(0.000153778353706, 6.7525674239732e-05, 8.5198153101373e-06, 0.98995578289032, -0.14128293097019, 0.0051642162725329, 0.13814924657345, 0.9744678735733, 0.17699474096298, -0.030038692057133, -0.17450353503227, 0.9841982126236)}, {-0.033333331346512, CFrame.new(0.092575564980507, -0.22514642775059, -0.095815658569336, 0.9636544585228, 0.26457566022873, 0.03701138868928, -0.26451009511948, 0.96435928344727, -0.0067454460076988, -0.03747696056962, -0.0032896059565246, 0.999292075634), CFrame.new(0.060497671365738, -0.090116441249847, 0.20540095865726, 0.94795107841492, -0.25782740116119, -0.1868525147438, 0.077387437224388, -0.3826739192009, 0.92063677310944, -0.30886891484261, -0.88717865943909, -0.34280356764793), CFrame.new(-0.2704713344574, 0.12529936432838, 0.05032879114151, -0.21030044555664, 0.822305560112, 0.52876007556915, -0.57423758506775, -0.54162162542343, 0.61391949653625, 0.79121732711792, -0.1745263338089, 0.58610206842422), CFrame.new(0.16989348828793, 0.057929608970881, 0.037859674543142, 0.98866212368011, 0.12703587114811, -0.080056555569172, -0.11074180901051, 0.97692942619324, 0.18260642886162, 0.1014071777463, -0.17167046666145, 0.97992134094238), CFrame.new(-0.0089537482708693, 0.17912185192108, 0.0059326309710741, 0.98034632205963, -0.15262979269028, 0.12500116229057, 0.09110264480114, 0.91224527359009, 0.39938563108444, -0.17498984932899, -0.38014829158783, 0.90822124481201), CFrame.new(8.32803780213e-05, 9.7258285677526e-05, 5.8169266594632e-06, 0.99126929044724, -0.1318286806345, 0.0025445148348808, 0.12802411615849, 0.96691983938217, 0.22062614560127, -0.03154519200325, -0.21837416291237, 0.97535514831543)}, {-0.033333346247673, CFrame.new(0.08783046156168, -0.31808519363403, -0.036525964736938, 0.98580485582352, 0.1675928235054, -0.010070599615574, -0.16789510846138, 0.98402988910675, -0.059130012989044, 4.6566128730774e-09, 0.05998145788908, 0.99819946289063), CFrame.new(-0.082023695111275, -0.060285568237305, 0.26300442218781, 0.93612062931061, 0.34881520271301, -0.044785104691982, 0.14119201898575, -0.25614163279533, 0.95627212524414, 0.32209092378616, -0.90150940418243, -0.28902944922447), CFrame.new(-0.24451830983162, 0.10716193914413, -0.036448985338211, -0.30769819021225, 0.88683885335922, 0.34472984075546, -0.41308736801147, -0.45089247822762, 0.79123622179031, 0.85713511705399, 0.10105839371681, 0.50508064031601), CFrame.new(-0.083842501044273, 0.048709247261286, 0.051498144865036, 0.99233120679855, 0.0076558589935303, -0.12336990237236, 0.022183164954185, 0.97084528207779, 0.2386781424284, 0.12160038948059, -0.23958452045918, 0.96323031187057), CFrame.new(0.0015301671810448, 0.11522029340267, -0.002239796333015, 0.98710262775421, -0.035782519727945, 0.15603829920292, -0.018609438091516, 0.94244456291199, 0.33384403586388, -0.15900321304798, -0.3324421942234, 0.9296236038208), CFrame.new(-3.5390257835388e-08, 0.00013239681720734, 2.6226043701172e-06, 0.99271297454834, -0.12050312757492, 7.0780515670776e-08, 0.11597186326981, 0.95538395643234, 0.27164682745934, -0.032734356820583, -0.2696672976017, 0.96239709854126)}, {-0.033333331346512, CFrame.new(0.10420739650726, -0.32029414176941, -0.16255284845829, 0.99980187416077, 0.0130405575037, -0.01503973454237, -0.012954439967871, 0.99989920854568, 0.0058093308471143, 0.015113975852728, -0.0056133489124477, 0.99987000226974), CFrame.new(0.026503786444664, -0.072235032916069, 0.26622360944748, 0.83703458309174, 0.35016688704491, -0.4204238653183, 0.42649182677269, 0.063782893121243, 0.90223973989487, 0.34275037050247, -0.93451327085495, -0.095954835414886), CFrame.new(-0.29734414815903, 0.06638091057539, 0.052298869937658, -0.33737689256668, 0.82952409982681, 0.4450469315052, 0.0045978426933289, -0.47130769491196, 0.88195693492889, 0.94135856628418, 0.29959806799889, 0.15519416332245), CFrame.new(-0.016866337507963, 0.21186012029648, 0.027061689645052, 0.97457450628281, 0.19341823458672, -0.11311013996601, -0.15793395042419, 0.95107293128967, 0.26555055379868, 0.15893830358982, -0.24093486368656, 0.95743876695633), CFrame.new(-0.24768525362015, 0.18632945418358, 0.17274568974972, 0.97743213176727, -0.17765726149082, 0.11429949104786, 0.14636422693729, 0.9596751332283, 0.24000252783298, -0.15232856571674, -0.21785680949688, 0.96401995420456), CFrame.new(0.00019140848598909, -2.5199638912454e-05, -9.8957796581089e-05, 0.99993091821671, 0.0061411145143211, 0.010018571279943, -0.0077352193184197, 0.98579609394073, 0.1677682697773, -0.0088459840044379, -0.16783419251442, 0.98577553033829)}, {-0.033333331346512, CFrame.new(0.11760670691729, -0.32210144400597, -0.2656657397747, 0.99320060014725, -0.11335036158562, -0.02653931081295, 0.114726126194, 0.99171155691147, 0.057846132665873, 0.019762460142374, -0.060497563332319, 0.9979727268219), CFrame.new(0.11529898643494, -0.082011863589287, 0.26885747909546, 0.68194735050201, 0.25971555709839, -0.68373644351959, 0.6113263964653, 0.31081250309944, 0.72778815031052, 0.40153169631958, -0.91429942846298, 0.053186804056168), CFrame.new(-0.34056526422501, 0.033014617860317, 0.12491075694561, -0.32373535633087, 0.78354305028915, 0.53033536672592, 0.3491638302803, -0.42201781272888, 0.83665138483047, 0.87936335802078, 0.45602756738663, -0.13696277141571), CFrame.new(0.037932340055704, 0.34534719586372, 0.0070682279765606, 0.93475288152695, 0.34063386917114, -0.10102304071188, -0.3006843328476, 0.90988981723785, 0.28581371903419, 0.18927764892578, -0.23678915202618, 0.95294541120529), CFrame.new(-0.45158874988556, 0.24450968205929, 0.31591564416885, 0.95150911808014, -0.29385727643967, 0.090984925627708, 0.27772670984268, 0.94779461622238, 0.15669475495815, -0.13228091597557, -0.12382755428553, 0.98344725370407), CFrame.new(0.00034804438473657, -0.00015414218069054, -0.00018206900858786, 0.99388784170151, 0.11009668558836, 0.0081018852069974, -0.11039083451033, 0.99058723449707, 0.080936849117279, 0.00088525493629277, -0.08133652806282, 0.99668627977371)}, {-0.033333331346512, CFrame.new(0.12802839279175, -0.32350713014603, -0.34586465358734, 0.97689646482468, -0.20994275808334, -0.039966568350792, 0.21291050314903, 0.97225016355515, 0.096947111189365, 0.018504155799747, -0.10321659594774, 0.99448680877686), CFrame.new(0.1843619197607, -0.089616075158119, 0.27090609073639, 0.52828335762024, 0.13955193758011, -0.83752131462097, 0.70811355113983, 0.47186341881752, 0.52528095245361, 0.46849966049194, -0.87055730819702, 0.15045896172523), CFrame.new(-0.37418168783188, 0.0070630609989166, 0.18138664960861, -0.29036825895309, 0.75230115652084, 0.5913792848587, 0.58937793970108, -0.34627246856689, 0.72988301515579, 0.75387001037598, 0.56048065423965, -0.34284335374832), CFrame.new(0.080553516745567, 0.44917044043541, -0.0084822401404381, 0.88864690065384, 0.44977089762688, -0.089514225721359, -0.40651658177376, 0.86292642354965, 0.30017021298409, 0.21225202083588, -0.23035630583763, 0.9496762752533), CFrame.new(-0.61018037796021, 0.2897609770298, 0.42726999521255, 0.92054653167725, -0.38235247135162, 0.080004513263702, 0.37542808055878, 0.92254632711411, 0.089230388402939, -0.1079253256321, -0.052104786038399, 0.9927926659584), CFrame.new(0.00046987226232886, -0.00025443080812693, -0.00024671107530594, 0.98181438446045, 0.18984328210354, 0.00032964360434562, -0.18983067572117, 0.98172599077225, 0.013355164788663, 0.0022117686457932, -0.013174868188798, 0.99991077184677)}, {-0.033333331346512, CFrame.new(0.13547244668007, -0.32451117038727, -0.40314960479736, 0.95937263965607, -0.27733340859413, -0.051867850124836, 0.28174301981926, 0.95146143436432, 0.12386264652014, 0.014999007806182, -0.13344384729862, 0.9909428358078), CFrame.new(0.23369258642197, -0.095047652721405, 0.27236932516098, 0.40790468454361, 0.032429784536362, -0.91244840621948, 0.74721682071686, 0.56243294477463, 0.35402858257294, 0.52467203140259, -0.82620668411255, 0.20518699288368), CFrame.new(-0.39819344878197, -0.011473768390715, 0.22172658145428, -0.25574791431427, 0.73387336730957, 0.62930345535278, 0.73484587669373, -0.27540051937103, 0.61980330944061, 0.62816762924194, 0.62095439434052, -0.46885073184967), CFrame.new(0.11099722981453, 0.52332997322083, -0.019589718431234, 0.84799098968506, 0.52389812469482, -0.080262273550034, -0.47840228676796, 0.82177376747131, 0.30954656004906, 0.22812828421593, -0.22409507632256, 0.94749081134796), CFrame.new(-0.72346013784409, 0.32208329439163, 0.50680887699127, 0.89291191101074, -0.44375336170197, 0.076100662350655, 0.44193297624588, 0.89614605903625, 0.040217734873295, -0.086044058203697, -0.0022795032709837, 0.99628871679306), CFrame.new(0.00055689219152555, -0.00032606555032544, -0.00029288398218341, 0.96931618452072, 0.24566894769669, -0.0085395686328411, -0.24581724405289, 0.9687026143074, -0.03448299318552, -0.00019909674301744, 0.035524092614651, 0.99936878681183)}, {-0.033333331346512, CFrame.new(0.13993889093399, -0.32511362433434, -0.43752056360245, 0.94655412435532, -0.31693413853645, -0.05990007147193, 0.32232680916786, 0.93628889322281, 0.13952957093716, 0.011862095445395, -0.15137968957424, 0.9884045124054), CFrame.new(0.26329097151756, -0.098306588828564, 0.27324730157852, 0.33368092775345, -0.038394540548325, -0.94190394878387, 0.75782918930054, 0.6051909327507, 0.24380099773407, 0.56067109107971, -0.79515397548676, 0.23103713989258), CFrame.new(-0.41260048747063, -0.022595865651965, 0.24593052268028, -0.23126697540283, 0.72472411394119, 0.64906895160675, 0.80891495943069, -0.2274267077446, 0.542156457901, 0.54052948951721, 0.65042448043823, -0.53364390134811), CFrame.new(0.12926344573498, 0.56782561540604, -0.026254205033183, 0.82064521312714, 0.56658327579498, -0.074330106377602, -0.51979804039001, 0.7941780090332, 0.31478798389435, 0.23738490045071, -0.21969263255596, 0.94624710083008), CFrame.new(-0.79142791032791, 0.34147670865059, 0.55453217029572, 0.87422031164169, -0.47964692115784, 0.075350552797318, 0.48028087615967, 0.8770500421524, 0.010657240636647, -0.071197912096977, 0.026872653514147, 0.99710017442703), CFrame.new(0.00060910417232662, -0.00036904637818225, -0.00032058771466836, 0.96029978990555, 0.27855753898621, -0.015165527351201, -0.2789540886879, 0.9582434296608, -0.06288181245327, -0.0029839323833585, 0.064615875482559, 0.99790573120117)}, {-0.033333331346512, CFrame.new(0.14142769575119, -0.32531443238258, -0.44897755980492, 0.9419030547142, -0.32997661828995, -0.062722362577915, 0.3357161283493, 0.930788397789, 0.14466400444508, 0.010645516216755, -0.15731637179852, 0.98749089241028), CFrame.new(0.27315711975098, -0.099392905831337, 0.27353996038437, 0.30884027481079, -0.062875531613827, -0.94903343915939, 0.75918120145798, 0.61736857891083, 0.20615538954735, 0.57294124364853, -0.78415733575821, 0.23840224742889), CFrame.new(-0.41740283370018, -0.026303231716156, 0.25399851799011, -0.22256110608578, 0.7220219373703, 0.65509623289108, 0.83116453886032, -0.2106705904007, 0.51457113027573, 0.50954115390778, 0.65901613235474, -0.5532318353653), CFrame.new(0.13535219430923, 0.58265751600266, -0.028475701808929, 0.8110533952713, 0.58048796653748, -0.072292625904083, -0.53328287601471, 0.78451102972031, 0.31646791100502, 0.24042010307312, -0.2181199491024, 0.94584453105927), CFrame.new(-0.81408387422562, 0.34794119000435, 0.57043993473053, 0.86764889955521, -0.49143189191818, 0.07536655664444, 0.49278104305267, 0.87015306949615, 0.00079604983329773, -0.065971672534943, 0.036448553204536, 0.99715560674667), CFrame.new(0.00062650814652443, -0.00038337334990501, -0.00032982230186462, 0.95704537630081, 0.28940418362617, -0.017588719725609, -0.28990882635117, 0.95432072877884, -0.072284504771233, -0.0041341432370245, 0.074278682470322, 0.99722903966904)}, {-0.033333331346512, CFrame.new(0.13867627084255, -0.32533836364746, -0.44324144721031, 0.94694149494171, -0.31569424271584, -0.060322791337967, 0.32124498486519, 0.93558514118195, 0.14656771719456, 0.010166518390179, -0.15816946327686, 0.98735964298248), CFrame.new(0.26996591687202, -0.094509214162827, 0.27200746536255, 0.30692631006241, -0.073207318782806, -0.94891357421875, 0.77695125341415, 0.5951139330864, 0.20539289712906, 0.54967546463013, -0.80030006170273, 0.23953461647034), CFrame.new(-0.4161724448204, -0.023572724312544, 0.25118932127953, -0.22234046459198, 0.72961062192917, 0.64670956134796, 0.80948477983475, -0.23156255483627, 0.53954917192459, 0.54341447353363, 0.6434651017189, -0.53912299871445), CFrame.new(0.1309060305357, 0.57707452774048, -0.02845305018127, 0.81464862823486, 0.57493489980698, -0.076142005622387, -0.52727311849594, 0.78891122341156, 0.31559807062149, 0.24151760339737, -0.21695387363434, 0.94583314657211), CFrame.new(-0.80042761564255, 0.34410309791565, 0.56187438964844, 0.86771583557129, -0.49235105514526, 0.068261563777924, 0.49320662021637, 0.86989861726761, 0.0048681311309338, -0.061777468770742, 0.029442898929119, 0.99765557050705), CFrame.new(0.00062559876823798, -0.00038612284697592, -0.000326607900206, 0.95985281467438, 0.28025576472282, -0.011801786720753, -0.28039094805717, 0.95742046833038, -0.068752951920033, -0.0079691354185343, 0.069301821291447, 0.99756395816803)}, {-0.033333361148834, CFrame.new(0.13042198121548, -0.32541015744209, -0.42603316903114, 0.96071720123291, -0.27243050932884, -0.052953071892262, 0.27738925814629, 0.9486488699913, 0.15205432474613, 0.0088096372783184, -0.16076983511448, 0.98695260286331), CFrame.new(0.26039230823517, -0.079858139157295, 0.26740995049477, 0.29937887191772, -0.10380268096924, -0.94847106933594, 0.82624036073685, 0.52535259723663, 0.20330184698105, 0.47717845439911, -0.84452933073044, 0.24304541945457), CFrame.new(-0.41248124837875, -0.015381202101707, 0.24276167154312, -0.21895581483841, 0.75213307142258, 0.62157416343689, 0.73685246706009, -0.29012978076935, 0.61063367128372, 0.63961482048035, 0.59171003103256, -0.49068564176559), CFrame.new(0.11756752431393, 0.56032544374466, -0.028385093435645, 0.82515239715576, 0.55806916952133, -0.087649427354336, -0.50908690690994, 0.80185836553574, 0.31281587481499, 0.24485528469086, -0.21349957585335, 0.94576102495193), CFrame.new(-0.7594587802887, 0.3325888812542, 0.53617769479752, 0.86773556470871, -0.49480760097504, 0.04690932482481, 0.49458467960358, 0.86896198987961, 0.017061036080122, -0.049204349517822, 0.0083961617201567, 0.99875342845917), CFrame.new(0.00062287074979395, -0.00039437130908482, -0.00031696472433396, 0.96758687496185, 0.25248163938522, 0.0053528072312474, -0.25176358222961, 0.96606069803238, -0.057808678597212, -0.019766762852669, 0.0545872785151, 0.99831336736679)}, {-0.033333301544189, CFrame.new(0.11666484922171, -0.3255298435688, -0.39735260605812, 0.9791487455368, -0.19914025068283, -0.040135376155376, 0.20302993059158, 0.96594136953354, 0.16042457520962, 0.0068214330822229, -0.16522820293903, 0.9862317442894), CFrame.new(0.24443632364273, -0.055439688265324, 0.25974744558334, 0.28092631697655, -0.15293824672699, -0.94746518135071, 0.89417099952698, 0.40031948685646, 0.20050549507141, 0.34862378239632, -0.90352320671082, 0.24921327829361), CFrame.new(-0.40632930397987, -0.0017286688089371, 0.22871561348438, -0.20439332723618, 0.78813380002975, 0.58057641983032, 0.59296137094498, -0.37221741676331, 0.7140389084816, 0.77885854244232, 0.49020394682884, -0.39125436544418), CFrame.new(0.095336683094501, 0.53241044282913, -0.028271833434701, 0.84170681238174, 0.52929133176804, -0.10667905956507, -0.47827479243279, 0.82257604598999, 0.30760681629181, 0.25056523084641, -0.20789285004139, 0.94551450014114), CFrame.new(-0.69117742776871, 0.31339848041534, 0.49334993958473, 0.86716437339783, -0.49789556860924, 0.011227030307055, 0.49721756577492, 0.86682432889938, 0.037288129329681, -0.028297454118729, -0.026752660050988, 0.99924153089523), CFrame.new(0.00061832397477701, -0.00040811876533553, -0.00030089274514467, 0.9781619310379, 0.20517405867577, 0.033208999782801, -0.20388558506966, 0.97824001312256, -0.038433909416199, -0.040372010320425, 0.03082375228405, 0.99870920181274)}, {-0.033333361148834, CFrame.new(0.097404852509499, -0.32569739222527, -0.35719993710518, 0.99527287483215, -0.094776526093483, -0.021195750683546, 0.097007244825363, 0.98058199882507, 0.17043636739254, 0.0046308068558574, -0.17168684303761, 0.98514068126678), CFrame.new(0.22209791839123, -0.021253854036331, 0.24901995062828, 0.24347749352455, -0.21607255935669, -0.94553232192993, 0.95709371566772, 0.21146038174629, 0.19813174009323, 0.15713179111481, -0.95320361852646, 0.25828751921654), CFrame.new(-0.39771658182144, 0.017384884878993, 0.20905114710331, -0.1664080619812, 0.83289647102356, 0.52781796455383, 0.35368454456329, -0.44924587011337, 0.82041776180267, 0.92044317722321, 0.32320520281792, -0.21982452273369), CFrame.new(0.064213514328003, 0.49332940578461, -0.028113270178437, 0.86284387111664, 0.48767012357712, -0.13295991718769, -0.43416035175323, 0.84972268342972, 0.29912579059601, 0.25885373353958, -0.20037293434143, 0.94490498304367), CFrame.new(-0.59558361768723, 0.28653195500374, 0.43339109420776, 0.86509835720062, -0.50009745359421, -0.038826912641525, 0.50160175561905, 0.86262679100037, 0.065350517630577, 0.00081151351332664, -0.076010271906853, 0.99710673093796), CFrame.new(0.00061195850139484, -0.00042736524483189, -0.00027839202084579, 0.98804718255997, 0.13708388805389, 0.070503547787666, -0.13678723573685, 0.99055922031403, -0.0090415915474296, -0.071077391505241, -0.00071046501398087, 0.99747055768967)}, {-0.033333301544189, CFrame.new(0.072642005980015, -0.32591280341148, -0.30557501316071, 0.99916344881058, 0.040642332285643, 0.0045364745892584, -0.040794167667627, 0.98278039693832, 0.18021804094315, 0.002866123104468, -0.18025234341621, 0.98361623287201), CFrame.new(0.19337712228298, 0.022699352353811, 0.23522743582726, 0.17784851789474, -0.28371235728264, -0.94227248430252, 0.9792777299881, -0.043239951133728, 0.19785237312317, -0.096876919269562, -0.95793414115906, 0.27014294266701), CFrame.new(-0.38664305210114, 0.041959442198277, 0.18376825749874, -0.092132270336151, 0.87572431564331, 0.47393947839737, 0.0095596313476563, -0.47516399621964, 0.87984532117844, 0.99570089578629, 0.085592865943909, 0.035406351089478), CFrame.new(0.024198018014431, 0.44308239221573, -0.027909401804209, 0.88643652200699, 0.43205037713051, -0.166020616889, -0.3759534060955, 0.8813264966011, 0.28622138500214, 0.2699804008007, -0.19130106270313, 0.94367074966431), CFrame.new(-0.47267717123032, 0.25198924541473, 0.35630115866661, 0.86028206348419, -0.49928310513496, -0.10310782492161, 0.5084136724472, 0.85518628358841, 0.10085643827915, 0.037820488214493, -0.13918641209602, 0.98954373598099), CFrame.new(0.00060377432964742, -0.00045211066026241, -0.00024946246412583, 0.99223250150681, 0.047033663839102, 0.11516315490007, -0.051068600267172, 0.99817144870758, 0.032339002937078, -0.11343155056238, -0.037969026714563, 0.992820084095)}, {-0.033333361148834, CFrame.new(0.042376298457384, -0.32617607712746, -0.24247789382935, 0.97814393043518, 0.20453272759914, 0.037426333874464, -0.20791538059711, 0.96006464958191, 0.18720844388008, 0.0023585483431816, -0.19089832901955, 0.98160696029663), CFrame.new(0.15827393531799, 0.076419949531555, 0.21836993098259, 0.077303886413574, -0.33951172232628, -0.93741989135742, 0.91529715061188, -0.34861499071121, 0.20173987746239, -0.39529153704643, -0.87361299991608, 0.28380462527275), CFrame.new(-0.3731087744236, 0.07199501991272, 0.15286692976952, 0.023919999599457, 0.89839178323746, 0.43854343891144, -0.40561407804489, -0.39221900701523, 0.82561606168747, 0.91373157501221, -0.19762820005417, 0.35501822829247), CFrame.new(-0.024709824472666, 0.38166928291321, -0.027660228312016, 0.90964758396149, 0.36121252179146, -0.20510172843933, -0.30291429162025, 0.91471219062805, 0.26747813820839, 0.28422549366951, -0.18118262290955, 0.94148218631744), CFrame.new(-0.32245820760727, 0.20977038145065, 0.26208010315895, 0.85113346576691, -0.49272787570953, -0.18108296394348, 0.5184828042984, 0.84302699565887, 0.14311215281487, 0.082142472267151, -0.21569594740868, 0.97299945354462), CFrame.new(0.00059377151774243, -0.00048235506983474, -0.00021410413319245, 0.98427700996399, -0.065479762852192, 0.16404615342617, 0.051552958786488, 0.99480640888214, 0.087763711810112, -0.16894091665745, -0.077926740050316, 0.98254072666168)}, {-0.033333301544189, CFrame.new(0.0066077392548323, -0.32648724317551, -0.16790856420994, 0.91761595010757, 0.3899137377739, 0.077125236392021, -0.39744699001312, 0.89812046289444, 0.18819016218185, 0.0041101761162281, -0.20333948731422, 0.97909969091415), CFrame.new(0.11678832769394, 0.13990792632103, 0.19844743609428, -0.056730523705482, -0.36030042171478, -0.93110996484756, 0.72021752595901, -0.66064012050629, 0.21175864338875, -0.69142526388168, -0.65858829021454, 0.29697322845459), CFrame.new(-0.35711368918419, 0.10749161243439, 0.11634719371796, 0.16761177778244, 0.87824654579163, 0.44787189364433, -0.78619307279587, -0.1550257652998, 0.59822034835815, 0.59481656551361, -0.45238250494003, 0.66448724269867), CFrame.new(-0.082509994506836, 0.30909022688866, -0.027365753427148, 0.92889559268951, 0.27409213781357, -0.24905109405518, -0.21457454562187, 0.94643443822861, 0.24128744006157, 0.30184558033943, -0.17069078981876, 0.93795204162598), CFrame.new(-0.14492674171925, 0.15987537801266, 0.15072794258595, 0.83579510450363, -0.47717082500458, -0.27157804369926, 0.53274768590927, 0.82444107532501, 0.19098989665508, 0.13276523351669, -0.30431094765663, 0.94327527284622), CFrame.new(0.00058194994926453, -0.00051809847354889, -0.00017231702804565, 0.95653837919235, -0.1994935721159, 0.21268904209137, 0.16757948696613, 0.97296291589737, 0.15893466770649, -0.23864497244358, -0.11638478934765, 0.96410739421844)}, {-0.033333361148834, CFrame.new(-0.014828830957413, -0.30233165621758, -0.25589841604233, 0.88514977693558, 0.46253135800362, 0.050740972161293, -0.46526756882668, 0.87839162349701, 0.10933564603329, 0.0060007143765688, -0.1203865557909, 0.99270898103714), CFrame.new(0.19031485915184, 0.068496011197567, 0.19038289785385, -0.032363712787628, -0.6415890455246, -0.76636546850204, 0.47233960032463, -0.68555754423141, 0.5539910197258, -0.8808222413063, -0.34405559301376, 0.32523515820503), CFrame.new(-0.34789475798607, 0.077603206038475, 0.13550812005997, 0.19618719816208, 0.80559086799622, 0.55904752016068, -0.79320740699768, -0.20480048656464, 0.57347995042801, 0.57648319005966, -0.55595010519028, 0.59882110357285), CFrame.new(0.17585135996342, 0.43822512030602, -0.13159267604351, 0.91841691732407, 0.2740920484066, -0.28527867794037, -0.20494939386845, 0.94643443822861, 0.24951457977295, 0.33838754892349, -0.17069071531296, 0.92539644241333), CFrame.new(-0.13926163315773, 0.26303517818451, 0.080672889947891, 0.88904410600662, -0.44904690980911, -0.089204490184784, 0.45413076877594, 0.84028369188309, 0.29612255096436, -0.058015834540129, -0.30377650260925, 0.95097529888153), CFrame.new(0.00057032809127122, -0.00050157855730504, -0.00017668803047854, 0.95875769853592, -0.20660096406937, 0.19519156217575, 0.18303343653679, 0.97419154644012, 0.13209691643715, -0.21744531393051, -0.090922363102436, 0.971828520298)}, {-0.033333301544189, CFrame.new(-0.032367840409279, -0.28256797790527, -0.32789009809494, 0.85490316152573, 0.51820874214172, 0.024502009153366, -0.51877987384796, 0.85367745161057, 0.045850355178118, 0.0028432393446565, -0.051908764988184, 0.99864780902863), CFrame.new(0.25047290325165, 0.010068092495203, 0.18378466367722, -0.088403701782227, -0.81636297702789, -0.57073330879211, 0.23720034956932, -0.57374715805054, 0.7839327454567, -0.96743011474609, -0.066075682640076, 0.24436272680759), CFrame.new(-0.340351998806, 0.053149059414864, 0.15118524432182, 0.21741759777069, 0.73499470949173, 0.64227139949799, -0.80016046762466, -0.24262797832489, 0.54852092266083, 0.55899286270142, -0.63317823410034, 0.53536200523376), CFrame.new(0.38723790645599, 0.54388093948364, -0.21686923503876, 0.90879213809967, 0.27409195899963, -0.31459560990334, -0.19683916866779, 0.94643449783325, 0.25596100091934, 0.36790099740028, -0.17069064080715, 0.91406428813934), CFrame.new(-0.13462655246258, 0.34743863344193, 0.02335512638092, 0.90268075466156, -0.42527714371681, 0.06562677025795, 0.37418696284294, 0.85107481479645, 0.3683148920536, -0.21248918771744, -0.3079140484333, 0.92738199234009), CFrame.new(0.0005608192877844, -0.00048806227277964, -0.00018026432371698, 0.96020478010178, -0.21273794770241, 0.18096779286861, 0.19521906971931, 0.97458708286285, 0.10986133664846, -0.19974054396152, -0.070161022245884, 0.97733372449875)}, {-0.033333361148834, CFrame.new(-0.046009294688702, -0.26719623804092, -0.38388362526894, 0.82926106452942, 0.55885976552963, 0.0013504736125469, -0.55885571241379, 0.82926106452942, -0.0025123204104602, -0.0025239300448447, 0.0013286496978253, 0.99999594688416), CFrame.new(0.29726248979568, -0.035375840961933, 0.17865270376205, -0.174485206604, -0.89999127388, -0.39946311712265, 0.057140022516251, -0.41425764560699, 0.90836441516876, -0.98300057649612, 0.13567075133324, 0.1237071454525), CFrame.new(-0.33448538184166, 0.034129172563553, 0.16337856650352, 0.23240846395493, 0.67374354600906, 0.70146691799164, -0.80626541376114, -0.26992064714432, 0.52638292312622, 0.5439875125885, -0.68790447711945, 0.48048427700996), CFrame.new(0.55164963006973, 0.62605762481689, -0.28319546580315, 0.90065896511078, 0.27409186959267, -0.33717525005341, -0.19039069116116, 0.94643461704254, 0.26079303026199, 0.39059555530548, -0.17069053649902, 0.90459930896759), CFrame.new(-0.13102148473263, 0.41308575868607, -0.021225348114967, 0.89431250095367, -0.40681660175323, 0.18629378080368, 0.30394095182419, 0.85788476467133, 0.41431105136871, -0.32836717367172, -0.31390124559402, 0.89086532592773), CFrame.new(0.00055342353880405, -0.00047754961997271, -0.00018304586410522, 0.9611000418663, -0.21770790219307, 0.16997049748898, 0.20440447330475, 0.97451514005661, 0.092407122254372, -0.18575657904148, -0.054069772362709, 0.98110699653625)}, {-0.033333301544189, CFrame.new(-0.055753190070391, -0.25621643662453, -0.42387899756432, 0.80989098548889, 0.58634597063065, -0.016584444791079, -0.58652728796005, 0.80911290645599, -0.036361239850521, -0.0079015754163265, 0.039175868034363, 0.99920105934143), CFrame.new(0.33068364858627, -0.067835800349712, 0.17498698830605, -0.25444626808167, -0.9269061088562, -0.27586656808853, -0.060368210077286, -0.26947563886642, 0.9611132144928, -0.96520096063614, 0.26120516657829, 0.012611329555511), CFrame.new(-0.33029496669769, 0.020543534308672, 0.17208808660507, 0.24223160743713, 0.62687230110168, 0.74051010608673, -0.81097197532654, -0.28814858198166, 0.50921040773392, 0.53258657455444, -0.7238797545433, 0.43857696652412), CFrame.new(0.66908663511276, 0.68475532531738, -0.33057132363319, 0.89450573921204, 0.27409180998802, -0.35317581892014, -0.18571178615093, 0.94643461704254, 0.26414519548416, 0.4066578745842, -0.17069049179554, 0.89749324321747), CFrame.new(-0.12844642996788, 0.45997658371925, -0.053068548440933, 0.87823808193207, -0.39385357499123, 0.27125120162964, 0.25022575259209, 0.86182177066803, 0.44119191169739, -0.40753519535065, -0.31959754228592, 0.85543704032898), CFrame.new(0.00054814084433019, -0.00047004056978039, -0.0001850326807471, 0.96161592006683, -0.22136174142361, 0.16215381026268, 0.21080605685711, 0.97426038980484, 0.079859524965286, -0.17565786838531, -0.042611189186573, 0.98352867364883)}, {-0.033333361148834, CFrame.new(-0.061599522829056, -0.24962855875492, -0.44787621498108, 0.79787123203278, 0.60218274593353, -0.027882400900126, -0.6027135848999, 0.79596555233002, -0.056349590420723, -0.011739313602448, 0.061764821410179, 0.99802166223526), CFrame.new(0.35073634982109, -0.087311767041683, 0.17278757691383, -0.30817502737045, -0.92923653125763, -0.20383307337761, -0.1238873898983, -0.1732365489006, 0.97705745697021, -0.94322872161865, 0.32635685801506, -0.061733722686768), CFrame.new(-0.32778069376945, 0.012392154894769, 0.1773137897253, 0.24775332212448, 0.59758639335632, 0.76256734132767, -0.81392562389374, -0.29854452610016, 0.49839389324188, 0.52549356222153, -0.74415183067322, 0.41242530941963), CFrame.new(0.73954880237579, 0.71997398138046, -0.35899683833122, 0.89067721366882, 0.27409183979034, -0.36272272467613, -0.18287608027458, 0.9464345574379, 0.26611638069153, 0.41623362898827, -0.1706905066967, 0.89309257268906), CFrame.new(-0.12690141797066, 0.48811104893684, -0.072174467146397, 0.86461967229843, -0.38622376322746, 0.3213472366333, 0.21682104468346, 0.86379462480545, 0.45480489730835, -0.45323443412781, -0.32355839014053, 0.83059525489807), CFrame.new(0.00054497126257047, -0.00046553515130654, -0.00018622478819452, 0.96187591552734, -0.22359511256218, 0.15748013556004, 0.21458238363266, 0.97402626276016, 0.072300374507904, -0.16955579817295, -0.035751532763243, 0.98487192392349)}, {-0.033333301544189, CFrame.new(-0.063548304140568, -0.24743258953094, -0.45587530732155, 0.79380095005035, 0.60734915733337, -0.031735554337502, -0.60803616046906, 0.79140931367874, -0.062954671680927, -0.013119647279382, 0.069269843399525, 0.99751168489456), CFrame.new(0.35742056369781, -0.093803763389587, 0.1720544397831, -0.32685744762421, -0.92768967151642, -0.18043361604214, -0.14366437494755, -0.13992840051651, 0.97968399524689, -0.93409049510956, 0.34613874554634, -0.087539210915565), CFrame.new(-0.32694262266159, 0.0096750259399414, 0.17905569076538, 0.24953007698059, 0.58763927221298, 0.76968479156494, -0.81493073701859, -0.30191653966904, 0.49470612406731, 0.52308928966522, -0.75068390369415, 0.40354830026627), CFrame.new(0.76303619146347, 0.73171347379684, -0.36847200989723, 0.88937842845917, 0.27409175038338, -0.36589559912682, -0.18192610144615, 0.94643461704254, 0.26676660776138, 0.41941499710083, -0.17069041728973, 0.89160305261612), CFrame.new(-0.12638640403748, 0.49748921394348, -0.078543111681938, 0.85942739248276, -0.3837109208107, 0.33786165714264, 0.20551513135433, 0.86438578367233, 0.4589124917984, -0.46813252568245, -0.32496631145477, 0.82173526287079), CFrame.new(0.00054391473531723, -0.00046403333544731, -0.00018662214279175, 0.96195435523987, -0.22434633970261, 0.15592510998249, 0.21583038568497, 0.9739345908165, 0.069775722920895, -0.16751477122307, -0.033467695116997, 0.9853013753891)}, {-0.033333361148834, CFrame.new(-0.06371745467186, -0.24640391767025, -0.45287585258484, 0.80255204439163, 0.59577035903931, -0.031112441793084, -0.59647405147552, 0.80032193660736, -0.060856252908707, -0.011356377974153, 0.067398071289063, 0.99766153097153), CFrame.new(0.34976083040237, -0.095403410494328, 0.17530335485935, -0.29077953100204, -0.93928176164627, -0.18220210075378, -0.13992220163345, -0.14663761854172, 0.97924441099167, -0.94650387763977, 0.31023806333542, -0.088787436485291), CFrame.new(-0.32805782556534, 0.0068261753767729, 0.1789692491293, 0.24975562095642, 0.59754353761673, 0.761947453022, -0.80418235063553, -0.31030690670013, 0.50695216655731, 0.53936356306076, -0.73935878276825, 0.40303298830986), CFrame.new(0.7454691529274, 0.7260582447052, -0.36359113454819, 0.88809406757355, 0.27431693673134, -0.36883491277695, -0.18104112148285, 0.94629091024399, 0.26787620782852, 0.4225081205368, -0.17112497985363, 0.89005798101425), CFrame.new(-0.12836696207523, 0.49509057402611, -0.079995952546597, 0.8609356880188, -0.37886303663254, 0.33948853611946, 0.20197629928589, 0.86706328392029, 0.45541936159134, -0.46689960360527, -0.32351815700531, 0.82300710678101), CFrame.new(0.00054353254381567, -0.00046710442984477, -0.00018675594765227, 0.96367287635803, -0.22008107602596, 0.1513237953186, 0.21136398613453, 0.97477680444717, 0.071662083268166, -0.16327840089798, -0.037074413150549, 0.98588317632675)}, {-0.033333301544189, CFrame.new(-0.064224913716316, -0.24331790208817, -0.44387751817703, 0.82778161764145, 0.56027817726135, -0.029427142813802, -0.56101584434509, 0.82600855827332, -0.054507628083229, -0.0062323566526175, 0.061629503965378, 0.99807959794998), CFrame.new(0.32678166031837, -0.10020232200623, 0.1850500702858, -0.18023782968521, -0.96564626693726, -0.18719407916069, -0.12719023227692, -0.16583281755447, 0.97791719436646, -0.97536504268646, 0.20006689429283, -0.092931509017944), CFrame.new(-0.33140334486961, -0.0017203753814101, 0.1787099391222, 0.24896103143692, 0.62687695026398, 0.73827081918716, -0.77031075954437, -0.33388328552246, 0.5432710647583, 0.58706027269363, -0.70395123958588, 0.39976605772972), CFrame.new(0.69276791810989, 0.70909249782562, -0.34894853830338, 0.88417989015579, 0.27500087022781, -0.37762475013733, -0.17836295068264, 0.9458566904068, 0.27118587493896, 0.4317552447319, -0.17242284119129, 0.88535743951797), CFrame.new(-0.13430863618851, 0.48789462447166, -0.084354475140572, 0.86534202098846, -0.36424440145493, 0.34425169229507, 0.19129770994186, 0.87492448091507, 0.44487342238426, -0.4632368683815, -0.31911310553551, 0.82678800821304), CFrame.new(0.00054238614393398, -0.00047631765482947, -0.00018715737678576, 0.96858930587769, -0.20715773105621, 0.13755153119564, 0.19798836112022, 0.97714012861252, 0.077445335686207, -0.15045051276684, -0.047779120504856, 0.98746234178543)}, {-0.033333361148834, CFrame.new(-0.065070688724518, -0.23817454278469, -0.42888024449348, 0.86631143093109, 0.49876102805138, -0.027238653972745, -0.49950125813484, 0.8652064204216, -0.043776292353868, 0.0017331521958113, 0.05152964219451, 0.99866992235184), CFrame.new(0.28848299384117, -0.10820052027702, 0.20129461586475, 0.0084120631217957, -0.98090028762817, -0.19432938098907, -0.10134765505791, -0.19417202472687, 0.9757182598114, -0.99481558799744, 0.011486947536469, -0.1010454595089), CFrame.new(-0.33697926998138, -0.015964625403285, 0.17827771604061, 0.24274742603302, 0.67424446344376, 0.69747269153595, -0.7087464928627, -0.36765789985657, 0.60208475589752, 0.66238367557526, -0.64048588275909, 0.38862037658691), CFrame.new(0.60493260622025, 0.68081623315811, -0.32454425096512, 0.87745386362076, 0.27616927027702, -0.39218008518219, -0.17382326722145, 0.94512265920639, 0.27663806080818, 0.44705724716187, -0.17456711828709, 0.87730622291565), CFrame.new(-0.14421141147614, 0.4759014248848, -0.091618672013283, 0.87228733301163, -0.33963933587074, 0.35179531574249, 0.17329987883568, 0.88745009899139, 0.42708253860474, -0.45725482702255, -0.31157261133194, 0.83297091722488), CFrame.new(0.00054047541925684, -0.00049167306860909, -0.00018782638653647, 0.9759806394577, -0.18520733714104, 0.11471703648567, 0.1757872402668, 0.98053246736526, 0.087492406368256, -0.12868800759315, -0.06522510945797, 0.98953777551651)}, {-0.033333301544189, CFrame.new(-0.066254764795303, -0.23097385466099, -0.40788409113884, 0.91251802444458, 0.40824115276337, -0.025496115908027, -0.40887182950974, 0.91214561462402, -0.028535213321447, 0.011606922373176, 0.036463540047407, 0.999267578125), CFrame.new(0.23486489057541, -0.1193980127573, 0.22403699159622, 0.27014115452766, -0.94151866436005, -0.20141103863716, -0.057118326425552, -0.22449138760567, 0.97280067205429, -0.96112501621246, -0.25128930807114, -0.1144223511219), CFrame.new(-0.34478554129601, -0.035906579345465, 0.17767263948917, 0.22391897439957, 0.73648941516876, 0.63831335306168, -0.6129903793335, -0.40275067090988, 0.67973154783249, 0.75769609212875, -0.54348474740982, 0.36127719283104), CFrame.new(0.48196318745613, 0.64122956991196, -0.29037824273109, 0.86761569976807, 0.27786442637444, -0.41235229372978, -0.16731032729149, 0.94407361745834, 0.28413426876068, 0.46824172139168, -0.17752857506275, 0.86558264493942), CFrame.new(-0.15807531774044, 0.45911100506783, -0.10178856551647, 0.88116419315338, -0.30472129583359, 0.36151713132858, 0.14770779013634, 0.90375834703445, 0.40175020694733, -0.44914597272873, -0.3006089925766, 0.84136921167374), CFrame.new(0.00053780036978424, -0.00051317067118362, -0.00018876304966398, 0.98462820053101, -0.15365763008595, 0.083045944571495, 0.14494325220585, 0.9841274023056, 0.10239485651255, -0.09746153652668, -0.088783912360668, 0.99127125740051)}, {-0.033333420753479, CFrame.new(-0.067777141928673, -0.22171580791473, -0.3808890581131, 0.95796370506287, 0.28575006127357, -0.025544658303261, -0.28604790568352, 0.95817488431931, -0.0088061336427927, 0.021959897130728, 0.015742952004075, 0.99963492155075), CFrame.new(0.16592735052109, -0.1337947845459, 0.25327718257904, 0.57518398761749, -0.79196190834045, -0.20484063029289, 0.0087709426879883, -0.2444238960743, 0.96962869167328, -0.81797695159912, -0.55951154232025, -0.13364242017269), CFrame.new(-0.35482215881348, -0.061546225100756, 0.1768946647644, 0.18299984931946, 0.80758213996887, 0.5606444478035, -0.47657573223114, -0.42591625452042, 0.76907151937485, 0.85987597703934, -0.40792948007584, 0.30693140625954), CFrame.new(0.32385966181755, 0.59033232927322, -0.24645048379898, 0.85425239801407, 0.28014403581619, -0.43791794776917, -0.15867248177528, 0.94268906116486, 0.29353076219559, 0.49505138397217, -0.18126384913921, 0.84974557161331), CFrame.new(-0.1759003251791, 0.43752324581146, -0.11486414074898, 0.89110565185547, -0.25910156965256, 0.37255492806435, 0.11418671160936, 0.9225839972496, 0.36851087212563, -0.43919494748116, -0.28584131598473, 0.8517057299614), CFrame.new(0.00053436105372384, -0.00054081040434539, -0.00018996730796061, 0.99280214309692, -0.11180122941732, 0.042946875095367, 0.10580264776945, 0.98675858974457, 0.1229363232851, -0.056122630834579, -0.11750754714012, 0.99148488044739)}, {-0.033333301544189, CFrame.new(-0.069637835025787, -0.21040043234825, -0.34789511561394, 0.99113297462463, 0.12964937090874, -0.02909299172461, -0.12925556302071, 0.9914972782135, 0.015039527788758, 0.03079548664391, -0.011145742610097, 0.99946355819702), CFrame.new(0.081670336425304, -0.15139082074165, 0.28901517391205, 0.85200673341751, -0.48385179042816, -0.19993002712727, 0.092413604259491, -0.2368937432766, 0.96713048219681, -0.51530992984772, -0.84247797727585, -0.15712058544159), CFrame.new(-0.36708918213844, -0.092883579432964, 0.17594382166862, 0.10954576730728, 0.87742286920547, 0.46704253554344, -0.29623335599899, -0.41969901323318, 0.85796177387238, 0.9488126039505, -0.23233970999718, 0.21394576132298), CFrame.new(0.13062193989754, 0.52812469005585, -0.19276101887226, 0.83684659004211, 0.28308010101318, -0.46856540441513, -0.14772328734398, 0.94094425439835, 0.3046338558197, 0.52712970972061, -0.18571379780769, 0.82924348115921), CFrame.new(-0.19768644869328, 0.41113817691803, -0.13084538280964, 0.90097272396088, -0.20240107178688, 0.38377326726913, 0.072394914925098, 0.9422532916069, 0.32698273658752, -0.42779326438904, -0.26681929826736, 0.86359733343124), CFrame.new(0.00053015747107565, -0.00057459232630208, -0.0001914391759783, 0.99825215339661, -0.058894570916891, -0.0048993597738445, 0.058962393552065, 0.98691993951797, 0.15004126727581, -0.0040013412944973, -0.15006791055202, 0.98866754770279)}, {-0.033333301544189, CFrame.new(-0.071836829185486, -0.19702771306038, -0.30890226364136, 0.9975546002388, -0.058591667562723, -0.038102623075247, 0.06018241122365, 0.9973019361496, 0.042035344988108, 0.035536896437407, -0.044225659221411, 0.99838930368423), CFrame.new(-0.01790613681078, -0.17218615114689, 0.33125099539757, 0.98310083150864, -0.014006868004799, -0.18252876400948, 0.17683801054955, -0.18518732488155, 0.96666133403778, -0.047341868281364, -0.98260343074799, -0.17958083748817), CFrame.new(-0.38158655166626, -0.12991863489151, 0.17482009530067, -0.0052973488345742, 0.93109899759293, 0.36472827196121, -0.076285749673843, -0.36404678225517, 0.92825132608414, 0.99707198143005, -0.022906295955181, 0.072958029806614), CFrame.new(-0.097749844193459, 0.45460647344589, -0.12930983304977, 0.81478786468506, 0.28675696253777, -0.50387626886368, -0.13424876332283, 0.93881070613861, 0.31719350814819, 0.56400179862976, -0.19080065190792, 0.80342829227448), CFrame.new(-0.22343368828297, 0.37995588779449, -0.14973232150078, 0.90934610366821, -0.13434436917305, 0.39375284314156, 0.022053543478251, 0.96066373586655, 0.27683728933334, -0.41545554995537, -0.24305722117424, 0.87653851509094), CFrame.new(0.00052518956363201, -0.00061451643705368, -0.00019317865371704, 0.99821609258652, 0.0057068462483585, -0.059430506080389, 0.0053778905421495, 0.98278015851974, 0.18470071256161, 0.059461195021868, -0.18469083309174, 0.98099625110626)}, {-0.033333301544189, CFrame.new(-0.00010641291737556, -0.24569465219975, -0.34773150086403, 0.9975546002388, -0.061450336128473, -0.033297099173069, 0.060182709246874, 0.99747055768967, -0.037822015583515, 0.035537049174309, 0.035725615918636, 0.99872958660126), CFrame.new(0.027971852570772, -0.18905475735664, 0.29459857940674, 0.96113085746765, -0.18369413912296, -0.20611628890038, 0.20265240967274, -0.037643354386091, 0.97852700948715, -0.18750858306885, -0.98226243257523, 0.0010458700126037), CFrame.new(-0.38004523515701, -0.15111699700356, 0.17303362488747, -0.044721722602844, 0.97567570209503, 0.21460875868797, -0.074720501899719, -0.21748888492584, 0.97319859266281, 0.99620115756989, 0.027487456798553, 0.082629412412643), CFrame.new(-0.026460822671652, 0.51221281290054, -0.1316903680563, 0.9229918718338, 0.20924142003059, -0.32296141982079, -0.090478211641312, 0.93372541666031, 0.3463676571846, 0.37403175234795, -0.29047358036041, 0.8807527422905), CFrame.new(-0.35967040061951, 0.42353287339211, 0.070153258740902, 0.93139892816544, -0.11084733903408, 0.34671157598495, 0.059103533625603, 0.98591846227646, 0.15643399953842, -0.3591696023941, -0.12521058320999, 0.92483484745026), CFrame.new(0.0003055066044908, -0.00077434506965801, -0.00011701384210028, 0.99818557500839, 0.019376441836357, -0.057008981704712, -0.013506763614714, 0.99473357200623, 0.10160046815872, 0.058677405118942, -0.10064612329006, 0.99319046735764)}, {-0.033333420753479, CFrame.new(0.058582108467817, -0.28551304340363, -0.37950086593628, 0.9975546002388, -0.063497468829155, -0.029205348342657, 0.060182955116034, 0.99285870790482, -0.10300281643867, 0.035537201911211, 0.10099326074123, 0.99425220489502), CFrame.new(0.065508380532265, -0.20285633206367, 0.2646102309227, 0.92546504735947, -0.32048141956329, -0.20200529694557, 0.23877036571503, 0.079471461474895, 0.96781867742538, -0.29411426186562, -0.94391518831253, 0.15006951987743), CFrame.new(-0.3787841796875, -0.16846109926701, 0.17157196998596, -0.0767862200737, 0.99319279193878, 0.087588310241699, -0.077939510345459, -0.093557953834534, 0.99255836009979, 0.99399650096893, 0.06938835978508, 0.084593087434769), CFrame.new(0.031866542994976, 0.55934530496597, -0.13363806903362, 0.97744858264923, 0.13077111542225, -0.16581057012081, -0.059986356645823, 0.92478257417679, 0.37573763728142, 0.20247437059879, -0.35731783509254, 0.91177195310593), CFrame.new(-0.47113680839539, 0.45918673276901, 0.25005960464478, 0.94736087322235, -0.096363589167595, 0.30532178282738, 0.083617135882378, 0.99500179290771, 0.054586127400398, -0.30905583500862, -0.026182631030679, 0.95068341493607), CFrame.new(0.00012576597509906, -0.00090511399321258, -5.4697185987607e-05, 0.99796569347382, 0.030678268522024, -0.0558867380023, -0.028862331062555, 0.99903798103333, 0.033015701919794, 0.056845836341381, -0.031335514038801, 0.99789106845856)}, {-0.033333301544189, CFrame.new(0.10422872006893, -0.31648290157318, -0.40421038866043, 0.9975546002388, -0.06490196287632, -0.025935415178537, 0.060183126479387, 0.98632854223251, -0.15340805053711, 0.035537324845791, 0.15147203207016, 0.98782253265381), CFrame.new(0.09470346570015, -0.21359089016914, 0.24128597974777, 0.8875412940979, -0.42226740717888, -0.18428441882133, 0.27535232901573, 0.16546326875687, 0.946996986866, -0.3693935573101, -0.89124208688736, 0.26312774419785), CFrame.new(-0.37780332565308, -0.18195097148418, 0.17043513059616, -0.10121816396713, 0.99478840827942, -0.012283772230148, -0.083209842443466, 0.0038387179374695, 0.99652463197708, 0.99137830734253, 0.10188847780228, 0.082387566566467), CFrame.new(0.077232271432877, 0.59600389003754, -0.13515296578407, 0.9971878528595, 0.062255900353193, -0.041719518601894, -0.040339212864637, 0.91505831480026, 0.40129911899567, 0.06315903365612, -0.3984876871109, 0.91499644517899), CFrame.new(-0.55783289670944, 0.48691755533218, 0.38998675346375, 0.9583340883255, -0.088184110820293, 0.27169716358185, 0.098846726119518, 0.99476855993271, -0.025783900171518, -0.26800209283829, 0.05156596377492, 0.96203738451004), CFrame.new(-1.4032237231731e-05, -0.0010068230330944, -6.2286853790283e-06, 0.99767398834229, 0.039503041654825, -0.055552516132593, -0.040693435817957, 0.99896210432053, -0.020462401211262, 0.054686535149813, 0.022675428539515, 0.99824601411819)}, {-0.033333301544189, CFrame.new(0.13683345913887, -0.3386042714119, -0.42186003923416, 0.99755454063416, -0.065802358090878, -0.023558078333735, 0.060183260589838, 0.98009717464447, -0.18917593359947, 0.035537429153919, 0.18729549646378, 0.98166060447693), CFrame.new(0.11555708944798, -0.22125843167305, 0.22462578117847, 0.85547494888306, -0.49117118120193, -0.16405338048935, 0.3055676817894, 0.22302648425102, 0.92568230628967, -0.41808015108109, -0.84202742576599, 0.34087958931923), CFrame.new(-0.37710276246071, -0.19158658385277, 0.16962310671806, -0.11823850870132, 0.98946392536163, -0.083551853895187, -0.088424235582352, 0.073316097259521, 0.99338108301163, 0.98904037475586, 0.12484389543533, 0.078823745250702), CFrame.new(0.10963637381792, 0.62218862771988, -0.13623501360416, 0.99887591600418, 0.010193146765232, 0.046292126178741, -0.028749283403158, 0.9067519903183, 0.42068302631378, -0.03768739849329, -0.42154103517532, 0.906025826931), CFrame.new(-0.61975866556168, 0.5067253112793, 0.48993474245071, 0.96534556150436, -0.08403629809618, 0.24707463383675, 0.1075933650136, 0.99068909883499, -0.083419904112816, -0.2377638220787, 0.10711261630058, 0.96539902687073), CFrame.new(-0.00011388813436497, -0.0010794723639265, 2.839168155333e-05, 0.99740153551102, 0.045808706432581, -0.055603079497814, -0.049062397330999, 0.9970731139183, -0.058634847402573, 0.05275435000658, 0.061210505664349, 0.99672973155975)}, {-0.033333301544189, CFrame.new(0.15639628469944, -0.35187703371048, -0.43244981765747, 0.99755454063416, -0.066300868988037, -0.022116508334875, 0.060183327645063, 0.97573536634445, -0.21051949262619, 0.035537481307983, 0.20867362618446, 0.97733944654465), CFrame.new(0.12806928157806, -0.22585895657539, 0.21462966501713, 0.83440685272217, -0.53063064813614, -0.14898443222046, 0.32517716288567, 0.25571709871292, 0.91042220592499, -0.44500005245209, -0.80810880661011, 0.38592106103897), CFrame.new(-0.37668240070343, -0.19736795127392, 0.16913586854935, -0.12823420763016, 0.98369443416595, -0.12609991431236, -0.092120140790939, 0.11478537321091, 0.98910975456238, 0.98745620250702, 0.13845404982567, 0.07589864730835), CFrame.new(0.12907882034779, 0.63789945840836, -0.13688425719738, 0.99490451812744, -0.022023582831025, 0.098387181758881, -0.022835729643703, 0.90126651525497, 0.43266299366951, -0.098201856017113, -0.43270507454872, 0.89617115259171), CFrame.new(-0.65691411495209, 0.51860988140106, 0.54990351200104, 0.96920788288116, -0.082234106957912, 0.23210689425468, 0.11197101324797, 0.98668277263641, -0.11798103153706, -0.21931383013725, 0.1403373926878, 0.96550858020782), CFrame.new(-0.000173801658093, -0.0011230619857088, 4.9163892981596e-05, 0.99721258878708, 0.049588389694691, -0.055749148130417, -0.054044894874096, 0.99520695209503, -0.08149977773428, 0.051440499722958, 0.084285564720631, 0.99511295557022)}, {-0.033333420753479, CFrame.new(0.16291724145412, -0.35630130767822, -0.43597975373268, 0.99755454063416, -0.066460028290749, -0.021633608266711, 0.060183342546225, 0.97417807579041, -0.21761219203472, 0.035537499934435, 0.21577803790569, 0.97579550743103), CFrame.new(0.13223999738693, -0.22739246487617, 0.21129763126373, 0.82709729671478, -0.5434353351593, -0.14348554611206, 0.33194363117218, 0.26627719402313, 0.9049363732338, -0.45356750488281, -0.79609972238541, 0.4006270468235), CFrame.new(-0.37654227018356, -0.19929507374763, 0.16897347569466, -0.13152551651001, 0.98134464025497, -0.14022873342037, -0.093444935977459, 0.12855441868305, 0.98729026317596, 0.98689889907837, 0.14295770227909, 0.074793666601181), CFrame.new(0.13555964827538, 0.64313638210297, -0.1371006667614, 0.99275237321854, -0.032897729426622, 0.115587875247, -0.021043330430984, 0.89935898780823, 0.43670412898064, -0.11832156777382, -0.43597140908241, 0.89214843511581), CFrame.new(-0.66929924488068, 0.52257144451141, 0.56989312171936, 0.97043669223785, -0.081748455762863, 0.22709006071091, 0.11328363418579, 0.98508870601654, -0.12948679924011, -0.21311853826046, 0.15138432383537, 0.96522706747055), CFrame.new(-0.00019377283751965, -0.0011375918984413, 5.6087970733643e-05, 0.99714547395706, 0.050847195088863, -0.055817101150751, -0.055698629468679, 0.99446308612823, -0.08911219984293, 0.050976932048798, 0.09196674823761, 0.99445647001266)}, {-0.033333301544189, CFrame.new(0.15985134243965, -0.35547998547554, -0.43035894632339, 0.99825543165207, -0.054133947938681, -0.023571686819196, 0.047837074846029, 0.97554731369019, -0.21452054381371, 0.034608136862516, 0.2130186855793, 0.97643500566483), CFrame.new(0.13194145262241, -0.21989794075489, 0.21105001866817, 0.8169105052948, -0.55472755432129, -0.15790681540966, 0.34911331534386, 0.25765073299408, 0.90096396207809, -0.4591047167778, -0.79113429784775, 0.40414035320282), CFrame.new(-0.3759503364563, -0.19369852542877, 0.16832736134529, -0.11695450544357, 0.98498266935349, -0.12700748443604, -0.10764735937119, 0.11455887556076, 0.98756688833237, 0.98728609085083, 0.12917238473892, 0.092632532119751), CFrame.new(0.13146516680717, 0.63379609584808, -0.13410398364067, 0.99356311559677, -0.034334059804678, 0.10795164853334, -0.015988193452358, 0.90092033147812, 0.43368992209435, -0.1121461763978, -0.43262425065041, 0.89457225799561), CFrame.new(-0.66240870952606, 0.51623684167862, 0.56148171424866, 0.97154372930527, -0.086103864014149, 0.22065570950508, 0.11521451920271, 0.98574167490005, -0.12263348698616, -0.2069503068924, 0.14456653594971, 0.96761155128479), CFrame.new(-0.00017864334222395, -0.0011246168287471, 5.118822446093e-05, 0.99729013442993, 0.052633248269558, -0.051401954144239, -0.056785300374031, 0.99493277072906, -0.082971125841141, 0.046774450689554, 0.085665166378021, 0.99522542953491)}, {-0.033333301544189, CFrame.new(0.15065360069275, -0.35301592946053, -0.41349655389786, 0.99942916631699, -0.017080212011933, -0.029149364680052, 0.01074393093586, 0.97868359088898, -0.20509281754494, 0.032031033188105, 0.20466256141663, 0.97830837965012), CFrame.new(0.13104586303234, -0.19741430878639, 0.21030712127686, 0.78411948680878, -0.58733057975769, -0.20049802958965, 0.39946660399437, 0.23040370643139, 0.887322306633, -0.47495591640472, -0.77585899829865, 0.4152829349041), CFrame.new(-0.37417453527451, -0.17690885066986, 0.1663890182972, -0.074295938014984, 0.99354922771454, -0.085673660039902, -0.15127754211426, 0.07368803024292, 0.98574090003967, 0.98569524288177, 0.086197018623352, 0.14482694864273), CFrame.new(0.11918168514967, 0.60577529668808, -0.12511396408081, 0.99562138319016, -0.038811963051558, 0.085039265453815, -0.00094939395785332, 0.90548419952393, 0.4243788421154, -0.093472696840763, -0.42260137200356, 0.90148264169693), CFrame.new(-0.64173710346222, 0.49723306298256, 0.53624755144119, 0.97456270456314, -0.098890006542206, 0.20111776888371, 0.12126167118549, 0.98735386133194, -0.10211764276028, -0.18847598135471, 0.12390792369843, 0.97422981262207), CFrame.new(-0.0001332547981292, -0.0010856915032491, 3.648898928077e-05, 0.99760013818741, 0.057822231203318, -0.03808618336916, -0.060199800878763, 0.99609643220901, -0.064559161663055, 0.034204557538033, 0.066697001457214, 0.99718677997589)}, {-0.033333301544189, CFrame.new(0.1353240609169, -0.34890919923782, -0.38539254665375, 0.99828642606735, 0.044805463403463, -0.037639044225216, -0.051136832684278, 0.98066341876984, -0.18890291452408, 0.028447350487113, 0.19050395488739, 0.98127418756485), CFrame.new(0.12955318391323, -0.15994161367416, 0.20906898379326, 0.7223356962204, -0.63713705539703, -0.26886361837387, 0.47909179329872, 0.18068328499794, 0.85896736383438, -0.4987006187439, -0.74927312135696, 0.43576103448868), CFrame.new(-0.37121480703354, -0.14892606437206, 0.16315846145153, -0.0072617530822754, 0.99990427494049, -0.011769235134125, -0.22683009505272, 0.0098156929016113, 0.97388482093811, 0.97390723228455, 0.0097417831420898, 0.22673714160919), CFrame.new(0.098709233105183, 0.55907398462296, -0.1101305782795, 0.99780237674713, -0.046831343322992, 0.046874973922968, 0.023670088499784, 0.91268336772919, 0.40798139572144, -0.061888325959444, -0.40597528219223, 0.91178607940674), CFrame.new(-0.6072843670845, 0.46556004881859, 0.49419054389, 0.97858113050461, -0.11924058943987, 0.1678114682436, 0.13217620551586, 0.98888325691223, -0.068112850189209, -0.15782414376736, 0.088834628462791, 0.98346322774887), CFrame.new(-5.7607277994975e-05, -0.0010208159219474, 1.1990261555184e-05, 0.99770307540894, 0.065900556743145, -0.015674736350775, -0.066401474177837, 0.99721586704254, -0.033932004123926, 0.013394958339632, 0.03489488735795, 0.99930119514465)}, {-0.033333420753479, CFrame.new(0.1138626858592, -0.34315976500511, -0.34604695439339, 0.9901921749115, 0.13128992915154, -0.047773845493793, -0.1374663412571, 0.97660797834396, -0.16534775495529, 0.024947823956609, 0.17029336094856, 0.98507755994797), CFrame.new(0.12746344506741, -0.10747984796762, 0.20733560621738, 0.6220486164093, -0.69643998146057, -0.35780864953995, 0.5800758600235, 0.10297533869743, 0.80802750587463, -0.52589702606201, -0.71018850803375, 0.46804356575012), CFrame.new(-0.36707130074501, -0.10975017398596, 0.15863567590714, 0.076245784759521, 0.99204456806183, 0.10017228126526, -0.3364717066288, -0.06897246837616, 0.93916440010071, 0.93860197067261, -0.10531255602837, 0.32853591442108), CFrame.new(0.070047810673714, 0.49369210004807, -0.089153856039047, 0.99822568893433, -0.059200245887041, -0.0063839186914265, 0.057123627513647, 0.92188376188278, 0.38323253393173, -0.016802228987217, -0.38291722536087, 0.92362982034683), CFrame.new(-0.5590506196022, 0.42121785879135, 0.43531084060669, 0.9820631146431, -0.14563070237637, 0.1197651848197, 0.14916498959064, 0.98858833312988, -0.021046280860901, -0.11533347517252, 0.038533549755812, 0.99257916212082), CFrame.new(4.8299276386388e-05, -0.00092999014304951, -2.2307955077849e-05, 0.99697828292847, 0.07599326223135, 0.016103582456708, -0.076140634715557, 0.99705868959427, 0.0087442006915808, -0.015391716733575, -0.0099439155310392, 0.99983209371567)}, {-0.033333301544189, CFrame.new(0.08626951277256, -0.33576762676239, -0.29545977711678, 0.96876066923141, 0.24119508266449, -0.05768658220768, -0.24692049622536, 0.95975148677826, -0.13381832838058, 0.023088462650776, 0.14388191699982, 0.98932546377182), CFrame.new(0.12477664649487, -0.040029026567936, 0.20510697364807, 0.4727520942688, -0.7529708147049, -0.45775580406189, 0.6887514591217, -0.008289098739624, 0.72495007514954, -0.54966068267822, -0.65800166130066, 0.51469111442566), CFrame.new(-0.36174386739731, -0.059381186962128, 0.15282064676285, 0.16206002235413, 0.95371150970459, 0.2533203959465, -0.47890865802765, -0.14843809604645, 0.86522430181503, 0.86277657747269, -0.26153570413589, 0.4326845407486), CFrame.new(0.033197402954102, 0.40962970256805, -0.062183778733015, 0.9942615032196, -0.076991178095341, -0.074272625148296, 0.098213858902454, 0.93215721845627, 0.34847801923752, 0.042404033243656, -0.35377287864685, 0.93436962366104), CFrame.new(-0.49703580141068, 0.36420649290085, 0.35960829257965, 0.98284214735031, -0.17576938867569, 0.05591382458806, 0.17381012439728, 0.98403799533844, 0.038198970258236, -0.061735536903143, -0.027825171127915, 0.99770456552505), CFrame.new(0.00018446480680723, -0.00081321416655555, -6.6405656980351e-05, 0.99456059932709, 0.08684079349041, 0.057513847947121, -0.090431377291679, 0.99390268325806, 0.063083842396736, -0.05168491601944, -0.067941755056381, 0.99634957313538)}, {-0.033333301544189, CFrame.new(0.052544504404068, -0.32673281431198, -0.23363098502159, 0.92613512277603, 0.37157237529755, -0.064867034554482, -0.37637066841125, 0.92169290781021, -0.093953616917133, 0.024876918643713, 0.11142779141665, 0.99346113204956), CFrame.new(0.12149277329445, 0.042410902678967, 0.20238307118416, 0.26659137010574, -0.78930461406708, -0.55310708284378, 0.78407311439514, -0.15612560510635, 0.60071158409119, -0.5604984164238, -0.59382092952728, 0.57725059986115), CFrame.new(-0.35523256659508, 0.0021809339523315, 0.14571340382099, 0.22808802127838, 0.86672258377075, 0.44358512759209, -0.64506876468658, -0.20673370361328, 0.73562717437744, 0.72928869724274, -0.45393070578575, 0.51194226741791), CFrame.new(-0.011841990053654, 0.3068867623806, -0.029220350086689, 0.98256653547287, -0.10146826505661, -0.15577952563763, 0.14515550434589, 0.94225209951401, 0.30181273818016, 0.11615915596485, -0.31916335225105, 0.940554022789), CFrame.new(-0.42123991250992, 0.29452592134476, 0.26708295941353, 0.97814136743546, -0.20648236572742, -0.024586111307144, 0.20793481171131, 0.97216063737869, 0.10801251232624, 0.0015989737585187, -0.11076381802559, 0.99384546279907), CFrame.new(0.00035088940057904, -0.00067048793425784, -0.00012030285142828, 0.98935294151306, 0.096776828169823, 0.10869728028774, -0.1105048507452, 0.98555546998978, 0.12833227217197, -0.094707608222961, -0.13897748291492, 0.98575645685196)}, {-0.033333420753479, CFrame.new(0.012687683105469, -0.31605529785156, -0.16056060791016, 0.8535897731781, 0.51672452688217, -0.066183015704155, -0.51991873979568, 0.85297727584839, -0.04598006978631, 0.032693579792976, 0.073657922446728, 0.9967474937439), CFrame.new(0.11761182546616, 0.13983988761902, 0.19916391372681, 0.0037632023449987, -0.78350293636322, -0.6213766336441, 0.83721309900284, -0.33734455704689, 0.4304330945015, -0.5468635559082, -0.52184456586838, 0.65468949079514), CFrame.new(-0.34753739833832, 0.074936151504517, 0.1373139321804, 0.24475181102753, 0.71618020534515, 0.65359205007553, -0.81351405382156, -0.21507753431797, 0.54031157493591, 0.52753341197968, -0.6639484167099, 0.52998214960098), CFrame.new(-0.065070353448391, 0.18546329438686, 0.009736429899931, 0.95917868614197, -0.13397543132305, -0.2490519285202, 0.19542390108109, 0.95057356357574, 0.24128684401512, 0.20441555976868, -0.28010791540146, 0.93795198202133), CFrame.new(-0.33166292309761, 0.21217612922192, 0.15773482620716, 0.96465218067169, -0.23361998796463, -0.12193411588669, 0.25339508056641, 0.94936436414719, 0.18573673069477, 0.072367995977402, -0.21006882190704, 0.97500467300415), CFrame.new(0.00054757297039032, -0.00050181150436401, -0.00018399953842163, 0.98005402088165, 0.10371854901314, 0.16951812803745, -0.13773539662361, 0.96940511465073, 0.20318146049976, -0.14325800538063, -0.22247752547264, 0.96435528993607)}, {-0.033333301544189, CFrame.new(-0.04150115698576, -0.31346300244331, -0.24579468369484, 0.81518125534058, 0.5777176618576, -0.041494775563478, -0.57870841026306, 0.81535702943802, -0.017015499994159, 0.024002905935049, 0.037884086370468, 0.99899381399155), CFrame.new(0.1846614331007, 0.12019086629152, 0.2362397313118, -0.03108948469162, -0.89352226257324, -0.44794136285782, 0.40062656998634, -0.42172276973724, 0.81341767311096, -0.9157138466835, -0.15416851639748, 0.37107989192009), CFrame.new(-0.29894003272057, 0.083045214414597, 0.14161205291748, 0.27441364526749, 0.54059720039368, 0.79526841640472, -0.85256552696228, -0.24574935436249, 0.46123674511909, 0.44477999210358, -0.80458807945251, 0.39345750212669), CFrame.new(0.29924947023392, 0.23064982891083, 0.01352022215724, 0.96287542581558, 0.10413424670696, -0.24905204772949, -0.042443290352821, 0.96952503919601, 0.2412875443697, 0.26658850908279, -0.22175927460194, 0.93795168399811), CFrame.new(-0.39525955915451, 0.11134257912636, 0.1331532150507, 0.8924348950386, -0.42826247215271, -0.14195509254932, 0.45005470514297, 0.8671760559082, 0.21320514380932, 0.031792309135199, -0.25415927171707, 0.96663969755173), CFrame.new(0.00050246965838596, -0.00049850589130074, -0.00017988351464737, 0.98399126529694, 0.091358587145805, 0.15301914513111, -0.10606247186661, 0.99020087718964, 0.090846113860607, -0.14322011172771, -0.10562137514353, 0.98403871059418)}, {-0.033333301544189, CFrame.new(-0.085837475955486, -0.31134203076363, -0.31553164124489, 0.78054857254028, 0.62478256225586, -0.019767872989178, -0.62481307983398, 0.7807559967041, 0.0053560496307909, 0.018780253827572, 0.0081705674529076, 0.99979025125504), CFrame.new(0.2395201921463, 0.10411438345909, 0.26657447218895, -0.13992464542389, -0.93612277507782, -0.32263812422752, -0.051733702421188, -0.31848698854446, 0.94651448726654, -0.98880970478058, 0.1491319835186, -0.003864973783493), CFrame.new(-0.25917854905128, 0.089679896831512, 0.14512868225574, 0.28276628255844, 0.3761071562767, 0.88237571716309, -0.88372379541397, -0.25550842285156, 0.39210730791092, 0.37292861938477, -0.89065104722977, 0.26012548804283), CFrame.new(0.59732931852341, 0.26762062311172, 0.016616052016616, 0.92249667644501, 0.29491168260574, -0.24905213713646, -0.23580312728882, 0.94136971235275, 0.24128820002079, 0.30560883879662, -0.16386030614376, 0.93795150518417), CFrame.new(-0.44729316234589, 0.028842404484749, 0.11304098367691, 0.80356627702713, -0.57263535261154, -0.16238817572594, 0.59516400098801, 0.7694365978241, 0.23183418810368, -0.0078090652823448, -0.28294172883034, 0.95910531282425), CFrame.new(0.00046556690358557, -0.00049580138875172, -0.00017651583766565, 0.98683977127075, 0.079800546169281, 0.14063830673695, -0.080255270004272, 0.99677133560181, -0.0024446342140436, -0.1403793245554, -0.0088745020329952, 0.99005806446075)}, {-0.033333301544189, CFrame.new(-0.12032127380371, -0.3096923828125, -0.3697714805603, 0.75171828269958, 0.65948134660721, -0.0019831014797091, -0.65929239988327, 0.7515686750412, 0.021863529458642, 0.015909027308226, -0.015127772465348, 0.99975895881653), CFrame.new(0.28218811750412, 0.091610468924046, 0.29016816616058, -0.25691056251526, -0.93141674995422, -0.25779810547829, -0.38512113690376, -0.14598816633224, 0.91124594211578, -0.88638520240784, 0.33339223265648, -0.32120233774185), CFrame.new(-0.22825294733047, 0.094840198755264, 0.14786383509636, 0.27911502122879, 0.23919716477394, 0.92998909950256, -0.9066971540451, -0.25327879190445, 0.33726894855499, 0.31622019410133, -0.9373551607132, 0.14618541300297), CFrame.new(0.82916915416718, 0.29637569189072, 0.019023921340704, 0.86509627103806, 0.43540969491005, -0.24905206263065, -0.37997522950172, 0.89297181367874, 0.24128860235214, 0.32745587825775, -0.11410424858332, 0.93795144557953), CFrame.new(-0.48776370286942, -0.03532438352704, 0.097398146986961, 0.71777611970901, -0.67250639200211, -0.18036805093288, 0.69502121210098, 0.67649400234222, 0.24351896345615, -0.041750133037567, -0.30015170574188, 0.95297735929489), CFrame.new(0.00043686479330063, -0.00049369782209396, -0.0001738965511322, 0.9888042807579, 0.069987080991268, 0.13178725540638, -0.060420285910368, 0.99533271789551, -0.075246997177601, -0.1364384740591, 0.066441930830479, 0.98841792345047)}, {-0.033333420753479, CFrame.new(-0.14495256543159, -0.30851405858994, -0.40851423144341, 0.73015654087067, 0.68318867683411, 0.011166779324412, -0.68312609195709, 0.72954773902893, 0.033149875700474, 0.014500921592116, -0.031832918524742, 0.99938797950745), CFrame.new(0.31266522407532, 0.082679092884064, 0.3070208132267, -0.34713020920753, -0.9077724814415, -0.23547860980034, -0.58164530992508, 0.011431187391281, 0.81336236000061, -0.73565602302551, 0.41930747032166, -0.5319699048996), CFrame.new(-0.20616322755814, 0.098526135087013, 0.14981752634048, 0.27110189199448, 0.13838529586792, 0.95255100727081, -0.92212688922882, -0.24643874168396, 0.298245459795, 0.27601799368858, -0.95922780036926, 0.060798600316048), CFrame.new(0.99476909637451, 0.31691500544548, 0.020743826404214, 0.81098562479019, 0.52941048145294, -0.2490519285202, -0.47744047641754, 0.84488475322723, 0.24128891527653, 0.33816105127335, -0.076774373650551, 0.93795138597488), CFrame.new(-0.51667124032974, -0.081157818436623, 0.086224682629108, 0.6485390663147, -0.73601168394089, -0.19412329792976, 0.75820153951645, 0.60209536552429, 0.25022295117378, -0.067286275327206, -0.3094639480114, 0.94852757453918), CFrame.new(0.00041636326932348, -0.0004921953077428, -0.00017202562594321, 0.99006599187851, 0.062570482492447, 0.12591373920441, -0.046449914574623, 0.99079900979996, -0.12712106108665, -0.13270923495293, 0.1200095564127, 0.9838627576828)}, {-0.033333301544189, CFrame.new(-0.1597313284874, -0.30780708789825, -0.43175986409187, 0.71684563159943, 0.6969667673111, 0.019226931035519, -0.69709300994873, 0.71588003635406, 0.039712522178888, 0.013914130628109, -0.041870709508657, 0.99902611970901), CFrame.new(0.33095145225525, 0.077320270240307, 0.31713235378265, -0.40054672956467, -0.88623958826065, -0.23268415033817, -0.67519849538803, 0.11381536722183, 0.72880256175995, -0.61941057443619, 0.44902741909027, -0.64397597312927), CFrame.new(-0.19290940463543, 0.1007376909256, 0.15098974108696, 0.26416975259781, 0.077218919992447, 0.96138006448746, -0.9309104681015, -0.24026679992676, 0.27509573101997, 0.25223034620285, -0.96763074398041, 0.0084126740694046), CFrame.new(1.0941290855408, 0.32923859357834, 0.021775767207146, 0.77358812093735, 0.58269590139389, -0.2490518540144, -0.53312057256699, 0.81090193986893, 0.24128909409046, 0.34255480766296, -0.053883716464043, 0.93795132637024), CFrame.new(-0.53401577472687, -0.10865786671638, 0.079520605504513, 0.60412931442261, -0.77068108320236, -0.20267826318741, 0.79255133867264, 0.55459141731262, 0.25355610251427, -0.083007253706455, -0.31381359696388, 0.9458492398262), CFrame.new(0.00040406236075796, -0.00049129378749058, -0.00017090307665057, 0.99076455831528, 0.057968143373728, 0.12257757037878, -0.038166519254446, 0.98668187856674, -0.15812091529369, -0.13011103868484, 0.15198223292828, 0.97978186607361)}, {-0.033333301544189, CFrame.new(-0.16465759277344, -0.30757141113281, -0.43950843811035, 0.71234774589539, 0.70148360729218, 0.021941173821688, -0.70169174671173, 0.71124964952469, 0.041864510625601, 0.013761619105935, -0.045218031853437, 0.99888235330582), CFrame.new(0.33704689145088, 0.075533993542194, 0.32050290703773, -0.41789394617081, -0.87796211242676, -0.23355349898338, -0.70169228315353, 0.14863051474094, 0.69680494070053, -0.57705521583557, 0.45507323741913, -0.67817080020905), CFrame.new(-0.18849146366119, 0.10147488117218, 0.15138047933578, 0.2615105509758, 0.056770347058773, 0.96352970600128, -0.93375146389008, -0.2378701120615, 0.26744347810745, 0.24437783658504, -0.9696364402771, -0.0091959815472364), CFrame.new(1.1272490024567, 0.33334648609161, 0.022119749337435, 0.76033699512482, 0.59988439083099, -0.2490519285202, -0.55115759372711, 0.7987522482872, 0.24128918349743, 0.34367626905441, -0.04619425535202, 0.93795150518417), CFrame.new(-0.53979730606079, -0.11782455444336, 0.077285915613174, 0.58888208866119, -0.7816379070282, -0.20557361841202, 0.80338102579117, 0.53831571340561, 0.25454956293106, -0.08830201625824, -0.31505355238914, 0.94495725631714), CFrame.new(0.00039996206760406, -0.00049099326133728, -0.00017052888870239, 0.99098753929138, 0.05640971288085, 0.12149763852358, -0.035423815250397, 0.98507738113403, -0.16842615604401, -0.12918546795845, 0.16260424256325, 0.97819769382477)}, {-0.033333301544189, CFrame.new(-0.15839385986328, -0.30705696344376, -0.43468523025513, 0.71915036439896, 0.69445979595184, 0.023417007178068, -0.69474339485168, 0.71802419424057, 0.042105987668037, 0.012426935136318, -0.04654935002327, 0.9988386631012), CFrame.new(0.33265632390976, 0.074273474514484, 0.3232903778553, -0.3879027068615, -0.89429199695587, -0.22309963405132, -0.70909655094147, 0.13491889834404, 0.69208312034607, -0.58882397413254, 0.42666006088257, -0.68647485971451), CFrame.new(-0.18850640952587, 0.10147479176521, 0.15137121081352, 0.26347687840462, 0.068103432655334, 0.96225881576538, -0.92919290065765, -0.25009879469872, 0.27212384343147, 0.25919225811958, -0.96582233905792, -0.0026141107082367), CFrame.new(1.1059045791626, 0.32901021838188, 0.025436848402023, 0.76728808879852, 0.59161961078644, -0.24749793112278, -0.54374694824219, 0.80478286743164, 0.23804159462452, 0.34001219272614, -0.04807023704052, 0.93919169902802), CFrame.new(-0.52963668107986, -0.10973840206861, 0.079468287527561, 0.60050714015961, -0.7728436589241, -0.205192476511, 0.79512459039688, 0.54996562004089, 0.25556749105453, -0.084664911031723, -0.31662368774414, 0.94476521015167), CFrame.new(0.00040551990969107, -0.00048814681940712, -0.00017222762107849, 0.99079328775406, 0.06341889500618, 0.11961089074612, -0.043885018676519, 0.98623925447464, -0.15939369797707, -0.128073528409, 0.15267705917358, 0.97994232177734)}, {-0.033333420753479, CFrame.new(-0.13960264623165, -0.30551362037659, -0.42021551728249, 0.73913383483887, 0.67298346757889, 0.027828939259052, -0.67350691556931, 0.73793411254883, 0.042916189879179, 0.0083459615707397, -0.050463791936636, 0.99869102239609), CFrame.new(0.31948456168175, 0.070491924881935, 0.33165273070335, -0.29523265361786, -0.93638545274734, -0.18978966772556, -0.72843450307846, 0.092065751552582, 0.6789014339447, -0.61824029684067, 0.33868312835693, -0.70927637815475), CFrame.new(-0.18855121731758, 0.10147451609373, 0.1513434201479, 0.26830720901489, 0.1022013425827, 0.95789676904678, -0.91431701183319, -0.28612715005875, 0.28662842512131, 0.30337399244308, -0.95272570848465, 0.016674339771271), CFrame.new(1.0418713092804, 0.31600132584572, 0.035388145595789, 0.78759598731995, 0.56642109155655, -0.2426101565361, -0.52108436822891, 0.82238030433655, 0.22838950157166, 0.32888245582581, -0.053458295762539, 0.94285655021667), CFrame.new(-0.49915471673012, -0.085479915142059, 0.086015410721302, 0.63458871841431, -0.74545150995255, -0.20395904779434, 0.76933568716049, 0.58416944742203, 0.25858986377716, -0.073619544506073, -0.32101118564606, 0.94420975446701), CFrame.new(0.00042219337774441, -0.0004796075518243, -0.00017732381820679, 0.98983907699585, 0.084531962871552, 0.11433681845665, -0.069183558225632, 0.98881661891937, -0.13211862742901, -0.12422639131546, 0.12286596000195, 0.98461759090424)}, {-0.033333301544189, CFrame.new(-0.10828399658203, -0.30294144153595, -0.3960993885994, 0.77098625898361, 0.63588261604309, 0.035121656954288, -0.63685047626495, 0.76969909667969, 0.044550787657499, 0.0012959614396095, -0.056715290993452, 0.99838954210281), CFrame.new(0.29753169417381, 0.064189329743385, 0.34559002518654, -0.13419373333454, -0.98256874084473, -0.12865072488785, -0.75062489509583, 0.016030177474022, 0.66053420305252, -0.6469578742981, 0.185207888484, -0.73969179391861), CFrame.new(-0.18862590193748, 0.1014740690589, 0.15129710733891, 0.2727677822113, 0.15915507078171, 0.94882422685623, -0.88561779260635, -0.34376555681229, 0.31226015090942, 0.37587088346481, -0.92547011375427, 0.047182366251945), CFrame.new(0.93514931201935, 0.29431986808777, 0.051973640918732, 0.8195748925209, 0.5231357216835, -0.23372206091881, -0.4819318652153, 0.85001838207245, 0.21262747049332, 0.30990108847618, -0.061626009643078, 0.94876950979233), CFrame.new(-0.44835144281387, -0.045049127191305, 0.096927285194397, 0.68859755992889, -0.6965537071228, -0.20160916447639, 0.72306907176971, 0.63854074478149, 0.26350861787796, -0.054812259972095, -0.32722872495651, 0.94335407018661), CFrame.new(0.00044998252997175, -0.00046537542948499, -0.00018581746553537, 0.98701453208923, 0.11993971467018, 0.10684938728809, -0.11098590493202, 0.99008077383041, -0.086152195930481, -0.11612258851528, 0.073174700140953, 0.99053567647934)}, {-0.033333301544189, CFrame.new(-0.064437851309776, -0.2993403673172, -0.36233681440353, 0.81239819526672, 0.58135056495667, 0.045174524188042, -0.58303260803223, 0.81106317043304, 0.047429177910089, -0.0090664159506559, -0.064869597554207, 0.99785256385803), CFrame.new(0.26679766178131, 0.055365703999996, 0.36510226130486, 0.096417233347893, -0.99473994970322, -0.034587025642395, -0.75955921411514, -0.09598995745182, 0.6433162689209, -0.64325231313705, -0.035755902528763, -0.7648189663887), CFrame.new(-0.18873047828674, 0.10147344321012, 0.15123227238655, 0.27142888307571, 0.23842945694923, 0.9324579834938, -0.83761179447174, -0.4186794757843, 0.35087648034096, 0.47406011819839, -0.87627577781677, 0.086069494485855), CFrame.new(0.78573846817017, 0.26396584510803, 0.075193338096142, 0.8602648973465, 0.46005097031593, -0.21976660192013, -0.42441579699516, 0.88502389192581, 0.19132161140442, 0.28251639008522, -0.071314848959446, 0.95660787820816), CFrame.new(-0.37722688913345, 0.011553980410099, 0.11220390349627, 0.75785857439041, -0.62173616886139, -0.19772353768349, 0.65182566642761, 0.70863848924637, 0.27010157704353, -0.027817375957966, -0.33358004689217, 0.94231128692627), CFrame.new(0.00048888736637309, -0.0004454504523892, -0.00019770860671997, 0.98048853874207, 0.16974033415318, 0.099149137735367, -0.16847778856754, 0.9854810833931, -0.021032314747572, -0.10127963125706, 0.00391751434654, 0.99485033750534)}, {-0.033333301544189, CFrame.new(-0.0080642700195313, -0.29471042752266, -0.31892776489258, 0.85990059375763, 0.50718307495117, 0.057760063558817, -0.50993573665619, 0.85863208770752, 0.052120368927717, -0.023160073906183, -0.074272260069847, 0.99696904420853), CFrame.new(0.22728246450424, 0.044021043926477, 0.39018940925598, 0.38066363334656, -0.92010873556137, 0.092169359326363, -0.7326300740242, -0.23927283287048, 0.63718283176422, -0.56422382593155, -0.31007838249207, -0.76518177986145), CFrame.new(-0.18886491656303, 0.10147263109684, 0.15114890038967, 0.25676369667053, 0.33784663677216, 0.90550094842911, -0.76354038715363, -0.50348514318466, 0.40436205267906, 0.59251874685287, -0.79521203041077, 0.12868292629719), CFrame.new(0.59363883733749, 0.22493924200535, 0.10504722595215, 0.90524137020111, 0.37522801756859, -0.19935393333435, -0.34633228182793, 0.92341309785843, 0.16541504859924, 0.24615439772606, -0.08069783449173, 0.96586531400681), CFrame.new(-0.28578105568886, 0.084329396486282, 0.13184526562691, 0.83495837450027, -0.51581919193268, -0.19176839292049, 0.55026054382324, 0.78736531734467, 0.27797350287437, 0.007607713341713, -0.33761885762215, 0.94125217199326), CFrame.new(0.00053890777053311, -0.00041983259143308, -0.00021299719810486, 0.96776688098907, 0.23360794782639, 0.094099074602127, -0.23998880386353, 0.96871101856232, 0.06328022480011, -0.076372042298317, -0.083823218941689, 0.9935497045517)}, {-0.033333420753479, CFrame.new(0.067100524902344, -0.28853714466095, -0.2610490322113, 0.91259491443634, 0.40215176343918, 0.073786616325378, -0.40658491849899, 0.91163754463196, 0.060046657919884, -0.043118786066771, -0.08479879796505, 0.99546468257904), CFrame.new(0.17459553480148, 0.028894828632474, 0.42363891005516, 0.69186902046204, -0.67721390724182, 0.25039717555046, -0.63491749763489, -0.4055118560791, 0.6576019525528, -0.34379813075066, -0.61395597457886, -0.71053600311279), CFrame.new(-0.1890441775322, 0.10147155076265, 0.15103775262833, 0.21521306037903, 0.46212750673294, 0.86030322313309, -0.64615303277969, -0.59315437078476, 0.48026502132416, 0.73223608732224, -0.65924680233002, 0.1709503531456), CFrame.new(0.33750599622726, 0.17290376126766, 0.14485241472721, 0.95168179273605, 0.25696495175362, -0.16813941299915, -0.23621559143066, 0.96243417263031, 0.1338757276535, 0.19622446596622, -0.087689943611622, 0.97663015127182), CFrame.new(-0.16385324299335, 0.18136329948902, 0.15803375840187, 0.91472166776657, -0.36061474680901, -0.18232175707817, 0.4003110229969, 0.87021380662918, 0.28719156980515, 0.05509340763092, -0.33568578958511, 0.94036149978638), CFrame.new(0.00060560170095414, -0.00038567549199797, -0.00023338198661804, 0.94349634647369, 0.31719094514847, 0.0959402769804, -0.32968604564667, 0.92772620916367, 0.17501780390739, -0.033492252230644, -0.1967588365078, 0.97987973690033)}, {-0.033333301544189, CFrame.new(0.14226531982422, -0.28236389160156, -0.20317029953003, 0.95245707035065, 0.2914614379406, 0.088745348155499, -0.29784205555916, 0.95206141471863, 0.069779358804226, -0.064153030514717, -0.092893943190575, 0.99360710382462), CFrame.new(0.12190860509872, 0.01376861333847, 0.45708841085434, 0.87482917308807, -0.3124472796917, 0.37020397186279, -0.48351362347603, -0.51614356040955, 0.70697277784348, -0.029813328757882, -0.79747891426086, -0.60260981321335), CFrame.new(-0.18922343850136, 0.10147047042847, 0.15092658996582, 0.15023481845856, 0.57204347848892, 0.80634707212448, -0.5121882557869, -0.65258377790451, 0.55838829278946, 0.84563136100769, -0.49689102172852, 0.19495297968388), CFrame.new(0.081373132765293, 0.1208682730794, 0.18465760350227, 0.98194420337677, 0.13466902077198, -0.1328529715538, -0.1209788993001, 0.98695111274719, 0.10626205056906, 0.14542952179909, -0.088270992040634, 0.98542296886444), CFrame.new(-0.041925430297852, 0.27839720249176, 0.18422225117683, 0.96593052148819, -0.19388498365879, -0.17142586410046, 0.23806166648865, 0.92546463012695, 0.29468899965286, 0.10151279717684, -0.32545906305313, 0.94009113311768), CFrame.new(0.00067229568958282, -0.00035151839256287, -0.00025376677513123, 0.91137981414795, 0.39727056026459, 0.1075309291482, -0.41110172867775, 0.86632019281387, 0.28369817137718, 0.019548730924726, -0.30276292562485, 0.95286536216736)}, {-0.033333301544189, CFrame.new(0.14105309545994, -0.29327392578125, -0.26319152116776, 0.9938035607338, 0.10169970244169, 0.044852048158646, -0.10674100369215, 0.98575937747955, 0.12994156777859, -0.03099830634892, -0.13392393290997, 0.99050670862198), CFrame.new(0.16992518305779, -0.015623927116394, 0.40365356206894, 0.99182617664337, -0.087709873914719, -0.092671051621437, 0.059769123792648, -0.32231184840202, 0.94474494457245, -0.11273242533207, -0.94256162643433, -0.31443497538567), CFrame.new(-0.25892180204391, 0.062479481101036, 0.18259677290916, 0.016416609287262, 0.73267894983292, 0.68037647008896, -0.26882046461105, -0.65217918157578, 0.70880037546158, 0.96305042505264, -0.19453525543213, 0.18625247478485), CFrame.new(0.04472379013896, 0.19505293667316, 0.11516933888197, 0.94874167442322, 0.29228186607361, -0.120251968503, -0.2703520655632, 0.94759321212769, 0.17022626101971, 0.16370399296284, -0.12899039685726, 0.97804015874863), CFrame.new(-0.26986488699913, 0.22627663612366, 0.25977253913879, 0.94761282205582, -0.29520162940025, -0.12200803309679, 0.31359502673149, 0.93240863084793, 0.17964515089989, 0.060729809105396, -0.20849516987801, 0.97613608837128), CFrame.new(0.00071591924643144, -0.00036254379665479, -0.00024945041514002, 0.88481450080872, 0.45574030280113, 0.096974581480026, -0.46438696980476, 0.84555065631866, 0.26341757178307, 0.038053065538406, -0.27810940146446, 0.95979535579681)}, {-0.033333301544189, CFrame.new(0.14006125926971, -0.30220031738281, -0.3122997879982, 0.9984769821167, -0.055164527148008, 0.00078203063458204, 0.054210167378187, 0.98363864421844, 0.17180287837982, -0.010246657766402, -0.17149883508682, 0.98513102531433), CFrame.new(0.20921146869659, -0.039672367274761, 0.35993412137032, 0.86584055423737, -0.0071953386068344, -0.50026828050613, 0.49867427349091, -0.068623729050159, 0.86406874656677, -0.040547490119934, -0.99761664867401, -0.055829092860222), CFrame.new(-0.31594774127007, 0.030577762052417, 0.20850875973701, -0.12935608625412, 0.81222426891327, 0.56882256269455, -0.070958882570267, -0.57975387573242, 0.81169617176056, 0.98905616998672, 0.064634740352631, 0.13262896239758), CFrame.new(0.014737961813807, 0.25574949383736, 0.058315299451351, 0.90387099981308, 0.4153815805912, -0.10234887897968, -0.38662418723106, 0.8955574631691, 0.22022400796413, 0.18313629925251, -0.15948356688023, 0.97006499767303), CFrame.new(-0.45636078715324, 0.18363253772259, 0.32158640027046, 0.92563915252686, -0.37139308452606, -0.072520978748798, 0.3768185377121, 0.9222104549408, 0.086808130145073, 0.034639671444893, -0.10768024623394, 0.99358189105988), CFrame.new(0.000751611252781, -0.00037156458711252, -0.00024591883993708, 0.86040431261063, 0.50207501649857, 0.08732246607542, -0.50694960355759, 0.82575732469559, 0.24723878502846, 0.052025236189365, -0.25699338316917, 0.96501183509827)}, {-0.033333301544189, CFrame.new(0.13928985595703, -0.30914306640625, -0.35049510002136, 0.98382306098938, -0.17512458562851, -0.037730190902948, 0.17913654446602, 0.96349769830704, 0.19895307719707, 0.0015113763511181, -0.20249347388744, 0.97928243875504), CFrame.new(0.23976747691631, -0.058376707136631, 0.32593011856079, 0.64895796775818, -0.025769144296646, -0.76038777828217, 0.75523483753204, 0.14274129271507, 0.63972294330597, 0.092053711414337, -0.98942458629608, 0.11209481954575), CFrame.new(-0.36030122637749, 0.0057653188705444, 0.22866250574589, -0.25713264942169, 0.8369288444519, 0.48314914107323, 0.070755034685135, -0.48231327533722, 0.87313669919968, 0.96378242969513, 0.25869709253311, 0.06480148434639), CFrame.new(-0.0085843410342932, 0.30295792222023, 0.01409550756216, 0.85851573944092, 0.50587326288223, -0.083922617137432, -0.47184064984322, 0.84339511394501, 0.25700399279594, 0.20079135894775, -0.18104386329651, 0.96275955438614), CFrame.new(-0.60141313076019, 0.15046492218971, 0.36966383457184, 0.90444153547287, -0.42561441659927, -0.028945300728083, 0.4261662364006, 0.90449523925781, 0.016452882438898, 0.019178301095963, -0.027216181159019, 0.99944561719894), CFrame.new(0.00077937170863152, -0.00037858076393604, -0.0002431720495224, 0.83980399370193, 0.53708112239838, 0.079203329980373, -0.53932213783264, 0.80866050720215, 0.23494662344456, 0.062136773020029, -0.24002520740032, 0.96877604722977)}, {-0.033333539962769, CFrame.new(0.13873884081841, -0.31410217285156, -0.37777748703957, 0.96368712186813, -0.25846287608147, -0.067112483084202, 0.26693049073219, 0.93939065933228, 0.21515898406506, 0.0074342396110296, -0.22526030242443, 0.97427028417587), CFrame.new(0.26159319281578, -0.071736954152584, 0.30164155364037, 0.45045244693756, -0.081716775894165, -0.8890528678894, 0.86640578508377, 0.28035551309586, 0.41320934891701, 0.21548482775688, -0.9564117193222, 0.19708663225174), CFrame.new(-0.39198231697083, -0.011957857757807, 0.24305804073811, -0.35222399234772, 0.8337584733963, 0.42518869042397, 0.16103056073189, -0.39353978633881, 0.90509438514709, 0.92195868492126, 0.38726422190666, 0.004353404045105), CFrame.new(-0.025243133306503, 0.33667820692062, -0.017490066587925, 0.8208247423172, 0.56706094741821, -0.068473823368549, -0.52931594848633, 0.80022716522217, 0.28188827633858, 0.21464246511459, -0.19513654708862, 0.95700067281723), CFrame.new(-0.70502197742462, 0.12677374482155, 0.40400490164757, 0.88722515106201, -0.46131333708763, 0.0046450789086521, 0.46120980381966, 0.88670003414154, -0.03238233923912, 0.010819612070918, 0.030872782692313, 0.99946475028992), CFrame.new(0.00079920061398298, -0.00038359232712537, -0.00024121007299982, 0.82424706220627, 0.56149393320084, 0.073085032403469, -0.56201750040054, 0.79555535316467, 0.22633619606495, 0.068943195044994, -0.22763200104237, 0.97130352258682)}, {-0.033333301544189, CFrame.new(0.13840824365616, -0.31707763671875, -0.39414688944817, 0.94781517982483, -0.30717796087265, -0.085370168089867, 0.31866431236267, 0.92113184928894, 0.22353787720203, 0.0099712871015072, -0.23907701671124, 0.97094941139221), CFrame.new(0.27468863129616, -0.07975310087204, 0.28706839680672, 0.32155981659889, -0.1304073035717, -0.93786633014679, 0.89934074878693, 0.35198500752449, 0.25940850377083, 0.29628610610962, -0.92687678337097, 0.23046484589577), CFrame.new(-0.41099095344543, -0.022591762244701, 0.25169536471367, -0.40963971614838, 0.82352560758591, 0.39242991805077, 0.20967715978622, -0.33366483449936, 0.91907751560211, 0.88782382011414, 0.45877406001091, -0.035992324352264), CFrame.new(-0.035238407552242, 0.35691034793854, -0.036441408097744, 0.79619497060776, 0.60222172737122, -0.058331795036793, -0.56228196620941, 0.77208042144775, 0.29619407653809, 0.22341132164001, -0.20302933454514, 0.95334488153458), CFrame.new(-0.76718729734421, 0.11255906522274, 0.42460951209068, 0.87610602378845, -0.48143273591995, 0.025705013424158, 0.48206907510757, 0.87400728464127, -0.060997374355793, 0.0068997545167804, 0.065831758081913, 0.99780684709549), CFrame.new(0.00081109791062772, -0.00038659921847284, -0.00024003286671359, 0.81458270549774, 0.5758940577507, 0.069289155304432, -0.57545346021652, 0.78734076023102, 0.22124160826206, 0.072857551276684, -0.22009228169918, 0.97275441884995)}, {-0.033333301544189, CFrame.new(0.13829803466797, -0.31806945800781, -0.39960336685181, 0.94190317392349, -0.32316765189171, -0.091548204421997, 0.33571574091911, 0.91442519426346, 0.22610068321228, 0.010645586997271, -0.24369913339615, 0.96979248523712), CFrame.new(0.27905377745628, -0.082425147294998, 0.28221070766449, 0.27780789136887, -0.14885827898979, -0.94903326034546, 0.90441483259201, 0.37354183197021, 0.20615588128567, 0.32381555438042, -0.91559141874313, 0.23840254545212), CFrame.new(-0.41732716560364, -0.02613639831543, 0.25457447767258, -0.42872005701065, 0.81874293088913, 0.38191512227058, 0.22486966848373, -0.31272464990616, 0.9228418469429, 0.87500441074371, 0.48152190446854, -0.050039082765579), CFrame.new(-0.038570165634155, 0.36365443468094, -0.042758524417877, 0.78766047954559, 0.61366683244705, -0.054810240864754, -0.57300186157227, 0.76233673095703, 0.30085173249245, 0.22640654444695, -0.20556266605854, 0.95209455490112), CFrame.new(-0.78790903091431, 0.10782082378864, 0.43147772550583, 0.87227255105972, -0.48791426420212, 0.032867550849915, 0.48898595571518, 0.86944544315338, -0.070409722626209, 0.0057773888111115, 0.077488303184509, 0.99697643518448), CFrame.new(0.00081506371498108, -0.00038760155439377, -0.00023964047431946, 0.81130689382553, 0.58065176010132, 0.068003356456757, -0.57990097999573, 0.78454452753067, 0.21955572068691, 0.074133820831776, -0.21756230294704, 0.97322708368301)}, {-0.033333301544189, CFrame.new(0.13885833323002, -0.31586933135986, -0.39531674981117, 0.94625252485275, -0.31148958206177, -0.087065473198891, 0.32330298423767, 0.91847497224808, 0.22776946425438, 0.0090196467936039, -0.24367594718933, 0.96981477737427), CFrame.new(0.27595907449722, -0.078718692064285, 0.27763718366623, 0.27674722671509, -0.15416666865349, -0.9484955072403, 0.91169846057892, 0.35404568910599, 0.20846489071846, 0.30367243289948, -0.9224339723587, 0.23853462934494), CFrame.new(-0.41266477108002, -0.023533169180155, 0.252455919981, -0.41209107637405, 0.82381880283356, 0.38923507928848, 0.20669612288475, -0.33153229951859, 0.92052352428436, 0.88738840818405, 0.45979261398315, -0.033658981323242), CFrame.new(-0.040057472884655, 0.36042186617851, -0.042759582400322, 0.79205507040024, 0.60787761211395, -0.055978924036026, -0.56729519367218, 0.76682698726654, 0.30025419592857, 0.22544392943382, -0.20606127381325, 0.95221525430679), CFrame.new(-0.77601093053818, 0.10931735485792, 0.42620107531548, 0.87246453762054, -0.48790287971497, 0.027504099532962, 0.48862648010254, 0.87017756700516, -0.063523344695568, 0.0070597734302282, 0.068861089646816, 0.9976013302803), CFrame.new(0.00081198295811191, -0.0003909723891411, -0.00023992390197236, 0.8144862651825, 0.57578879594803, 0.071270234882832, -0.57524818181992, 0.78545492887497, 0.22836409509182, 0.075509913265705, -0.22699747979641, 0.97096365690231)}, {-0.033333301544189, CFrame.new(0.14053925871849, -0.30926895141602, -0.38245689868927, 0.95830070972443, -0.27614998817444, -0.073490850627422, 0.28573161363602, 0.92969799041748, 0.23242011666298, 0.0041414946317673, -0.2437270283699, 0.96983504295349), CFrame.new(0.26667499542236, -0.067599318921566, 0.2639165520668, 0.27288210391998, -0.1699410378933, -0.94691896438599, 0.93100106716156, 0.29467904567719, 0.21540972590446, 0.24243029952049, -0.94036400318146, 0.23862788081169), CFrame.new(-0.39867758750916, -0.01572348549962, 0.24610018730164, -0.36202156543732, 0.83585035800934, 0.41266769170761, 0.14959219098091, -0.38486504554749, 0.91076958179474, 0.92008835077286, 0.3914500772953, 0.01429271697998), CFrame.new(-0.044519402086735, 0.35072416067123, -0.042762748897076, 0.80498164892197, 0.59031295776367, -0.059457711875439, -0.54998421669006, 0.78004395961761, 0.2984105348587, 0.22253519296646, -0.20751422643661, 0.95258384943008), CFrame.new(-0.74031674861908, 0.11380695551634, 0.41037103533745, 0.87299805879593, -0.48759001493454, 0.011415727436543, 0.48760122060776, 0.87201541662216, -0.042826995253563, 0.010927323251963, 0.042954206466675, 0.99901723861694), CFrame.new(0.00080274074571207, -0.00040108495159075, -0.00024077418493107, 0.82392120361328, 0.5609222650528, 0.080746978521347, -0.5611275434494, 0.78754901885986, 0.25475978851318, 0.079308226704597, -0.255211353302, 0.96362721920013)}, {-0.033333301544189, CFrame.new(0.14334081113338, -0.29826828837395, -0.3610238134861, 0.97500771284103, -0.21635718643665, -0.050493128597736, 0.2221355587244, 0.94527733325958, 0.23896977305412, -0.0039728097617626, -0.24421370029449, 0.96971327066422), CFrame.new(0.25120151042938, -0.04906702786684, 0.24104888737202, 0.26420316100121, -0.19558489322662, -0.94442749023438, 0.95451128482819, 0.19336012005806, 0.22698050737381, 0.13822075724602, -0.96143561601639, 0.23777431249619), CFrame.new(-0.3753656744957, -0.0027073454111814, 0.23550729453564, -0.27893704175949, 0.84504926204681, 0.45616433024406, 0.046939164400101, -0.4624525308609, 0.88540077209473, 0.95916152000427, 0.26838302612305, 0.089329183101654), CFrame.new(-0.051955945789814, 0.33456134796143, -0.042768031358719, 0.82565486431122, 0.56040006875992, -0.06516083329916, -0.52051454782486, 0.80121129751205, 0.29516980051994, 0.21762073040009, -0.209791213274, 0.953220307827), CFrame.new(-0.68082642555237, 0.12128961086273, 0.38398769497871, 0.87374579906464, -0.48613995313644, -0.015367018990219, 0.48607015609741, 0.87388092279434, -0.008241068571806, 0.017435258254409, -0.0002688504755497, 0.99984794855118), CFrame.new(0.0007873370195739, -0.00041793924174272, -0.00024219130864367, 0.83928036689758, 0.53525674343109, 0.09543950855732, -0.5370876789093, 0.78891050815582, 0.29859182238579, 0.084530055522919, -0.30186161398888, 0.94959688186646)}, {-0.033333301544189, CFrame.new(0.14726297557354, -0.2828674018383, -0.3310175538063, 0.99119639396667, -0.13121351599693, -0.017682505771518, 0.13151961565018, 0.96041542291641, 0.24557034671307, -0.015239598229527, -0.24573405086994, 0.96921747922897), CFrame.new(0.22953866422176, -0.023121830075979, 0.20903414487839, 0.24753221869469, -0.22963660955429, -0.94127303361893, 0.96882659196854, 0.048492521047592, 0.24294775724411, -0.010144948959351, -0.97206765413284, 0.23448145389557), CFrame.new(-0.342728972435, 0.015515252947807, 0.22067728638649, -0.16674947738647, 0.83487200737, 0.52457946538925, -0.10824480652809, -0.54431283473969, 0.83186960220337, 0.98003977537155, 0.081930726766586, 0.18113420903683), CFrame.new(-0.062367111444473, 0.31193339824677, -0.042775426059961, 0.85272097587585, 0.51725023984909, -0.072933048009872, -0.4780268073082, 0.82898950576782, 0.29028755426407, 0.2106120288372, -0.21267032623291, 0.95415616035461), CFrame.new(-0.59753996133804, 0.13176533579826, 0.34705099463463, 0.87449312210083, -0.48216527700424, -0.052711136639118, 0.48430496454239, 0.87397241592407, 0.040261052548885, 0.026655599474907, -0.060736276209354, 0.99779784679413), CFrame.new(0.00076577183790505, -0.000441535259597, -0.00024417528766207, 0.85993778705597, 0.49759119749069, 0.1136220395565, -0.50249272584915, 0.7863422036171, 0.35939812660217, 0.089487537741661, -0.36615431308746, 0.92624133825302)}, {-0.033333301544189, CFrame.new(0.15230573713779, -0.26306623220444, -0.29243803024292, 0.99947655200958, -0.020363867282867, 0.025139084085822, 0.013450511731207, 0.96826201677322, 0.24957504868507, -0.029423533007503, -0.24910625815392, 0.96802908182144), CFrame.new(0.20168641209602, 0.010236278176308, 0.16787233948708, 0.21892499923706, -0.26913160085678, -0.93789124488831, 0.95497757196426, -0.13814228773117, 0.26255378127098, -0.20022395253181, -0.95314466953278, 0.22677187621593), CFrame.new(-0.30076751112938, 0.03894430026412, 0.20161011815071, -0.037316143512726, 0.78323602676392, 0.62060368061066, -0.31654047966003, -0.5983207821846, 0.7360805273056, 0.94784474372864, -0.16897857189178, 0.27025282382965), CFrame.new(-0.075752884149551, 0.28284031152725, -0.042784936726093, 0.88419926166534, 0.45976087450981, -0.082532033324242, -0.42145749926567, 0.86141538619995, 0.28343790769577, 0.20140804350376, -0.21583186089993, 0.95543253421783), CFrame.new(-0.49045729637146, 0.14523413777351, 0.29956096410751, 0.87493634223938, -0.47374522686005, -0.10025897622108, 0.48269331455231, 0.86977136135101, 0.10249347984791, 0.03864660859108, -0.13806959986687, 0.98966825008392), CFrame.new(0.00073804520070553, -0.00047187294694595, -0.00024672612198628, 0.88487094640732, 0.44651982188225, 0.1327535957098, -0.45670387148857, 0.7753986120224, 0.43609467148781, 0.091787934303284, -0.44651660323143, 0.89005500078201)}, {-0.033333539962769, CFrame.new(0.15846914052963, -0.238864839077, -0.24528525769711, 0.99031817913055, 0.11508558690548, 0.077621802687645, -0.130963742733, 0.95998150110245, 0.24755603075027, -0.046025369316339, -0.2553249001503, 0.96575921773911), CFrame.new(0.16764476895332, 0.051007308065891, 0.11756344884634, 0.17448776960373, -0.30889347195625, -0.93495392799377, 0.88967561721802, -0.35742259025574, 0.28412413597107, -0.42193767428398, -0.8813818693161, 0.21244901418686), CFrame.new(-0.24948126077652, 0.067579813301563, 0.17830580472946, 0.084798097610474, 0.66719001531601, 0.74004518985748, -0.56243520975113, -0.58103108406067, 0.58827692270279, 0.82248163223267, -0.46611228585243, 0.32598066329956), CFrame.new(-0.09211328625679, 0.24728207290173, -0.042796555906534, 0.91741400957108, 0.38676801323891, -0.09360545873642, -0.34968867897987, 0.89583152532578, 0.27423286437988, 0.18991923332214, -0.21885232627392, 0.95709681510925), CFrame.new(-0.35957854986191, 0.16169598698616, 0.24151760339737, 0.87468439340591, -0.45847162604332, -0.15726082026958, 0.48174127936363, 0.85807901620865, 0.17783632874489, 0.053409304469824, -0.23130968213081, 0.97141301631927), CFrame.new(0.00070415710797533, -0.00050895236199722, -0.0002498438116163, 0.91253304481506, 0.38073867559433, 0.14940401911736, -0.39934611320496, 0.75050574541092, 0.52655851840973, 0.08835257589817, -0.54016590118408, 0.8369078040123)}, {-0.033333301544189, CFrame.new(0.16575314104557, -0.21026316285133, -0.18955928087234, 0.95245748758316, 0.27141329646111, 0.13841813802719, -0.29784080386162, 0.92512661218643, 0.23543925583363, -0.064152963459492, -0.2654724419117, 0.96198171377182), CFrame.new(0.12741374969482, 0.099191248416901, 0.058107495307922, 0.11177358031273, -0.34104180335999, -0.93337953090668, 0.74889886379242, -0.58847838640213, 0.30470225214958, -0.65318995714188, -0.73306447267532, 0.18962951004505), CFrame.new(-0.18887022137642, 0.10142177343369, 0.15076434612274, 0.1602952927351, 0.47306427359581, 0.86632305383682, -0.8042089343071, -0.44630071520805, 0.39250925183296, 0.57232266664505, -0.75962209701538, 0.30890280008316), CFrame.new(-0.11144830286503, 0.20525872707367, -0.042810291051865, 0.94893360137939, 0.29725393652916, -0.10566503554583, -0.26175203919411, 0.92882210016251, 0.26225075125694, 0.17609906196594, -0.22120049595833, 0.95919734239578), CFrame.new(-0.20490366220474, 0.18115091323853, 0.17292088270187, 0.87326484918594, -0.43354389071465, -0.2223696410656, 0.48206999897957, 0.83510792255402, 0.26495888829231, 0.070831388235092, -0.33857697248459, 0.9382688999176), CFrame.new(0.00066410750150681, -0.00055277347564697, -0.00025352835655212, 0.94072449207306, 0.29946938157082, 0.15923452377319, -0.33065986633301, 0.70524090528488, 0.62713575363159, 0.075509265065193, -0.64261424541473, 0.76245987415314)}, {-0.033333301544189, CFrame.new(0.14914311468601, -0.14532974362373, -0.23852771520615, 0.92606282234192, 0.33942264318466, 0.16492408514023, -0.36955749988556, 0.9041633605957, 0.21428008377552, -0.076386801898479, -0.25938573479652, 0.96274816989899), CFrame.new(0.22755107283592, 0.016105350106955, 0.054396457970142, 0.010807275772095, -0.56932425498962, -0.82204204797745, 0.44709932804108, -0.73258471488953, 0.51324641704559, -0.89441901445389, -0.37308126688004, 0.24662721157074), CFrame.new(-0.23701560497284, 0.10624051094055, 0.19755491614342, 0.094346404075623, 0.44594132900238, 0.89007592201233, -0.87562036514282, -0.38824111223221, 0.2873287498951, 0.47369578480721, -0.80647706985474, 0.35384613275528), CFrame.new(0.18921707570553, 0.16804066300392, -0.029696712270379, 0.93401306867599, 0.35068580508232, -0.068111382424831, -0.33347269892693, 0.92426198720932, 0.18583817780018, 0.12812356650829, -0.15086199343204, 0.98021686077118), CFrame.new(-0.15390107035637, 0.23460146784782, 0.12881182134151, 0.88735944032669, -0.43422171473503, -0.15506371855736, 0.46016654372215, 0.81288075447083, 0.3570317029953, -0.028982594609261, -0.38817059993744, 0.92113167047501), CFrame.new(0.00054693262791261, -0.00037813349626958, -0.00016834834241308, 0.97257846593857, 0.21370948851109, 0.091757655143738, -0.22990919649601, 0.82387685775757, 0.51804322004318, 0.035113722085953, -0.52493363618851, 0.85041862726212)}, {-0.033333301544189, CFrame.new(0.13555307686329, -0.092202410101891, -0.27859279513359, 0.90032637119293, 0.39377310872078, 0.1853513866663, -0.42649027705193, 0.88311433792114, 0.19548687338829, -0.086709007620811, -0.255052536726, 0.96303153038025), CFrame.new(0.30948162078857, -0.05187401920557, 0.0513601526618, -0.13702666759491, -0.69321668148041, -0.70758360624313, 0.16639494895935, -0.72027957439423, 0.67343175411224, -0.97649198770523, -0.02546027302742, 0.21404507756233), CFrame.new(-0.27640730142593, 0.11018311232328, 0.2358381152153, 0.037229716777802, 0.42734318971634, 0.9033225774765, -0.92128056287766, -0.33549499511719, 0.19668555259705, 0.38711249828339, -0.83953607082367, 0.38121265172958), CFrame.new(0.43521600961685, 0.13758949935436, -0.018967421725392, 0.91766923666, 0.3952556848526, -0.040695421397686, -0.38818436861038, 0.91366338729858, 0.12054914981127, 0.084829650819302, -0.09482691437006, 0.99187284708023), CFrame.new(-0.11217169463634, 0.2783337533474, 0.092722594738007, 0.89370059967041, -0.43754962086678, -0.09924503415823, 0.43513372540474, 0.79136568307877, 0.42941710352898, -0.10935217887163, -0.42695519328117, 0.89763659238815), CFrame.new(0.00045106228208169, -0.00023524626158178, -9.8655611509457e-05, 0.9898509979248, 0.13433033227921, 0.046371430158615, -0.14141917228699, 0.89901685714722, 0.41445058584213, 0.013984588906169, -0.41680216789246, 0.90888965129852)}, {-0.033333301544189, CFrame.new(0.12498307228088, -0.050881158560514, -0.30975449085236, 0.87780439853668, 0.43508651852608, 0.20039747655392, -0.46952411532402, 0.86437648534775, 0.18000110983849, -0.094902828335762, -0.25209718942642, 0.96303707361221), CFrame.new(0.37320536375046, -0.1047468483448, 0.048998579382896, -0.27864134311676, -0.73757302761078, -0.61509788036346, -0.045548856258392, -0.62959361076355, 0.77558863162994, -0.95931470394135, 0.24412789940834, 0.14183485507965), CFrame.new(-0.30704525113106, 0.11324957758188, 0.26561394333839, -0.0086448192596436, 0.41528582572937, 0.90964996814728, -0.94842445850372, -0.29168176651001, 0.12414926290512, 0.31688567996025, -0.86166095733643, 0.39638864994049), CFrame.new(0.62654846906662, 0.11390528082848, -0.010622419416904, 0.90246939659119, 0.43021300435066, -0.021580282598734, -0.42797246575356, 0.90120017528534, 0.068394489586353, 0.048872355371714, -0.052488166838884, 0.99742496013641), CFrame.new(-0.079715512692928, 0.31234773993492, 0.064653195440769, 0.8953600525856, -0.44184473156929, -0.055710986256599, 0.41139021515846, 0.77269214391708, 0.48343050479889, -0.17055374383926, -0.45576328039169, 0.87360823154449), CFrame.new(0.00037649646401405, -0.00012411177158356, -4.4450163841248e-05, 0.99751174449921, 0.068174302577972, 0.017959896475077, -0.070297554135323, 0.94252002239227, 0.32667142152786, 0.0053430320695043, -0.32712113857269, 0.94496726989746)}, {-0.033333301544189, CFrame.new(0.11743305623531, -0.021365968510509, -0.33201289176941, 0.8604092001915, 0.46401926875114, 0.21067067980766, -0.49952873587608, 0.8497526049614, 0.16849780082703, -0.10083174705505, -0.25021311640739, 0.96292591094971), CFrame.new(0.4187223315239, -0.14251315593719, 0.047311745584011, -0.38672161102295, -0.73869210481644, -0.55206906795502, -0.18222272396088, -0.52563321590424, 0.83096593618393, -0.90401387214661, 0.42195206880569, 0.068667322397232), CFrame.new(-0.32892954349518, 0.11543991416693, 0.28688237071037, -0.041967391967773, 0.40802323818207, 0.91200661659241, -0.96319222450256, -0.25910377502441, 0.071597903966904, 0.26551786065102, -0.87543272972107, 0.40387856960297), CFrame.new(0.76321452856064, 0.09698797762394, -0.0046617020852864, 0.89032226800919, 0.4552386701107, -0.0091654416173697, -0.45479586720467, 0.89007145166397, 0.030554482713342, 0.022067477926612, -0.023034932091832, 0.99949109554291), CFrame.new(-0.056532524526119, 0.33664345741272, 0.044603623449802, 0.89478522539139, -0.44581335783005, -0.024696484208107, 0.39221858978271, 0.75837630033493, 0.52060544490814, -0.21336360275745, -0.47551646828651, 0.85344016551971), CFrame.new(0.00032323517370969, -4.4729968067259e-05, -5.7319775805809e-06, 0.99981546401978, 0.019143261015415, 0.0016194029012695, -0.018902726471424, 0.96518307924271, 0.26089149713516, 0.0034312936477363, -0.2608739733696, 0.9653667807579)}, {-0.033333301544189, CFrame.new(0.11290304362774, -0.0036568627692759, -0.34536790847778, 0.84945929050446, 0.48113051056862, 0.21663871407509, -0.51721966266632, 0.84049117565155, 0.16142591834068, -0.1044160053134, -0.24917456507683, 0.96281325817108), CFrame.new(0.44603246450424, -0.16517294943333, 0.046299640089273, -0.45206642150879, -0.72700548171997, -0.5168165564537, -0.25538095831871, -0.44965559244156, 0.85591518878937, -0.85464435815811, 0.51891541481018, 0.017610609531403), CFrame.new(-0.34206008911133, 0.11675411462784, 0.29964345693588, -0.062118172645569, 0.40422025322914, 0.91254985332489, -0.97017431259155, -0.23910635709763, 0.039873093366623, 0.23431405425072, -0.88285565376282, 0.40701705217361), CFrame.new(0.84521412849426, 0.086837589740753, -0.0010852727573365, 0.88253176212311, 0.47024753689766, -0.0022265966981649, -0.47021988034248, 0.88251608610153, 0.0076592112891376, 0.0055667324922979, -0.0057125077582896, 0.99996823072433), CFrame.new(-0.042622730135918, 0.35122087597847, 0.032573886215687, 0.8937366604805, -0.44854965806007, -0.0061617121100426, 0.37985596060753, 0.74941468238831, 0.5422979593277, -0.23862987756729, -0.48701214790344, 0.84016364812851), CFrame.new(0.00029127838206477, 2.8990962164244e-06, 1.7498927263659e-05, 0.999920129776, -0.010810848325491, -0.0065423916094005, 0.011987214908004, 0.97532999515533, 0.22042600810528, 0.003997998777777, -0.22048683464527, 0.975381731987)}, {-0.033333539962769, CFrame.new(0.11139304190874, 0.0022461772896349, -0.34981960058212, 0.84572494029999, 0.48679116368294, 0.218594789505, -0.52306294441223, 0.83732378482819, 0.15904101729393, -0.10561487078667, -0.24884378910065, 0.9627680182457), CFrame.new(0.45513588190079, -0.17272621393204, 0.045962274074554, -0.47369900345802, -0.72108060121536, -0.50562036037445, -0.27802529931068, -0.42231997847557, 0.86275595426559, -0.83565014600754, 0.54926192760468, -0.00042609823867679), CFrame.new(-0.34643694758415, 0.11719217896461, 0.30389714241028, -0.068854793906212, 0.40304625034332, 0.91258579492569, -0.97218632698059, -0.23237216472626, 0.029276207089424, 0.2238591760397, -0.88518750667572, 0.40783601999283), CFrame.new(0.87254738807678, 0.083454132080078, 0.00010687112808228, 0.87985271215439, 0.47524645924568, -2.9802322387695e-08, -0.47524645924568, 0.87985271215439, -2.9802322387695e-08, -3.0042137666442e-08, 5.9484133174692e-08, 1), CFrame.new(-0.037986129522324, 0.35608002543449, 0.028563968837261, 0.89327013492584, -0.44952037930489, 1.1920928955078e-07, 0.37559449672699, 0.7463675737381, 0.54942190647125, -0.246976390481, -0.49078211188316, 0.83554512262344), CFrame.new(0.00028062611818314, 1.8775463104248e-05, 2.5242567062378e-05, 0.99974197149277, -0.020866971462965, -0.0089841037988663, 0.022274179384112, 0.9781306385994, 0.20679533481598, 0.0044724456965923, -0.20694208145142, 0.97834306955338)}, {-0.033333301544189, CFrame.new(0.11256309598684, -0.0017901870887727, -0.3453634083271, 0.85071837902069, 0.47937169671059, 0.21559458971024, -0.51522481441498, 0.84169369935989, 0.16153985261917, -0.10402697324753, -0.24850460886955, 0.96302849054337), CFrame.new(0.44845303893089, -0.16717633605003, 0.046208761632442, -0.45972400903702, -0.72370988130569, -0.51468259096146, -0.26446050405502, -0.44169557094574, 0.85730159282684, -0.84777051210403, 0.53023517131805, 0.011665165424347), CFrame.new(-0.34323218464851, 0.11687089502811, 0.30077427625656, -0.066690444946289, 0.40916702151299, 0.91001927852631, -0.96848201751709, -0.24591690301895, 0.039595484733582, 0.23999011516571, -0.87869656085968, 0.41267091035843), CFrame.new(0.85185235738754, 0.086609452962875, 0.001282341661863, 0.88124144077301, 0.47265416383743, -0.0034070464316756, -0.47262907028198, 0.88123953342438, 0.0062235584482551, 0.0059440145269036, -0.0038741885218769, 0.9999748468399), CFrame.new(-0.041799657046795, 0.35288909077644, 0.028340186923742, 0.89415192604065, -0.4477598965168, -0.0018480345606804, 0.37632396817207, 0.74924892187119, 0.54498291015625, -0.24263682961464, -0.48799300193787, 0.83844512701035), CFrame.new(0.00028921756893396, -4.9131267587654e-06, 2.0200501239742e-05, 0.99987584352493, -0.013977369293571, -0.0072751683183014, 0.015216916799545, 0.97638887166977, 0.21548354625702, 0.0040915007703006, -0.21556749939919, 0.9764803647995)}, {-0.033333301544189, CFrame.new(0.11607325077057, -0.013899279758334, -0.33199483156204, 0.86524313688278, 0.45687100291252, 0.20645403862, -0.49143221974373, 0.85438746213913, 0.16886822879314, -0.099240757524967, -0.24757023155689, 0.96377396583557), CFrame.new(0.42840448021889, -0.1505266726017, 0.046948224306107, -0.41776120662689, -0.72885972261429, -0.54243808984756, -0.22137099504471, -0.49738371372223, 0.83881121873856, -0.88117557764053, 0.47050279378891, 0.046439200639725), CFrame.new(-0.33361783623695, 0.11590702086687, 0.29140567779541, -0.060858607292175, 0.42757958173752, 0.90192687511444, -0.95568174123764, -0.28572088479996, 0.070966988801956, 0.28804323077202, -0.85763609409332, 0.42601832747459), CFrame.new(0.78976708650589, 0.096075385808945, 0.0048087532632053, 0.88523954153061, 0.46493256092072, -0.013736439868808, -0.46453106403351, 0.88520866632462, 0.024830523878336, 0.023704132065177, -0.015599959529936, 0.9995973110199), CFrame.new(-0.053240239620209, 0.34331622719765, 0.02766883559525, 0.89673185348511, -0.44251152873039, -0.0074545666575432, 0.37837043404579, 0.75779747962952, 0.53158140182495, -0.22958183288574, -0.47950652241707, 0.84697443246841), CFrame.new(0.00031499183387496, -7.5978896347806e-05, 5.074300133856e-06, 0.99997663497925, 0.0065998388454318, -0.0017824179958552, -0.0059745023027062, 0.97041499614716, 0.24136893451214, 0.0033226811792701, -0.24135263264179, 0.97043180465698)}, {-0.033333301544189, CFrame.new(0.12192352116108, -0.034081097692251, -0.30971384048462, 0.88790744543076, 0.41860184073448, 0.19076929986477, -0.45089194178581, 0.87413567304611, 0.18050846457481, -0.091197088360786, -0.24629113078117, 0.96489572525024), CFrame.new(0.39499020576477, -0.1227772384882, 0.048180662095547, -0.34834039211273, -0.72825968265533, -0.59016692638397, -0.14224764704704, -0.58123940229416, 0.80120331048965, -0.92651224136353, 0.36304122209549, 0.098875671625137), CFrame.new(-0.31759396195412, 0.11430057138205, 0.27579134702682, -0.053382158279419, 0.45831096172333, 0.88718736171722, -0.92881631851196, -0.34902822971344, 0.12441709637642, 0.36667513847351, -0.81739246845245, 0.44431853294373), CFrame.new(0.68629169464111, 0.11185196042061, 0.010686106048524, 0.89133816957474, 0.45225718617439, -0.031300786882639, -0.45022514462471, 0.89118188619614, 0.055607367306948, 0.053043525665998, -0.035472568124533, 0.99796199798584), CFrame.new(-0.072307869791985, 0.32736146450043, 0.026549918577075, 0.90081053972244, -0.43387952446938, -0.017002075910568, 0.38130804896355, 0.77171808481216, 0.50897496938705, -0.2077129483223, -0.46497303247452, 0.86061346530914), CFrame.new(0.0003579490003176, -0.00019442183838692, -2.0136032617302e-05, 0.99914121627808, 0.040537524968386, 0.0085773933678865, -0.041304256767035, 0.95797938108444, 0.28384763002396, 0.0032895118929446, -0.28395813703537, 0.95883101224899)}, {-0.033333301544189, CFrame.new(0.13011389970779, -0.062335651367903, -0.27852049469948, 0.91631197929382, 0.3635570704937, 0.16792425513268, -0.39242842793465, 0.89875328540802, 0.19555707275867, -0.079826310276985, -0.24508954584599, 0.96620851755142), CFrame.new(0.34821027517319, -0.083928033709526, 0.049906078726053, -0.25445348024368, -0.70822733640671, -0.65853434801102, -0.018718957901001, -0.67721325159073, 0.73554861545563, -0.96690386533737, 0.19948998093605, 0.15906202793121), CFrame.new(-0.29516059160233, 0.11205154657364, 0.25393131375313, -0.047725439071655, 0.50098955631256, 0.86413645744324, -0.87999022006989, -0.43040150403976, 0.20092749595642, 0.47258815169334, -0.75084233283997, 0.46140691637993), CFrame.new(0.54142612218857, 0.13393916189671, 0.018914399668574, 0.89867496490479, 0.43495059013367, -0.056579351425171, -0.42853385210037, 0.89818149805069, 0.098125822842121, 0.093498408794403, -0.063937060534954, 0.99356430768967), CFrame.new(-0.099002562463284, 0.30502483248711, 0.024983434006572, 0.90605056285858, -0.42204841971397, -0.03078106045723, 0.38442173600197, 0.79050028324127, 0.47679057717323, -0.17689625918865, -0.44382926821709, 0.87847781181335), CFrame.new(0.00041808903915808, -0.00036024197470397, -5.543050065171e-05, 0.99587029218674, 0.087116800248623, 0.025554656982422, -0.090598039329052, 0.93543344736099, 0.34169608354568, 0.0058627836406231, -0.34260016679764, 0.93946301937103)}, {-0.033333301544189, CFrame.new(0.14064437150955, -0.098662920296192, -0.23841473460197, 0.94695287942886, 0.29062336683273, 0.13717991113663, -0.3147115111351, 0.92505550384521, 0.21267107129097, -0.065091855823994, -0.24456158280373, 0.96744650602341), CFrame.new(0.28806462883949, -0.033979073166847, 0.052124466747046, -0.14451044797897, -0.65084272623062, -0.74533259868622, 0.15509481728077, -0.75882744789124, 0.63255578279495, -0.97727298736572, -0.024186372756958, 0.21060064435005), CFrame.new(-0.26631763577461, 0.10915995389223, 0.22582551836967, -0.04881626367569, 0.55423206090927, 0.83092957735062, -0.79922324419022, -0.52063137292862, 0.30030888319016, 0.5990486741066, -0.64943820238113, 0.46837028861046), CFrame.new(0.35517051815987, 0.16233699023724, 0.029493633657694, 0.90601861476898, 0.4135248363018, -0.090152695775032, -0.39788749814034, 0.90481603145599, 0.15163640677929, 0.14427702128887, -0.1015147715807, 0.98431646823883), CFrame.new(-0.13332429528236, 0.27630630135536, 0.022969385609031, 0.91196876764297, -0.40730249881744, -0.049168668687344, 0.38670539855957, 0.8133898973465, 0.43457543849945, -0.13701036572456, -0.41533303260803, 0.89929229021072), CFrame.new(0.00049541192129254, -0.00057343923253939, -0.00010080909123644, 0.98809599876404, 0.14497548341751, 0.051462318748236, -0.15323305130005, 0.89785742759705, 0.41276109218597, 0.013634409755468, -0.41573333740234, 0.90938436985016)}, {-0.033333301544189, CFrame.new(0.15351496636868, -0.14306291937828, -0.18939660489559, 0.97512722015381, 0.19889730215073, 0.09781040251255, -0.21659433841705, 0.94877946376801, 0.23000971972942, -0.047052200883627, -0.24547390639782, 0.96826064586639), CFrame.new(0.21455329656601, 0.027069676667452, 0.054835833609104, -0.03563916683197, -0.53750026226044, -0.84251034259796, 0.37579002976418, -0.78838098049164, 0.48707067966461, -0.92601943016052, -0.29924821853638, 0.23008416593075), CFrame.new(-0.2310651242733, 0.10562577098608, 0.19147400557995, -0.062848031520844, 0.61484557390213, 0.78613948822021, -0.67610734701157, -0.60563731193542, 0.41962194442749, 0.73411798477173, -0.50514227151871, 0.4537644982338), CFrame.new(0.12752465903759, 0.1970454454422, 0.042423810809851, 0.91175585985184, 0.38873746991158, -0.1326062977314, -0.3564188182354, 0.9092703461647, 0.21492573618889, 0.20412465929985, -0.1486964225769, 0.96758592128754), CFrame.new(-0.17527309060097, 0.24120584130287, 0.020507767796516, 0.91792815923691, -0.39004826545715, -0.072596862912178, 0.38686138391495, 0.83935391902924, 0.38186818361282, -0.088012531399727, -0.3786124587059, 0.92136114835739), CFrame.new(0.00058991770492867, -0.00083401374286041, -0.00015627182438038, 0.97325772047043, 0.21177965402603, 0.088987693190575, -0.22777038812637, 0.83935487270355, 0.49356269836426, 0.029834279790521, -0.50063246488571, 0.86514574289322)}, {-0.033333301544189, CFrame.new(0.16872565448284, -0.19553565979004, -0.13146607577801, 0.99489086866379, 0.08810643851757, 0.049289561808109, -0.0975671261549, 0.96455305814743, 0.24518977105618, -0.025939598679543, -0.24874611198902, 0.96822130680084), CFrame.new(0.12767624855042, 0.099218189716339, 0.058040171861649, 0.044334165751934, -0.35614705085754, -0.93337750434875, 0.62221646308899, -0.72111040353775, 0.30470708012581, -0.7815887928009, -0.59427183866501, 0.18963058292866), CFrame.new(-0.18940308690071, 0.10144901275635, 0.15087676048279, -0.096634328365326, 0.67698752880096, 0.7296227812767, -0.50260901451111, -0.66591536998749, 0.55130833387375, 0.85909593105316, -0.31343987584114, 0.40461021661758), CFrame.new(-0.14151132106781, 0.2380645275116, 0.057704925537109, 0.91389399766922, 0.36165514588356, -0.18439975380898, -0.30210608243942, 0.9093142747879, 0.28614568710327, 0.27116337418556, -0.20579858124256, 0.9402751326561), CFrame.new(-0.22484894096851, 0.19972351193428, 0.017598584294319, 0.92313200235367, -0.3708413541317, -0.10150832682848, 0.38330894708633, 0.86704289913177, 0.31829369068146, -0.03002442419529, -0.33273613452911, 0.94254189729691), CFrame.new(0.00070160627365112, -0.0011419653892517, -0.00022181868553162, 0.94846075773239, 0.28385472297668, 0.14088529348373, -0.31151437759399, 0.75357455015182, 0.57886463403702, 0.058145925402641, -0.5929182767868, 0.80316060781479)}, {-0.033333539962769, CFrame.new(0.1603846102953, -0.2351902872324, -0.2284834831953, 0.99912810325623, -0.040388565510511, 0.01057284604758, 0.037075843662024, 0.97478324174881, 0.22005239129066, -0.019193831831217, -0.21946853399277, 0.97543078660965), CFrame.new(0.17213389277458, 0.038538347929716, 0.12384919077158, 0.15485614538193, -0.32213181257248, -0.93394368886948, 0.87157791852951, -0.40055882930756, 0.28267446160316, -0.46515768766403, -0.85777854919434, 0.21873384714127), CFrame.new(-0.25903469324112, 0.062437005341053, 0.18246081471443, -0.17340892553329, 0.78843533992767, 0.59016859531403, -0.2054463326931, -0.61502331495285, 0.7612738609314, 0.96318280696869, 0.010763764381409, 0.26863181591034), CFrame.new(-0.056921653449535, 0.3433758020401, 0.03131391108036, 0.89659136533737, 0.42294028401375, -0.13132178783417, -0.3624664247036, 0.87119948863983, 0.33110350370407, 0.25444450974464, -0.24926479160786, 0.93441158533096), CFrame.new(-0.44439446926117, 0.21973033249378, 0.17269499599934, 0.90825080871582, -0.41582882404327, -0.046550489962101, 0.41584408283234, 0.88470196723938, 0.21065664291382, -0.046413771808147, -0.21068680286407, 0.97645115852356), CFrame.new(0.00071856670547277, -0.0009093070984818, -0.00023661638260819, 0.92205655574799, 0.36403241753578, 0.13149952888489, -0.38077720999718, 0.79220193624496, 0.47689080238342, 0.069429479539394, -0.4897922873497, 0.86907023191452)}, {-0.033333301544189, CFrame.new(0.15356013178825, -0.26763498783112, -0.30786135792732, 0.98912662267685, -0.1459106951952, -0.018403463065624, 0.14667700231075, 0.96964746713638, 0.19562642276287, -0.010699114762247, -0.19619865715504, 0.98050582408905), CFrame.new(0.20850831270218, -0.011108789592981, 0.17769291996956, 0.2285550236702, -0.26253446936607, -0.93746387958527, 0.96293449401855, -0.08072692155838, 0.25737228989601, -0.14324751496315, -0.96153998374939, 0.2343528419733), CFrame.new(-0.31600600481033, 0.030518092215061, 0.20830231904984, -0.27298104763031, 0.83635902404785, 0.47537934780121, 0.04091939330101, -0.48360580205917, 0.87432926893234, 0.96114909648895, 0.25812727212906, 0.097791492938995), CFrame.new(0.012288071215153, 0.42953959107399, 0.0097212642431259, 0.87864726781845, 0.46973460912704, -0.085605926811695, -0.41113978624344, 0.83548814058304, 0.36458700895309, 0.2427818775177, -0.28514736890793, 0.92722594738007), CFrame.new(-0.62402260303497, 0.23609954118729, 0.29959207773209, 0.89461368322372, -0.44683495163918, 0.002227421849966, 0.44327220320702, 0.88808733224869, 0.12169888615608, -0.056357461959124, -0.10788613557816, 0.99256455898285), CFrame.new(0.00073244341183454, -0.00071895035216585, -0.00024872354697436, 0.89676600694656, 0.4269592165947, 0.11626094579697, -0.4366335272789, 0.81112158298492, 0.38914388418198, 0.071846798062325, -0.39973443746567, 0.9138109087944)}, {-0.033333301544189, CFrame.new(0.14825218915939, -0.29286974668503, -0.36959967017174, 0.97304314374924, -0.22730098664761, -0.039003480225801, 0.23061148822308, 0.95728242397308, 0.17443810403347, -0.0023126043379307, -0.17873044312, 0.98389536142349), CFrame.new(0.23679953813553, -0.049723222851753, 0.21957138180733, 0.26930359005928, -0.20102369785309, -0.94184148311615, 0.95548188686371, 0.17817905545235, 0.23517403006554, 0.12054100632668, -0.96324551105499, 0.2400586605072), CFrame.new(-0.36031699180603, 0.0056922733783722, 0.228401273489, -0.3664134144783, 0.84295856952667, 0.39390709996223, 0.2168804705143, -0.33431255817413, 0.91716879606247, 0.90482306480408, 0.4214933514595, -0.060324966907501), CFrame.new(0.066117852926254, 0.49655586481094, -0.0070730149745941, 0.86240011453629, 0.50387012958527, -0.048795692622662, -0.44837084412575, 0.80502831935883, 0.38844946026802, 0.23500996828079, -0.31312027573586, 0.92017716169357), CFrame.new(-0.76373338699341, 0.24883115291595, 0.39828979969025, 0.88320553302765, -0.46708816289902, 0.042150735855103, 0.46488952636719, 0.88380086421967, 0.052666213363409, -0.061852619051933, -0.026919651776552, 0.99772220849991), CFrame.new(0.00074323639273643, -0.00057089515030384, -0.00025814026594162, 0.87502652406693, 0.47366803884506, 0.099836081266403, -0.47906589508057, 0.8177615404129, 0.31900155544281, 0.069458708167076, -0.32696288824081, 0.94248121976852)}, {-0.033333301544189, CFrame.new(0.14446081221104, -0.3108945786953, -0.41369849443436, 0.95717692375183, -0.28468856215477, -0.052582122385502, 0.28946736454964, 0.94401931762695, 0.15822845697403, 0.004592714831233, -0.16667342185974, 0.98600149154663), CFrame.new(0.25700753927231, -0.077304966747761, 0.2494845688343, 0.28765082359314, -0.15158382058144, -0.94566345214844, 0.90799283981323, 0.35723811388016, 0.21892926096916, 0.30464088916779, -0.92163074016571, 0.24039682745934), CFrame.new(-0.39196774363518, -0.012040456756949, 0.24275767803192, -0.43819111585617, 0.83083611726761, 0.34307467937469, 0.32731956243515, -0.2079803943634, 0.9217409491539, 0.83716833591461, 0.51619356870651, -0.18081396818161), CFrame.new(0.10456769913435, 0.54442459344864, -0.01906893029809, 0.84959971904755, 0.52697294950485, -0.021904796361923, -0.47455433011055, 0.78189373016357, 0.4042777121067, 0.23017060756683, -0.33307924866676, 0.9143739938736), CFrame.new(-0.86352682113647, 0.25792518258095, 0.46878814697266, 0.87467586994171, -0.47939667105675, 0.071560673415661, 0.48039039969444, 0.87704682350159, 0.0037371404469013, -0.064553640782833, 0.031108267605305, 0.99742925167084), CFrame.new(0.00075094564817846, -0.00046514137648046, -0.00026486648130231, 0.85849392414093, 0.50560683012009, 0.085731163620949, -0.50862663984299, 0.81814134120941, 0.26822334527969, 0.065475344657898, -0.27387326955795, 0.95953446626663)}, {-0.033333301544189, CFrame.new(0.14218598604202, -0.32170948386192, -0.44015777111053, 0.94593435525894, -0.31871351599693, -0.060249142348766, 0.32423087954521, 0.93431258201599, 0.14810273051262, 0.0090891849249601, -0.15963008999825, 0.98713511228561), CFrame.new(0.26913234591484, -0.093854010105133, 0.26743248105049, 0.2940012216568, -0.12057158350945, -0.94816970825195, 0.86334419250488, 0.45915740728378, 0.20931154489517, 0.41012206673622, -0.88013464212418, 0.23908764123917), CFrame.new(-0.41095817089081, -0.022680092602968, 0.25137150287628, -0.48217868804932, 0.81697189807892, 0.31632387638092, 0.38573944568634, -0.12620311975479, 0.91393542289734, 0.78658056259155, 0.56269872188568, -0.25428599119186), CFrame.new(0.12763760983944, 0.57314586639404, -0.026266476139426, 0.84145164489746, 0.54030382633209, -0.0055526793003082, -0.49007904529572, 0.76748043298721, 0.41327503323555, 0.22755564749241, -0.34502974152565, 0.91058927774429), CFrame.new(-0.92340278625488, 0.26338157057762, 0.51108717918396, 0.86942034959793, -0.48589670658112, 0.08951373398304, 0.48968815803528, 0.87152808904648, -0.025384297594428, -0.065679579973221, 0.065903432667255, 0.99566209316254), CFrame.new(0.00075557123636827, -0.00040168917621486, -0.00026890222216025, 0.848204433918, 0.52413803339005, 0.07634562253952, -0.52600651979446, 0.81662178039551, 0.2375839650631, 0.062181275337934, -0.2416780591011, 0.96836215257645)}, {-0.033333301544189, CFrame.new(0.14142769575119, -0.32531443238258, -0.44897755980492, 0.9419030547142, -0.32997661828995, -0.062722362577915, 0.3357161283493, 0.930788397789, 0.14466400444508, 0.010645516216755, -0.15731637179852, 0.98749089241028), CFrame.new(0.27317395806313, -0.099370360374451, 0.27341511845589, 0.29531967639923, -0.11009952425957, -0.94903343915939, 0.8458878993988, 0.49190837144852, 0.20615541934967, 0.44413977861404, -0.86365759372711, 0.23840203881264), CFrame.new(-0.41728830337524, -0.02622663974762, 0.2542427778244, -0.49688214063644, 0.8112832903862, 0.30810314416885, 0.4037498831749, -0.098154418170452, 0.90958875417709, 0.76817601919174, 0.57635486125946, -0.27878439426422), CFrame.new(0.13532757759094, 0.58271962404251, -0.028665661811829, 0.83865880966187, 0.5446572303772, -6.788969039917e-05, -0.49522104859352, 0.76258933544159, 0.41618970036507, 0.22673246264458, -0.3490075469017, 0.9092777967453), CFrame.new(-0.94336152076721, 0.26520037651062, 0.52518683671951, 0.86764699220657, -0.48791396617889, 0.095544129610062, 0.49278429150581, 0.86944556236267, -0.035043768584728, -0.065972149372101, 0.077488295733929, 0.99480813741684), CFrame.new(0.00075711309909821, -0.00038053840398788, -0.00027024745941162, 0.84471619129181, 0.53020358085632, 0.073066301643848, -0.53173458576202, 0.81582432985306, 0.22735197842121, 0.060933567583561, -0.23089976608753, 0.97106772661209)}, {-0.033333301544189, CFrame.new(0.14216236770153, -0.32261136174202, -0.44168788194656, 0.94658815860748, -0.3169259428978, -0.05940455198288, 0.32231605052948, 0.93522751331329, 0.14649882912636, 0.0091274958103895, -0.15782108902931, 0.9874255657196), CFrame.new(0.26965859532356, -0.090797893702984, 0.26955944299698, 0.27420172095299, -0.12809106707573, -0.95310342311859, 0.86115407943726, 0.47384944558144, 0.18406614661217, 0.42805030941963, -0.87124013900757, 0.24023646116257), CFrame.new(-0.41279634833336, -0.022511525079608, 0.25126469135284, -0.48169302940369, 0.81939536333084, 0.31074601411819, 0.38516515493393, -0.1205552816391, 0.91493946313858, 0.78715926408768, 0.56040853261948, -0.2575318813324), CFrame.new(0.13707505166531, 0.57314747571945, -0.027710892260075, 0.84156876802444, 0.54014354944229, -0.0026511773467064, -0.49089261889458, 0.7668628692627, 0.41345602273941, 0.22535863518715, -0.34665024280548, 0.91052025556564), CFrame.new(-0.92829096317291, 0.26348507404327, 0.51799774169922, 0.86820584535599, -0.48816934227943, 0.08893471211195, 0.49215343594551, 0.87002909183502, -0.028885837644339, -0.06327461451292, 0.068848371505737, 0.99561852216721), CFrame.new(0.00076998636359349, -0.00038774279528297, -0.00027102048625238, 0.84957730770111, 0.52190542221069, 0.076375633478165, -0.52410566806793, 0.81895726919174, 0.2337141931057, 0.059428308159113, -0.23858717083931, 0.96930104494095)}, {-0.033333539962769, CFrame.new(0.14436639845371, -0.31450212001801, -0.41981887817383, 0.95948350429535, -0.27741825580597, -0.049300033599138, 0.28172689676285, 0.94742375612259, 0.15171758830547, 0.0046188049018383, -0.15945966541767, 0.98719364404678), CFrame.new(0.2591125369072, -0.065080486238003, 0.25799241662025, 0.20796719193459, -0.17919883131981, -0.96158081293106, 0.90171253681183, 0.41606822609901, 0.11748126149178, 0.37903076410294, -0.89150166511536, 0.24811431765556), CFrame.new(-0.39932045340538, -0.011366179212928, 0.24233040213585, -0.43529450893402, 0.84115624427795, 0.32089713215828, 0.32561552524567, -0.18521201610565, 0.92718452215195, 0.83934104442596, 0.50808733701706, -0.19327187538147), CFrame.new(0.14231744408607, 0.54443109035492, -0.024846587330103, 0.8501443862915, 0.52644884586334, -0.010303497314453, -0.47777950763702, 0.77947914600372, 0.40514075756073, 0.22131723165512, -0.33950537443161, 0.91419625282288), CFrame.new(-0.88307923078537, 0.25833919644356, 0.49643042683601, 0.86977362632751, -0.48859050869942, 0.069087654352188, 0.4903607070446, 0.87145781517029, -0.010374896228313, -0.055137902498245, 0.042901683598757, 0.99755668640137), CFrame.new(0.00080860604066402, -0.00040935602737591, -0.0002733395958785, 0.86371386051178, 0.49660551548004, 0.085914820432663, -0.50102871656418, 0.82765364646912, 0.2529025375843, 0.054485067725182, -0.26148119568825, 0.96366953849792)}, {-0.033333301544189, CFrame.new(0.14803978800774, -0.30098676681519, -0.38337048888206, 0.97705960273743, -0.21054854989052, -0.031997177749872, 0.2129485309124, 0.96396625041962, 0.15944261848927, -0.0027262037619948, -0.16259868443012, 0.98668849468231), CFrame.new(0.2415357530117, -0.022218152880669, 0.23871403932571, 0.089425981044769, -0.25375592708588, -0.96312564611435, 0.95102751255035, 0.30902975797653, 0.0068822801113129, 0.29588812589645, -0.91657435894012, 0.26896408200264), CFrame.new(-0.37686064839363, 0.0072093959897757, 0.22743993997574, -0.35624027252197, 0.86838257312775, 0.34497079253197, 0.21509298682213, -0.28306573629379, 0.93467056751251, 0.90930092334747, 0.40716794133186, -0.085943758487701), CFrame.new(0.15105476975441, 0.49657040834427, -0.020072745159268, 0.86391407251358, 0.50312638282776, -0.022725224494934, -0.45551151037216, 0.79981160163879, 0.39091008901596, 0.21485303342342, -0.32736110687256, 0.92014825344086), CFrame.new(-0.80772638320923, 0.24976271390915, 0.46048492193222, 0.87202191352844, -0.48814269900322, 0.035979863256216, 0.48770925402641, 0.87276381254196, 0.020569778978825, -0.041442904621363, -0.00038958992809057, 0.99914079904556), CFrame.new(0.00087297218851745, -0.00044537807116285, -0.00027720478828996, 0.88574659824371, 0.45316046476364, 0.10049197822809, -0.46199870109558, 0.83978307247162, 0.28516936302185, 0.044836021959782, -0.29901492595673, 0.95319455862045)}, {-0.033333301544189, CFrame.new(0.1531825363636, -0.28206524252892, -0.33234280347824, 0.9932998418808, -0.11535669118166, -0.0069522596895695, 0.11487808078527, 0.97904467582703, 0.16815046966076, -0.012590704485774, -0.16782249510288, 0.98573684692383), CFrame.new(0.21692825853825, 0.03778912127018, 0.21172432601452, -0.088221371173859, -0.33259305357933, -0.93893492221832, 0.97966289520264, 0.14156693220139, -0.14219450950623, 0.18021500110626, -0.93238437175751, 0.31333991885185), CFrame.new(-0.34541696310043, 0.033215202391148, 0.20659331977367, -0.24567586183548, 0.88634014129639, 0.39248532056808, 0.042006015777588, -0.39477974176407, 0.91781508922577, 0.96844154596329, 0.24197170138359, 0.05975615978241), CFrame.new(0.16328704357147, 0.42956548929214, -0.013389365747571, 0.88206779956818, 0.46947255730629, -0.039395056664944, -0.42351105809212, 0.82678061723709, 0.37023258209229, 0.20638510584831, -0.30988597869873, 0.9281033873558), CFrame.new(-0.70223242044449, 0.23775565624237, 0.41016119718552, 0.87439608573914, -0.48510304093361, -0.01031781733036, 0.48471209406853, 0.87233066558838, 0.063980422914028, -0.022036544978619, -0.060945406556129, 0.99789780378342), CFrame.new(0.00096308486536145, -0.00049580895574763, -0.00028261603438295, 0.91325747966766, 0.38990613818169, 0.1180422231555, -0.4063900411129, 0.8517319560051, 0.33075648546219, 0.02842365950346, -0.35003703832626, 0.93630450963974)}, {-0.033333301544189, CFrame.new(0.15979462862015, -0.25773757696152, -0.26673576235771, 0.99961972236633, 0.0083299074321985, 0.026285890489817, -0.012820733711123, 0.98437607288361, 0.17561119794846, -0.024412378668785, -0.17588141560555, 0.98410856723785), CFrame.new(0.18529006838799, 0.1149413138628, 0.17702326178551, -0.32285404205322, -0.38443547487259, -0.86485552787781, 0.94553333520889, -0.090825438499451, -0.31259858608246, 0.041623204946518, -0.91867327690125, 0.39281955361366), CFrame.new(-0.30498930811882, 0.066651232540607, 0.17979049682617, -0.11257517337799, 0.8737016916275, 0.47325712442398, -0.19787725806236, -0.48645746707916, 0.85100167989731, 0.97374099493027, 0.0021547675132751, 0.22764863073826), CFrame.new(0.1790142506361, 0.34341630339622, -0.0047964490950108, 0.9034241437912, 0.42459380626678, -0.059539385139942, -0.3810561299324, 0.85880392789841, 0.34242081642151, 0.1965224146843, -0.28666341304779, 0.93765825033188), CFrame.new(-0.56659734249115, 0.2223179936409, 0.34545931220055, 0.87610960006714, -0.47707962989807, -0.069476827979088, 0.48210144042969, 0.8679016828537, 0.11968679726124, 0.0031989216804504, -0.13835363090038, 0.99037778377533), CFrame.new(0.0010789439547807, -0.00056064856471494, -0.00028957333415747, 0.94264400005341, 0.3050437271595, 0.13553792238235, -0.33379021286964, 0.85835748910904, 0.38962349295616, 0.0025122240185738, -0.4125175178051, 0.91094619035721)}, {-0.033333301544189, CFrame.new(0.1678760945797, -0.22800377011299, -0.18654938042164, 0.984998524189, 0.15870796144009, 0.067747466266155, -0.16848720610142, 0.96933931112289, 0.17886674404144, -0.037282705307007, -0.18759804964066, 0.98153805732727), CFrame.new(0.14662113785744, 0.20923845469952, 0.13461084663868, -0.59159743785858, -0.36680990457535, -0.71795779466629, 0.80047112703323, -0.37351506948471, -0.46875673532486, -0.096223294734955, -0.85201960802078, 0.51459091901779), CFrame.new(-0.25557774305344, 0.10751749575138, 0.14703148603439, 0.02017617225647, 0.80576509237289, 0.5918915271759, -0.48803526163101, -0.50875204801559, 0.70921993255615, 0.87259066104889, -0.3031732738018, 0.38297706842422), CFrame.new(0.19823637604713, 0.23812285065651, 0.0057060038670897, 0.92639207839966, 0.36750283837318, -0.082094274461269, -0.32737097144127, 0.89373862743378, 0.3066913485527, 0.18608072400093, -0.25724112987518, 0.94826209545135), CFrame.new(-0.40082103013992, 0.20344975590706, 0.26637917757034, 0.87614369392395, -0.46106386184692, -0.14068540930748, 0.48083198070526, 0.85661733150482, 0.18710272014141, 0.034247271716595, -0.2315749078989, 0.97221410274506), CFrame.new(0.0012205495731905, -0.00063989707268775, -0.00029807674582116, 0.96898293495178, 0.19721683859825, 0.1489215195179, -0.24447628855705, 0.85302287340164, 0.46106758713722, -0.036103177815676, -0.48317441344261, 0.87477940320969)}, {-0.033333301544189, CFrame.new(0.17742690443993, -0.19286380708218, -0.09178365021944, 0.93656426668167, 0.33052730560303, 0.11661529541016, -0.34693270921707, 0.92154878377914, 0.17431461811066, -0.049850955605507, -0.20371448993683, 0.97776031494141), CFrame.new(0.10092151165009, 0.32068052887917, 0.084487080574036, -0.83954977989197, -0.23539592325687, -0.48963764309883, 0.50816386938095, -0.65902668237686, -0.55448472499847, -0.1921609044075, -0.71433371305466, 0.67290544509888), CFrame.new(-0.19718226790428, 0.15581399202347, 0.1083163022995, 0.11229412257671, 0.66365158557892, 0.73956519365311, -0.77675294876099, -0.40554541349411, 0.48185840249062, 0.61971348524094, -0.62856930494308, 0.46995311975479), CFrame.new(0.2209534496069, 0.113685131073, 0.018117994070053, 0.94893360137939, 0.2972539961338, -0.10566505789757, -0.26175203919411, 0.92882204055786, 0.26225078105927, 0.17609915137291, -0.22120052576065, 0.95919734239578), CFrame.new(-0.20490366220474, 0.18115091323853, 0.17292088270187, 0.87326484918594, -0.43354389071465, -0.2223696410656, 0.48206999897957, 0.83510792255402, 0.26495888829231, 0.070831388235092, -0.33857697248459, 0.9382688999176), CFrame.new(0.0013879016041756, -0.00073355436325073, -0.00030812621116638, 0.98598146438599, 0.066290386021137, 0.15312229096889, -0.14002260565758, 0.82781219482422, 0.54325014352798, -0.090744256973267, -0.55707490444183, 0.82548952102661)}, {-0.033333301544189, CFrame.new(0.15551519393921, -0.12408743053675, -0.14318385720253, 0.91284424066544, 0.3834026157856, 0.14042007923126, -0.40282586216927, 0.90182137489319, 0.15636359155178, -0.066683635115623, -0.19930045306683, 0.97766691446304), CFrame.new(0.20916479825974, 0.16991770267487, 0.072691597044468, -0.69603544473648, -0.36512738466263, -0.61823719739914, 0.46186751127243, -0.88694101572037, 0.0038339793682098, -0.54973965883255, -0.28287506103516, 0.7859822511673), CFrame.new(-0.2415364086628, 0.16183713078499, 0.16402524709702, 0.045105874538422, 0.58205622434616, 0.81189668178558, -0.83596247434616, -0.42296379804611, 0.34966951608658, 0.54693007469177, -0.69448727369308, 0.46749874949455), CFrame.new(0.42005151510239, 0.10445056855679, 0.01260993257165, 0.93659824132919, 0.34358331561089, -0.068805955350399, -0.32637730240822, 0.92685121297836, 0.18553909659386, 0.1275210082531, -0.15131887793541, 0.98022496700287), CFrame.new(-0.15390107035637, 0.23460146784782, 0.12881182134151, 0.88735944032669, -0.43422171473503, -0.15506371855736, 0.46016654372215, 0.81288075447083, 0.3570317029953, -0.028982594609261, -0.38817059993744, 0.92113167047501), CFrame.new(0.0010597652290016, -0.00050942751113325, -0.00020949624013156, 0.99513614177704, 0.0045037493109703, 0.098406054079533, -0.045185212045908, 0.9085356593132, 0.41535672545433, -0.087534748017788, -0.41778299212456, 0.90432018041611)}, {-0.033333301544189, CFrame.new(0.13758742809296, -0.067815840244293, -0.1852385699749, 0.89075517654419, 0.4257447719574, 0.15904930233955, -0.44727665185928, 0.88327217102051, 0.14061988890171, -0.080615624785423, -0.19639693200588, 0.97720491886139), CFrame.new(0.2977274954319, 0.046566322445869, 0.063040748238564, -0.58121168613434, -0.51755368709564, -0.62795853614807, 0.26187890768051, -0.84959173202515, 0.45783632993698, -0.77046298980713, 0.10165059566498, 0.6293283700943), CFrame.new(-0.27782618999481, 0.16676515340805, 0.20960529148579, -0.017189025878906, 0.51200699806213, 0.85880935192108, -0.87343740463257, -0.4257378578186, 0.23633563518524, 0.48663309216499, -0.74605375528336, 0.45452401041985), CFrame.new(0.58294987678528, 0.096895009279251, 0.0081033362075686, 0.92299783229828, 0.38255912065506, -0.04151451215148, -0.37549233436584, 0.91899454593658, 0.12022677063942, 0.084145456552505, -0.095380678772926, 0.99187803268433), CFrame.new(-0.11217169463634, 0.2783337533474, 0.092722594738007, 0.89370059967041, -0.43754962086678, -0.09924503415823, 0.43513372540474, 0.79136568307877, 0.42941710352898, -0.10935217887163, -0.42695519328117, 0.89763659238815), CFrame.new(0.00079129007644951, -0.00032605102751404, -0.00012879900168628, 0.99678546190262, -0.052121236920357, 0.060844957828522, 0.031581997871399, 0.95358204841614, 0.29947260022163, -0.073629543185234, -0.29658833146095, 0.95216280221939)}, {-0.033333539962769, CFrame.new(0.12364361435175, -0.024049058556557, -0.21794778108597, 0.87194669246674, 0.45802626013756, 0.17297649383545, -0.48096993565559, 0.86738032102585, 0.12774662673473, -0.091525107622147, -0.19458474218845, 0.97660630941391), CFrame.new(0.36660954356194, -0.049373634159565, 0.055534534156322, -0.51391661167145, -0.63874208927155, -0.57262456417084, 0.037931054830551, -0.68378615379333, 0.7286964058876, -0.85700154304504, 0.35276871919632, 0.37563669681549), CFrame.new(-0.30605155229568, 0.17059807479382, 0.24505643546581, -0.069521725177765, 0.45624274015427, 0.88713550567627, -0.89533644914627, -0.42071110010147, 0.14620205760002, 0.43993124365807, -0.78412055969238, 0.43773913383484), CFrame.new(0.70964860916138, 0.091018468141556, 0.0045982073061168, 0.91030287742615, 0.41334670782089, -0.022207846865058, -0.41110783815384, 0.90903460979462, 0.068165220320225, 0.048363566398621, -0.052921175956726, 0.99742686748505), CFrame.new(-0.079715512692928, 0.31234773993492, 0.064653195440769, 0.8953600525856, -0.44184473156929, -0.055710986256599, 0.41139021515846, 0.77269214391708, 0.48343050479889, -0.17055374383926, -0.45576328039169, 0.87360823154449), CFrame.new(0.00058247614651918, -0.00018342491239309, -6.6034495830536e-05, 0.99440044164658, -0.099104799330235, 0.036686584353447, 0.089627750217915, 0.97484731674194, 0.20405760407448, -0.055986911058426, -0.19962683320045, 0.97827118635178)}, {-0.033333301544189, CFrame.new(0.11368374526501, 0.007212933152914, -0.2413115054369, 0.8576585650444, 0.48070329427719, 0.18260933458805, -0.50453162193298, 0.85526025295258, 0.11822773516178, -0.099346056580544, -0.19353120028973, 0.97605127096176), CFrame.new(0.41581106185913, -0.11790218949318, 0.050172951072454, -0.48433125019073, -0.71518307924271, -0.50392115116119, -0.13813608884811, -0.50624871253967, 0.85125243663788, -0.86391079425812, 0.48189780116081, 0.14639940857887), CFrame.new(-0.32621252536774, 0.17333586513996, 0.27037867903709, -0.10867667198181, 0.41605138778687, 0.90282392501831, -0.90696167945862, -0.41329604387283, 0.081285953521729, 0.40695250034332, -0.80999267101288, 0.42225795984268), CFrame.new(0.80014777183533, 0.0868209451437, 0.0020945428404957, 0.9001339673996, 0.43550968170166, -0.0094978641718626, -0.43506723642349, 0.89988332986832, 0.03043963573873, 0.02180372364819, -0.023267542943358, 0.99949151277542), CFrame.new(-0.056532524526119, 0.33664345741272, 0.044603623449802, 0.89478522539139, -0.44581335783005, -0.024696484208107, 0.39221858978271, 0.75837630033493, 0.52060544490814, -0.21336360275745, -0.47551646828651, 0.85344016551971), CFrame.new(0.00043332326458767, -8.154907845892e-05, -2.1202693460509e-05, 0.99074745178223, -0.13386751711369, 0.022337468340993, 0.12973247468472, 0.98247563838959, 0.13383218646049, -0.039861798286438, -0.12969601154327, 0.99075222015381)}, {-0.033333301544189, CFrame.new(0.10770783573389, 0.025970121845603, -0.25532975792885, 0.84874993562698, 0.49414774775505, 0.18825906515121, -0.51845705509186, 0.8476853966713, 0.11239064484835, -0.10404688119888, -0.19299581646919, 0.97566735744476), CFrame.new(0.44533196091652, -0.15901930630207, 0.04695600271225, -0.4752254486084, -0.75400650501251, -0.45347031950951, -0.24357983469963, -0.38250207901001, 0.89126950502396, -0.8454761505127, 0.53400999307632, -0.001886248588562), CFrame.new(-0.33830910921097, 0.17497852444649, 0.28557202219963, -0.13278770446777, 0.39188697934151, 0.91038024425507, -0.91230094432831, -0.40733289718628, 0.042274802923203, 0.38739466667175, -0.82492709159851, 0.41160750389099), CFrame.new(0.85444718599319, 0.084302425384521, 0.00059234467335045, 0.89360284805298, 0.44885265827179, -0.0023177666589618, -0.44882500171661, 0.89358711242676, 0.0076287598349154, 0.0054953144863248, -0.0057768099941313, 0.99996823072433), CFrame.new(-0.042622730135918, 0.35122087597847, 0.032573886215687, 0.8937366604805, -0.44854965806007, -0.0061617121100426, 0.37985596060753, 0.74941468238831, 0.5422979593277, -0.23862987756729, -0.48701214790344, 0.84016364812851), CFrame.new(0.00034383160527796, -2.0423602109076e-05, 5.6963781389641e-06, 0.98778647184372, -0.1550956517458, 0.014938248321414, 0.15312348306179, 0.98399966955185, 0.091091938316822, -0.028827192261815, -0.087691985070705, 0.99573040008545)}, {0, CFrame.new(0.10571585595608, 0.032222524285316, -0.26000249385834, 0.84572505950928, 0.49860149621964, 0.19012027978897, -0.5230627655983, 0.84511053562164, 0.11042439937592, -0.10561487078667, -0.19283351302147, 0.97553104162216), CFrame.new(0.4551722407341, -0.17272502183914, 0.045883685350418, -0.47370275855064, -0.76551473140717, -0.43542259931564, -0.27802106738091, -0.33914521336555, 0.89871293306351, -0.83564937114716, 0.54677945375443, -0.052175179123878), CFrame.new(-0.34234130382538, 0.17552609741688, 0.29063647985458, -0.14091846346855, 0.38383337855339, 0.91258645057678, -0.9138058423996, -0.40509504079819, 0.029276054352522, 0.38092136383057, -0.82980120182037, 0.40783455967903), CFrame.new(0.87254703044891, 0.083462916314602, 9.1611596872099e-05, 0.89135527610779, 0.45330539345741, 0, -0.45330539345741, 0.89135533571243, -1.0430812835693e-07, -2.9802322387695e-08, 7.4505805969238e-08, 1), CFrame.new(-0.037986129522324, 0.35608002543449, 0.028563968837261, 0.89327013492584, -0.44952037930489, 1.1920928955078e-07, 0.37559449672699, 0.7463675737381, 0.54942190647125, -0.246976390481, -0.49078211188316, 0.83554512262344), CFrame.new(0.00031400099396706, -4.8428773880005e-08, 1.4662742614746e-05, 0.98667281866074, -0.16222214698792, 0.012677662074566, 0.16079598665237, 0.98399776220322, 0.076767064630985, -0.024928089231253, -0.073705472052097, 0.99696850776672)}}
spawn(function()
while true do
for i =1,#TableFrameVal do
local LoadingFrame = TableFrameVal[i]
DOTWEEN(neck,tonumber(tonumber(LoadingFrame[1])),nek * LoadingFrame[7])
DOTWEEN(RootPart.RootJoint,tonumber(LoadingFrame[1]),root * LoadingFrame[2])
DOTWEEN(tors["Right Shoulder"],tonumber(LoadingFrame[1]),rs * LoadingFrame[3])
DOTWEEN(tors["Left Shoulder"],tonumber(LoadingFrame[1]),ls * LoadingFrame[4])
DOTWEEN(tors["Right Hip"],tonumber(LoadingFrame[1]),rh * LoadingFrame[5])
DOTWEEN(tors["Left Hip"],tonumber(LoadingFrame[1]),lh * LoadingFrame[6])
wait(tonumber(LoadingFrame[1]))
end
end
end)
local e = TextFunc("Smug V6 Loaded lol")
TextFunc("Press b to enabled or disable smug chat")
local SmugChat = false
local SmugWordsTable = {"No one is around to help","Life is hard, life is stressful","I need peace and tranquility","I don't have to prove myself to anyone"}
mouse.KeyDown:Connect(function(key)
if key == "b" then
if SmugChat == false then
TextFunc("Smug Chat = true")
SmugChat = true
while SmugChat == true and HumanDied == false do
for i=1,#SmugWordsTable do
chat(SmugWordsTable[i])
wait(5)
end
end
else
SmugChat = false
TextFunc("Smug Chat = false")
end
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment