Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(2)
- local size = 5
- -- don't mind my messy, unorganized code, just focus on the beauty of the script!
- local VRService = game:GetService("VRService")
- local RunService = game:GetService("RunService")
- local hap = game:GetService("HapticService")
- local Debris = game:GetService("Debris")
- local lh = Instance.new("Part",workspace)
- local mode = 0
- local lastmode = 0
- local maxmodes = 10
- local pensize = size/5
- local distance = 1*pensize
- local player = owner
- local us = game:GetService("UserInputService")
- local drawing = false
- local lastpart = nil
- local lastpart2 = nil
- local lastline = nil
- local folder = nil
- --
- local oldpart = nil
- local currentpartR = nil
- local currentcfR = nil
- local currentpartL = nil
- local currentcfL = nil
- local velR = Vector3.new(0,0,0)
- local lastposR = Vector3.new(0,0,0)
- local velL = Vector3.new(0,0,0)
- local lastposL = Vector3.new(0,0,0)
- local yeetstr = 1.45
- local foldd = nil
- local region = nil
- local downpos = nil
- local uppos = nil
- local cfforkeyboard = nil
- local moveX = 0
- local moveY = 0
- local heighty = 0
- local npR = false
- local npL = false
- keypressR = nil
- keypressL = nil
- capslock = false
- shift = false
- ctrl = false
- alt = false
- wpmtime = 0
- sentence = ""
- string1,string2,string3,string4,string5 = "","","","",""
- drum = false
- while workspace:FindFirstChild("dksfbfkhsdhbfsjhd") ~= nil do
- workspace:FindFirstChild("dksfbfkhsdhbfsjhd"):Destroy()
- end
- lh.Transparency = 0
- lh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
- lh.Material = "Metal"
- lh.Color = Color3.fromRGB(255,100,255)
- lh.Name = "dksfbfkhsdhbfsjhd"
- lh.CanCollide = false
- lh.Anchored = true
- local rh = Instance.new("Part",workspace)
- rh.Transparency = 0
- rh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
- rh.Material = "Metal"
- rh.Name = "dksfbfkhsdhbfsjhd"
- rh.Color = Color3.fromRGB(255,100,255)
- rh.CanCollide = false
- rh.Anchored = true
- local lhh = Instance.new("Part",workspace)
- lhh.Anchored = true
- lhh.Size = Vector3.new(0.001,0.001,0.001)
- lhh.Transparency = 1
- lhh.CanCollide = false
- local rhh = Instance.new("Part",workspace)
- rhh.Anchored = true
- rhh.Size = Vector3.new(0.001,0.001,0.001)
- rhh.Transparency = 1
- rhh.CanCollide = false
- local selec1 = Instance.new("SelectionBox",lh)
- selec1.Color3 = Color3.fromRGB(255,0,255)
- selec1.LineThickness = 0.15
- local selec2 = Instance.new("SelectionBox",rh)
- selec2.Color3 = Color3.fromRGB(255,0,255)
- selec2.LineThickness = 0.15
- local he = Instance.new("Part",workspace)
- he.Size = Vector3.new(2,2,2) * Vector3.new(size,size,size)
- he.CanCollide = false
- he.Transparency = 1
- he.Anchored = true
- local antispamright = false
- local antispamleft = false
- local laserrh = Instance.new("Part")
- laserrh.Color = Color3.fromRGB(255, 75, 230)
- laserrh.Name = "dksfbfkhsdhbfsjhd"
- laserrh.Material = "Neon"
- laserrh.Transparency = 1
- laserrh.Parent = workspace
- laserrh.CanCollide = false
- laserrh.Anchored = true
- local laserlh = Instance.new("Part")
- laserlh.Color = Color3.fromRGB(255, 75, 230)
- laserlh.Material = "Neon"
- laserlh.Transparency = 1
- laserlh.Name = "dksfbfkhsdhbfsjhd"
- laserlh.Parent = workspace
- laserlh.CanCollide = false
- laserlh.Anchored = true
- game.StarterGui:SetCore("VRLaserPointerMode", 0)
- game.StarterGui:SetCore("VREnableControllerModels", false)
- local Partt = Instance.new("Part")
- local SurfaceGui = Instance.new("SurfaceGui")
- local OuterFrame = Instance.new("Frame")
- local _0 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local _1 = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local _2 = Instance.new("Frame")
- local TextLabel_3 = Instance.new("TextLabel")
- local _3 = Instance.new("Frame")
- local TextLabel_4 = Instance.new("TextLabel")
- local _4 = Instance.new("Frame")
- local TextLabel_5 = Instance.new("TextLabel")
- local _5 = Instance.new("Frame")
- local TextLabel_6 = Instance.new("TextLabel")
- local _6 = Instance.new("Frame")
- local TextLabel_7 = Instance.new("TextLabel")
- local _7 = Instance.new("Frame")
- local TextLabel_8 = Instance.new("TextLabel")
- local _8 = Instance.new("Frame")
- local TextLabel_9 = Instance.new("TextLabel")
- local _9 = Instance.new("Frame")
- local TextLabel_10 = Instance.new("TextLabel")
- local _10 = Instance.new("Frame")
- local TextLabel_11 = Instance.new("TextLabel")
- --Properties:
- Partt.Transparency = 1
- Partt.CanCollide = false
- Partt.Size = Vector3.new(0.668*size, 0.77*size, 0.05*size)
- Partt.Anchored = true
- Partt.Name = "dksfbfkhsdhbfsjhd"
- Partt.Parent = workspace
- SurfaceGui.Parent = Partt
- SurfaceGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui.AlwaysOnTop = true
- SurfaceGui.CanvasSize = Vector2.new(1600, 1700)
- OuterFrame.Name = "OuterFrame"
- OuterFrame.Parent = SurfaceGui
- OuterFrame.AnchorPoint = Vector2.new(1, 0)
- OuterFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- OuterFrame.BackgroundTransparency = 1.000
- OuterFrame.Position = UDim2.new(1, 0, 0, 0)
- OuterFrame.Size = UDim2.new(1, 0, 1, 0)
- _0.Name = "0"
- _0.Parent = OuterFrame
- _0.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _0.BackgroundTransparency = 0.400
- _0.BorderSizePixel = 0
- _0.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel.Parent = _0
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = ""
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- _1.Name = "1"
- _1.Parent = OuterFrame
- _1.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _1.BackgroundTransparency = 0.400
- _1.BorderSizePixel = 0
- _1.Position = UDim2.new(0, 0, 0.0909090936, 0)
- _1.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_2.Parent = _1
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = ""
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
- _2.Name = "2"
- _2.Parent = OuterFrame
- _2.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _2.BackgroundTransparency = 0.400
- _2.BorderSizePixel = 0
- _2.Position = UDim2.new(0, 0, 0.181818187, 0)
- _2.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_3.Parent = _2
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = ""
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
- _3.Name = "3"
- _3.Parent = OuterFrame
- _3.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _3.BackgroundTransparency = 0.400
- _3.BorderSizePixel = 0
- _3.Position = UDim2.new(0, 0, 0.272727281, 0)
- _3.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_4.Parent = _3
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = ""
- TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextWrapped = true
- TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
- _4.Name = "4"
- _4.Parent = OuterFrame
- _4.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _4.BackgroundTransparency = 0.400
- _4.BorderSizePixel = 0
- _4.Position = UDim2.new(0, 0, 0.363636374, 0)
- _4.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_5.Parent = _4
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.BackgroundTransparency = 1.000
- TextLabel_5.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = ""
- TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_5.TextScaled = true
- TextLabel_5.TextSize = 14.000
- TextLabel_5.TextWrapped = true
- TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
- _5.Name = "5"
- _5.Parent = OuterFrame
- _5.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _5.BackgroundTransparency = 0.400
- _5.BorderSizePixel = 0
- _5.Position = UDim2.new(0, 0, 0.454545468, 0)
- _5.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_6.Parent = _5
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.BackgroundTransparency = 1.000
- TextLabel_6.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = ""
- TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_6.TextScaled = true
- TextLabel_6.TextSize = 14.000
- TextLabel_6.TextWrapped = true
- TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
- _6.Name = "6"
- _6.Parent = OuterFrame
- _6.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _6.BackgroundTransparency = 0.400
- _6.BorderSizePixel = 0
- _6.Position = UDim2.new(0, 0, 0.545454562, 0)
- _6.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_7.Parent = _6
- TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_7.BackgroundTransparency = 1.000
- TextLabel_7.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_7.Font = Enum.Font.SourceSans
- TextLabel_7.Text = ""
- TextLabel_7.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_7.TextScaled = true
- TextLabel_7.TextSize = 14.000
- TextLabel_7.TextWrapped = true
- TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
- _7.Name = "7"
- _7.Parent = OuterFrame
- _7.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _7.BackgroundTransparency = 0.400
- _7.BorderSizePixel = 0
- _7.Position = UDim2.new(0, 0, 0.636363626, 0)
- _7.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_8.Parent = _7
- TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_8.BackgroundTransparency = 1.000
- TextLabel_8.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_8.Font = Enum.Font.SourceSans
- TextLabel_8.Text = ""
- TextLabel_8.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_8.TextScaled = true
- TextLabel_8.TextSize = 14.000
- TextLabel_8.TextWrapped = true
- TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
- _8.Name = "8"
- _8.Parent = OuterFrame
- _8.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _8.BackgroundTransparency = 0.400
- _8.BorderSizePixel = 0
- _8.Position = UDim2.new(0, 0, 0.727272749, 0)
- _8.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_9.Parent = _8
- TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_9.BackgroundTransparency = 1.000
- TextLabel_9.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_9.Font = Enum.Font.SourceSans
- TextLabel_9.Text = ""
- TextLabel_9.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_9.TextScaled = true
- TextLabel_9.TextSize = 14.000
- TextLabel_9.TextWrapped = true
- TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
- _9.Name = "9"
- _9.Parent = OuterFrame
- _9.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _9.BackgroundTransparency = 0.400
- _9.BorderSizePixel = 0
- _9.Position = UDim2.new(0, 0, 0.818181813, 0)
- _9.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_10.Parent = _9
- TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_10.BackgroundTransparency = 1.000
- TextLabel_10.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_10.Font = Enum.Font.SourceSans
- TextLabel_10.Text = ""
- TextLabel_10.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_10.TextScaled = true
- TextLabel_10.TextSize = 14.000
- TextLabel_10.TextWrapped = true
- TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
- _10.Name = "10"
- _10.Parent = OuterFrame
- _10.BackgroundColor3 = Color3.fromRGB(255, 160, 251)
- _10.BackgroundTransparency = 0.400
- _10.BorderSizePixel = 0
- _10.Position = UDim2.new(0, 0, 0.909090936, 0)
- _10.Size = UDim2.new(1, 0, 0.0909090936, 0)
- TextLabel_11.Parent = _10
- TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_11.BackgroundTransparency = 1.000
- TextLabel_11.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_11.Font = Enum.Font.SourceSans
- TextLabel_11.Text = ""
- TextLabel_11.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_11.TextScaled = true
- TextLabel_11.TextSize = 14.000
- TextLabel_11.TextWrapped = true
- TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
- --now to wait for the server if it isn't called yet!
- local remote = owner:WaitForChild("VrC")
- remote:FireServer("Start",size)
- wait(.5)
- workspace:WaitForChild(owner.Name.."-Head").Transparency = 1
- selec1.Adornee = workspace:WaitForChild(owner.Name.."-LeftHand")
- selec2.Adornee = workspace:WaitForChild(owner.Name.."-RightHand")
- workspace:WaitForChild(owner.Name.."-LeftHand").Transparency = 1
- workspace:WaitForChild(owner.Name.."-RightHand").Transparency = 1
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- workspace.CurrentCamera.CFrame = CFrame.new(0,0,0) * CFrame.new(0,5*size,0)
- workspace.CurrentCamera.HeadScale = size
- if workspace:FindFirstChild("DrawStuff") == nil then
- folder = Instance.new("Folder",workspace)
- folder.Name = "DrawStuff"
- else
- folder = workspace:FindFirstChild("DrawStuff")
- end
- local function updatechat(mes)
- local a = Partt.SurfaceGui.OuterFrame["0"].TextLabel
- local b = Partt.SurfaceGui.OuterFrame["1"].TextLabel
- local c = Partt.SurfaceGui.OuterFrame["2"].TextLabel
- local d = Partt.SurfaceGui.OuterFrame["3"].TextLabel
- local e = Partt.SurfaceGui.OuterFrame["4"].TextLabel
- local f = Partt.SurfaceGui.OuterFrame["5"].TextLabel
- local g = Partt.SurfaceGui.OuterFrame["6"].TextLabel
- local h = Partt.SurfaceGui.OuterFrame["7"].TextLabel
- local i = Partt.SurfaceGui.OuterFrame["8"].TextLabel
- local j = Partt.SurfaceGui.OuterFrame["9"].TextLabel
- local k = Partt.SurfaceGui.OuterFrame["10"].TextLabel
- a.Text = b.Text
- b.Text = c.Text
- c.Text = d.Text
- d.Text = e.Text
- e.Text = f.Text
- f.Text = g.Text
- g.Text = h.Text
- h.Text = i.Text
- i.Text = j.Text
- j.Text = k.Text
- k.Text = mes
- end
- local function multiplyCFrame(a, b)
- local ax, ay, az, a11, a12, a13, a21, a22, a23, a31, a32, a33 = a:components()
- local bx, by, bz, b11, b12, b13, b21, b22, b23, b31, b32, b33 = b:components()
- local x = ax*bx
- local y = ay*by
- local z = az*bz
- local m11 = a11*b11
- local m12 = a12*b12
- local m13 = a13*b13
- local m21 = a21*b21
- local m22 = a22*b22
- local m23 = a23*b23
- local m31 = a31*b31
- local m32 = a32*b32
- local m33 = a33*b33
- return CFrame.new(x, y, z, m11, m12, m13, m21, m22, m23, m31, m32, m33)
- end
- function update()
- local fold = workspace.DrawStuff
- local tab = {}
- for i,v in pairs(fold:GetChildren()) do
- local teb = {}
- table.insert(teb,v.CFrame)
- table.insert(teb,v.Size)
- table.insert(teb,v.Shape)
- table.insert(tab,teb)
- end
- coroutine.resume(coroutine.create(function()
- remote:FireServer("UpdateDraw",tab)
- wait(.4)
- local g = workspace:FindFirstChild("FolderOfDraw"..player.Name)
- if g ~= nil then
- g:ClearAllChildren()
- end
- end))
- end
- function drawLine(part1,part2)
- local b1 = part1
- local b2 = part2
- local x = (b1.X+b2.X)/2
- local y = (b1.Y+b2.Y)/2
- local z = (b1.Z+b2.Z)/2
- local midpos = Vector3.new(x,y,z)
- local part = Instance.new("Part",folder)
- part.Anchored = true
- part.CanCollide = false
- part.Color = Color3.fromRGB(145,145,145)
- part.Position = midpos
- part.CFrame = CFrame.new(part.Position,b1)
- local mag = (b1 - b2).Magnitude
- part.Size = Vector3.new(0.4*(size/6),0.4*(size/6),mag)
- part.Material = "Neon"
- return part
- end
- function printtable(tab)
- for i,v in pairs(tab) do
- if type(v) ~= "table" then
- print(i.." | "..tostring(v))
- else
- for ii,vv in pairs(v) do
- print(i..", "..ii.." | "..tostring(v))
- end
- end
- end
- end
- function createRegion(bonk)
- local pos1 = Vector3.new(bonk.Position.X+(bonk.Size.X/2),bonk.Position.Y+(bonk.Size.Y/2),bonk.Position.Z+(bonk.Size.Z/2))
- local pos2 = Vector3.new(bonk.Position.X+(-bonk.Size.X/2),bonk.Position.Y+(-bonk.Size.Y/2),bonk.Position.Z+(-bonk.Size.Z/2))
- return Region3.new(pos2,pos1)
- end
- function round(number,deci)
- local num = tostring(number)
- local num2 = ""
- local num3 = ""
- local num4
- local num5
- local savevar1 = ""
- if deci ~= 0 then
- if num2 ~= "" then num = num2 end
- for i=1,#num do
- if string.sub(num,i,i) == "." then
- num3 = tonumber(string.sub(num,deci+i+1,deci+i+1))
- num4 = tonumber(string.sub(num,deci+i,deci+i))
- if num3 == "" or num3 == nil then break end
- if num3 >= 5 then
- num = string.sub(num,1,i-1+deci)..tostring(num4+1)
- else
- num = string.sub(num,1,i-1+deci)..tostring(num4)
- end
- end
- end
- else
- for i=1,#num do
- if string.sub(num,i,i) == "." then
- num3 = string.sub(num,i+1,i+1)
- num5 = string.sub(num,i-1,i-1)
- num4 = i
- break
- end
- end
- num3 = tonumber(num3)
- num5 = tonumber(num5)
- if num3 >= 5 then
- num = string.sub(num,1,num4-2)..tostring(num5+1)
- else
- num = string.sub(num,1,num4)
- end
- num = tonumber(num)
- end
- return num
- end
- function createKeyboard(sizer)
- local h = Instance.new("Part")
- h.CFrame = he.CFrame
- h.Orientation = Vector3.new(0,-90,0)
- h.CFrame = h.CFrame * CFrame.new(0,-5*sizer,-1.5*sizer)
- local h = h.CFrame
- cfforkeyboard = h
- local Folder0 = Instance.new("Folder")
- Folder1 = Instance.new("Folder")
- Part2 = Instance.new("Part")
- SurfaceGui3 = Instance.new("SurfaceGui")
- TextLabel4 = Instance.new("TextLabel")
- Part5 = Instance.new("Part")
- SurfaceGui6 = Instance.new("SurfaceGui")
- TextLabel7 = Instance.new("TextLabel")
- Part8 = Instance.new("Part")
- SurfaceGui9 = Instance.new("SurfaceGui")
- TextLabel10 = Instance.new("TextLabel")
- Part11 = Instance.new("Part")
- SurfaceGui12 = Instance.new("SurfaceGui")
- TextLabel13 = Instance.new("TextLabel")
- Part14 = Instance.new("Part")
- SurfaceGui15 = Instance.new("SurfaceGui")
- TextLabel16 = Instance.new("TextLabel")
- Part17 = Instance.new("Part")
- SurfaceGui18 = Instance.new("SurfaceGui")
- TextLabel19 = Instance.new("TextLabel")
- Part20 = Instance.new("Part")
- SurfaceGui21 = Instance.new("SurfaceGui")
- TextLabel22 = Instance.new("TextLabel")
- Part23 = Instance.new("Part")
- SurfaceGui24 = Instance.new("SurfaceGui")
- TextLabel25 = Instance.new("TextLabel")
- Part26 = Instance.new("Part")
- SurfaceGui27 = Instance.new("SurfaceGui")
- TextLabel28 = Instance.new("TextLabel")
- Part29 = Instance.new("Part")
- SurfaceGui30 = Instance.new("SurfaceGui")
- TextLabel31 = Instance.new("TextLabel")
- Part32 = Instance.new("Part")
- SurfaceGui33 = Instance.new("SurfaceGui")
- TextLabel34 = Instance.new("TextLabel")
- Part35 = Instance.new("Part")
- SurfaceGui36 = Instance.new("SurfaceGui")
- TextLabel37 = Instance.new("TextLabel")
- Part38 = Instance.new("Part")
- SurfaceGui39 = Instance.new("SurfaceGui")
- TextLabel40 = Instance.new("TextLabel")
- Part41 = Instance.new("Part")
- SurfaceGui42 = Instance.new("SurfaceGui")
- TextLabel43 = Instance.new("TextLabel")
- Part44 = Instance.new("Part")
- SurfaceGui45 = Instance.new("SurfaceGui")
- TextLabel46 = Instance.new("TextLabel")
- Part47 = Instance.new("Part")
- SurfaceGui48 = Instance.new("SurfaceGui")
- TextLabel49 = Instance.new("TextLabel")
- Part50 = Instance.new("Part")
- SurfaceGui51 = Instance.new("SurfaceGui")
- TextLabel52 = Instance.new("TextLabel")
- Part53 = Instance.new("Part")
- SurfaceGui54 = Instance.new("SurfaceGui")
- TextLabel55 = Instance.new("TextLabel")
- Part56 = Instance.new("Part")
- SurfaceGui57 = Instance.new("SurfaceGui")
- TextLabel58 = Instance.new("TextLabel")
- Part59 = Instance.new("Part")
- SurfaceGui60 = Instance.new("SurfaceGui")
- TextLabel61 = Instance.new("TextLabel")
- Part62 = Instance.new("Part")
- SurfaceGui63 = Instance.new("SurfaceGui")
- TextLabel64 = Instance.new("TextLabel")
- Part65 = Instance.new("Part")
- SurfaceGui66 = Instance.new("SurfaceGui")
- TextLabel67 = Instance.new("TextLabel")
- Part68 = Instance.new("Part")
- SurfaceGui69 = Instance.new("SurfaceGui")
- TextLabel70 = Instance.new("TextLabel")
- Part71 = Instance.new("Part")
- SurfaceGui72 = Instance.new("SurfaceGui")
- TextLabel73 = Instance.new("TextLabel")
- Part74 = Instance.new("Part")
- SurfaceGui75 = Instance.new("SurfaceGui")
- TextLabel76 = Instance.new("TextLabel")
- Part77 = Instance.new("Part")
- SurfaceGui78 = Instance.new("SurfaceGui")
- TextLabel79 = Instance.new("TextLabel")
- Part80 = Instance.new("Part")
- SurfaceGui81 = Instance.new("SurfaceGui")
- TextLabel82 = Instance.new("TextLabel")
- Part83 = Instance.new("Part")
- SurfaceGui84 = Instance.new("SurfaceGui")
- TextLabel85 = Instance.new("TextLabel")
- Part86 = Instance.new("Part")
- SurfaceGui87 = Instance.new("SurfaceGui")
- TextLabel88 = Instance.new("TextLabel")
- Part89 = Instance.new("Part")
- SurfaceGui90 = Instance.new("SurfaceGui")
- TextLabel91 = Instance.new("TextLabel")
- Part92 = Instance.new("Part")
- SurfaceGui93 = Instance.new("SurfaceGui")
- TextLabel94 = Instance.new("TextLabel")
- Part95 = Instance.new("Part")
- SurfaceGui96 = Instance.new("SurfaceGui")
- TextLabel97 = Instance.new("TextLabel")
- Part98 = Instance.new("Part")
- SurfaceGui99 = Instance.new("SurfaceGui")
- TextLabel100 = Instance.new("TextLabel")
- Part101 = Instance.new("Part")
- SurfaceGui102 = Instance.new("SurfaceGui")
- TextLabel103 = Instance.new("TextLabel")
- Part104 = Instance.new("Part")
- SurfaceGui105 = Instance.new("SurfaceGui")
- TextLabel106 = Instance.new("TextLabel")
- Part107 = Instance.new("Part")
- SurfaceGui108 = Instance.new("SurfaceGui")
- TextLabel109 = Instance.new("TextLabel")
- Part110 = Instance.new("Part")
- SurfaceGui111 = Instance.new("SurfaceGui")
- TextLabel112 = Instance.new("TextLabel")
- Part113 = Instance.new("Part")
- SurfaceGui114 = Instance.new("SurfaceGui")
- TextLabel115 = Instance.new("TextLabel")
- Part116 = Instance.new("Part")
- SurfaceGui117 = Instance.new("SurfaceGui")
- TextLabel118 = Instance.new("TextLabel")
- Part119 = Instance.new("Part")
- SurfaceGui120 = Instance.new("SurfaceGui")
- TextLabel121 = Instance.new("TextLabel")
- Part122 = Instance.new("Part")
- SurfaceGui123 = Instance.new("SurfaceGui")
- TextLabel124 = Instance.new("TextLabel")
- Part125 = Instance.new("Part")
- SurfaceGui126 = Instance.new("SurfaceGui")
- TextLabel127 = Instance.new("TextLabel")
- Part128 = Instance.new("Part")
- SurfaceGui129 = Instance.new("SurfaceGui")
- TextLabel130 = Instance.new("TextLabel")
- Part131 = Instance.new("Part")
- SurfaceGui132 = Instance.new("SurfaceGui")
- TextLabel133 = Instance.new("TextLabel")
- Part134 = Instance.new("Part")
- SurfaceGui135 = Instance.new("SurfaceGui")
- TextLabel136 = Instance.new("TextLabel")
- Part137 = Instance.new("Part")
- SurfaceGui138 = Instance.new("SurfaceGui")
- TextLabel139 = Instance.new("TextLabel")
- Part140 = Instance.new("Part")
- SurfaceGui141 = Instance.new("SurfaceGui")
- TextLabel142 = Instance.new("TextLabel")
- Part143 = Instance.new("Part")
- SurfaceGui144 = Instance.new("SurfaceGui")
- TextLabel145 = Instance.new("TextLabel")
- Part146 = Instance.new("Part")
- SurfaceGui147 = Instance.new("SurfaceGui")
- TextLabel148 = Instance.new("TextLabel")
- Part149 = Instance.new("Part")
- SurfaceGui150 = Instance.new("SurfaceGui")
- TextLabel151 = Instance.new("TextLabel")
- Part152 = Instance.new("Part")
- SurfaceGui153 = Instance.new("SurfaceGui")
- TextLabel154 = Instance.new("TextLabel")
- Part155 = Instance.new("Part")
- SurfaceGui156 = Instance.new("SurfaceGui")
- TextLabel157 = Instance.new("TextLabel")
- Part158 = Instance.new("Part")
- SurfaceGui159 = Instance.new("SurfaceGui")
- TextLabel160 = Instance.new("TextLabel")
- Part161 = Instance.new("Part")
- SurfaceGui162 = Instance.new("SurfaceGui")
- TextLabel163 = Instance.new("TextLabel")
- Part164 = Instance.new("Part")
- SurfaceGui165 = Instance.new("SurfaceGui")
- TextLabel166 = Instance.new("TextLabel")
- Part167 = Instance.new("Part")
- SurfaceGui168 = Instance.new("SurfaceGui")
- TextLabel169 = Instance.new("TextLabel")
- Part170 = Instance.new("Part")
- SurfaceGui171 = Instance.new("SurfaceGui")
- TextLabel172 = Instance.new("TextLabel")
- Part173 = Instance.new("Part")
- SurfaceGui174 = Instance.new("SurfaceGui")
- TextLabel175 = Instance.new("TextLabel")
- Part176 = Instance.new("Part")
- SurfaceGui177 = Instance.new("SurfaceGui")
- TextLabel178 = Instance.new("TextLabel")
- Part179 = Instance.new("Part")
- SurfaceGui180 = Instance.new("SurfaceGui")
- TextLabel181 = Instance.new("TextLabel")
- Folder182 = Instance.new("Folder")
- Part183 = Instance.new("Part")
- Part184 = Instance.new("Part")
- Folder185 = Instance.new("Folder")
- Part186 = Instance.new("Part")
- Part187 = Instance.new("Part")
- Part188 = Instance.new("Part")
- Part189 = Instance.new("Part")
- Part190 = Instance.new("Part")
- Part191 = Instance.new("Part")
- Part192 = Instance.new("Part")
- Part193 = Instance.new("Part")
- Part194 = Instance.new("Part")
- Part195 = Instance.new("Part")
- Part196 = Instance.new("Part")
- Part197 = Instance.new("Part")
- Part198 = Instance.new("Part")
- Part199 = Instance.new("Part")
- Part200 = Instance.new("Part")
- Part201 = Instance.new("Part")
- Part202 = Instance.new("Part")
- Part203 = Instance.new("Part")
- Part204 = Instance.new("Part")
- Part205 = Instance.new("Part")
- Part206 = Instance.new("Part")
- Part207 = Instance.new("Part")
- Part208 = Instance.new("Part")
- Part209 = Instance.new("Part")
- Part210 = Instance.new("Part")
- Part211 = Instance.new("Part")
- Part212 = Instance.new("Part")
- Part213 = Instance.new("Part")
- Part214 = Instance.new("Part")
- Part215 = Instance.new("Part")
- Part216 = Instance.new("Part")
- Part217 = Instance.new("Part")
- Part218 = Instance.new("Part")
- Part219 = Instance.new("Part")
- Part220 = Instance.new("Part")
- Part221 = Instance.new("Part")
- Part222 = Instance.new("Part")
- Part223 = Instance.new("Part")
- Part224 = Instance.new("Part")
- Part225 = Instance.new("Part")
- Part226 = Instance.new("Part")
- Part227 = Instance.new("Part")
- Part228 = Instance.new("Part")
- Part229 = Instance.new("Part")
- Part230 = Instance.new("Part")
- Part231 = Instance.new("Part")
- Part232 = Instance.new("Part")
- Part233 = Instance.new("Part")
- Part234 = Instance.new("Part")
- Part235 = Instance.new("Part")
- Part236 = Instance.new("Part")
- Part237 = Instance.new("Part")
- Part238 = Instance.new("Part")
- Part239 = Instance.new("Part")
- Part240 = Instance.new("Part")
- Part241 = Instance.new("Part")
- Part242 = Instance.new("Part")
- Part243 = Instance.new("Part")
- Part244 = Instance.new("Part")
- Part245 = Instance.new("Part")
- Folder0.Name = "keyboardddd"
- Folder0.Parent = workspace
- Folder1.Name = "Keys"
- Folder1.Parent = Folder0
- Part2.Name = "'"
- Part2.Parent = Folder1
- Part2.CFrame = h * CFrame.new(4.6799984 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part2.Orientation = Vector3.new(0,-90-90,-22.5)
- Part2.Color = Color3.new(0.317647, 0, 0.309804)
- Part2.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 0.799999952 * sizer)
- Part2.Anchored = true
- Part2.BottomSurface = Enum.SurfaceType.Smooth
- Part2.Locked = true
- Part2.Material = Enum.Material.Wood
- SurfaceGui3.Parent = Part2
- SurfaceGui3.LightInfluence = 1
- SurfaceGui3.Face = Enum.NormalId.Top
- SurfaceGui3.ClipsDescendants = true
- SurfaceGui3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui3.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui3.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel4.Parent = SurfaceGui3
- TextLabel4.Size = UDim2.new(1, 0, 1, 0)
- TextLabel4.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel4.BackgroundTransparency = 1
- TextLabel4.Font = Enum.Font.SourceSans
- TextLabel4.FontSize = Enum.FontSize.Size14
- TextLabel4.Text = [[']].."\n"..[["]]
- TextLabel4.TextColor = BrickColor.new("Institutional white")
- TextLabel4.TextColor3 = Color3.new(1, 1, 1)
- TextLabel4.TextScaled = true
- TextLabel4.TextSize = 14
- TextLabel4.TextWrap = true
- TextLabel4.TextWrapped = true
- Part5.Name = ","
- Part5.Parent = Folder1
- Part5.CFrame = h * CFrame.new(2.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part5.Orientation = Vector3.new(0,-90-90,-22.5)
- Part5.Color = Color3.new(0.317647, 0, 0.309804)
- Part5.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 0.799999952 * sizer)
- Part5.Anchored = true
- Part5.BottomSurface = Enum.SurfaceType.Smooth
- Part5.Locked = true
- Part5.Material = Enum.Material.Wood
- SurfaceGui6.Parent = Part5
- SurfaceGui6.LightInfluence = 1
- SurfaceGui6.Face = Enum.NormalId.Top
- SurfaceGui6.ClipsDescendants = true
- SurfaceGui6.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui6.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui6.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel7.Parent = SurfaceGui6
- TextLabel7.Size = UDim2.new(1, 0, 1, 0)
- TextLabel7.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel7.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel7.BackgroundTransparency = 1
- TextLabel7.Font = Enum.Font.SourceSans
- TextLabel7.FontSize = Enum.FontSize.Size14
- TextLabel7.Text = "<\n,"
- TextLabel7.TextColor = BrickColor.new("Institutional white")
- TextLabel7.TextColor3 = Color3.new(1, 1, 1)
- TextLabel7.TextScaled = true
- TextLabel7.TextSize = 14
- TextLabel7.TextWrap = true
- TextLabel7.TextWrapped = true
- Part8.Name = "-"
- Part8.Parent = Folder1
- Part8.CFrame = h * CFrame.new(4 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part8.Orientation = Vector3.new(0,-90-90,-22.5)
- Part8.Color = Color3.new(0.317647, 0, 0.309804)
- Part8.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part8.Anchored = true
- Part8.BottomSurface = Enum.SurfaceType.Smooth
- Part8.Locked = true
- Part8.Material = Enum.Material.Wood
- SurfaceGui9.Parent = Part8
- SurfaceGui9.LightInfluence = 1
- SurfaceGui9.Face = Enum.NormalId.Top
- SurfaceGui9.ClipsDescendants = true
- SurfaceGui9.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui9.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui9.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel10.Parent = SurfaceGui9
- TextLabel10.Size = UDim2.new(1, 0, 1, 0)
- TextLabel10.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel10.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel10.BackgroundTransparency = 1
- TextLabel10.Font = Enum.Font.SourceSans
- TextLabel10.FontSize = Enum.FontSize.Size14
- TextLabel10.Text = "_\n-"
- TextLabel10.TextColor = BrickColor.new("Institutional white")
- TextLabel10.TextColor3 = Color3.new(1, 1, 1)
- TextLabel10.TextScaled = true
- TextLabel10.TextSize = 14
- TextLabel10.TextWrap = true
- TextLabel10.TextWrapped = true
- Part11.Name = "."
- Part11.Parent = Folder1
- Part11.CFrame = h * CFrame.new(3.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part11.Orientation = Vector3.new(0,-90-90,-22.5)
- Part11.Color = Color3.new(0.317647, 0, 0.309804)
- Part11.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part11.Anchored = true
- Part11.Locked = true
- Part11.Material = Enum.Material.Wood
- SurfaceGui12.Parent = Part11
- SurfaceGui12.LightInfluence = 1
- SurfaceGui12.Face = Enum.NormalId.Top
- SurfaceGui12.ClipsDescendants = true
- SurfaceGui12.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui12.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui12.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel13.Parent = SurfaceGui12
- TextLabel13.Size = UDim2.new(1, 0, 1, 0)
- TextLabel13.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel13.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel13.BackgroundTransparency = 1
- TextLabel13.Font = Enum.Font.SourceSans
- TextLabel13.FontSize = Enum.FontSize.Size14
- TextLabel13.Text = ">\n."
- TextLabel13.TextColor = BrickColor.new("Institutional white")
- TextLabel13.TextColor3 = Color3.new(1, 1, 1)
- TextLabel13.TextScaled = true
- TextLabel13.TextSize = 14
- TextLabel13.TextWrap = true
- TextLabel13.TextWrapped = true
- Part14.Name = "/"
- Part14.Parent = Folder1
- Part14.CFrame = h * CFrame.new(4.34000492 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part14.Orientation = Vector3.new(0,-90-90,-22.5)
- Part14.Color = Color3.new(0.317647, 0, 0.309804)
- Part14.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part14.Anchored = true
- Part14.Locked = true
- Part14.Material = Enum.Material.Wood
- SurfaceGui15.Parent = Part14
- SurfaceGui15.LightInfluence = 1
- SurfaceGui15.Face = Enum.NormalId.Top
- SurfaceGui15.ClipsDescendants = true
- SurfaceGui15.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui15.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui15.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel16.Parent = SurfaceGui15
- TextLabel16.Size = UDim2.new(1, 0, 1, 0)
- TextLabel16.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel16.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel16.BackgroundTransparency = 1
- TextLabel16.Font = Enum.Font.SourceSans
- TextLabel16.FontSize = Enum.FontSize.Size14
- TextLabel16.Text = "?\n/"
- TextLabel16.TextColor = BrickColor.new("Institutional white")
- TextLabel16.TextColor3 = Color3.new(1, 1, 1)
- TextLabel16.TextScaled = true
- TextLabel16.TextSize = 14
- TextLabel16.TextWrap = true
- TextLabel16.TextWrapped = true
- Part17.Name = "0"
- Part17.Parent = Folder1
- Part17.CFrame = h * CFrame.new(3 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part17.Orientation = Vector3.new(0,-90-90,-22.5)
- Part17.Color = Color3.new(0.317647, 0, 0.309804)
- Part17.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part17.Anchored = true
- Part17.Locked = true
- Part17.Material = Enum.Material.Wood
- SurfaceGui18.Parent = Part17
- SurfaceGui18.LightInfluence = 1
- SurfaceGui18.Face = Enum.NormalId.Top
- SurfaceGui18.ClipsDescendants = true
- SurfaceGui18.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui18.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui18.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel19.Parent = SurfaceGui18
- TextLabel19.Size = UDim2.new(1, 0, 1, 0)
- TextLabel19.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel19.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel19.BackgroundTransparency = 1
- TextLabel19.Font = Enum.Font.SourceSans
- TextLabel19.FontSize = Enum.FontSize.Size14
- TextLabel19.Text = ")\n0"
- TextLabel19.TextColor = BrickColor.new("Institutional white")
- TextLabel19.TextColor3 = Color3.new(1, 1, 1)
- TextLabel19.TextScaled = true
- TextLabel19.TextSize = 14
- TextLabel19.TextWrap = true
- TextLabel19.TextWrapped = true
- Part20.Name = "1"
- Part20.Parent = Folder1
- Part20.CFrame = h * CFrame.new(-6.00000525*sizer, -3.2066319*sizer, -7.05276108 * sizer)
- Part20.Orientation = Vector3.new(0,-90-90,-22.5)
- Part20.Color = Color3.new(0.317647, 0, 0.309804)
- Part20.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part20.Anchored = true
- Part20.Locked = true
- Part20.Material = Enum.Material.Wood
- SurfaceGui21.Parent = Part20
- SurfaceGui21.LightInfluence = 1
- SurfaceGui21.Face = Enum.NormalId.Top
- SurfaceGui21.ClipsDescendants = true
- SurfaceGui21.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui21.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui21.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel22.Parent = SurfaceGui21
- TextLabel22.Size = UDim2.new(1, 0, 1, 0)
- TextLabel22.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel22.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel22.BackgroundTransparency = 1
- TextLabel22.Font = Enum.Font.SourceSans
- TextLabel22.FontSize = Enum.FontSize.Size14
- TextLabel22.Text = "!\n1"
- TextLabel22.TextColor = BrickColor.new("Institutional white")
- TextLabel22.TextColor3 = Color3.new(1, 1, 1)
- TextLabel22.TextScaled = true
- TextLabel22.TextSize = 14
- TextLabel22.TextWrap = true
- TextLabel22.TextWrapped = true
- Part23.Name = "2"
- Part23.Parent = Folder1
- Part23.CFrame = h * CFrame.new(-5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part23.Orientation = Vector3.new(0,-90-90,-22.5)
- Part23.Color = Color3.new(0.317647, 0, 0.309804)
- Part23.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part23.Anchored = true
- Part23.Locked = true
- Part23.Material = Enum.Material.Wood
- SurfaceGui24.Parent = Part23
- SurfaceGui24.LightInfluence = 1
- SurfaceGui24.Face = Enum.NormalId.Top
- SurfaceGui24.ClipsDescendants = true
- SurfaceGui24.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui24.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui24.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel25.Parent = SurfaceGui24
- TextLabel25.Size = UDim2.new(1, 0, 1, 0)
- TextLabel25.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel25.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel25.BackgroundTransparency = 1
- TextLabel25.Font = Enum.Font.SourceSans
- TextLabel25.FontSize = Enum.FontSize.Size14
- TextLabel25.Text = "@\n2"
- TextLabel25.TextColor = BrickColor.new("Institutional white")
- TextLabel25.TextColor3 = Color3.new(1, 1, 1)
- TextLabel25.TextScaled = true
- TextLabel25.TextSize = 14
- TextLabel25.TextWrap = true
- TextLabel25.TextWrapped = true
- Part26.Name = "3"
- Part26.Parent = Folder1
- Part26.CFrame = h * CFrame.new(-4 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part26.Orientation = Vector3.new(0,-90-90,-22.5)
- Part26.Color = Color3.new(0.317647, 0, 0.309804)
- Part26.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part26.Anchored = true
- Part26.Locked = true
- Part26.Material = Enum.Material.Wood
- SurfaceGui27.Parent = Part26
- SurfaceGui27.LightInfluence = 1
- SurfaceGui27.Face = Enum.NormalId.Top
- SurfaceGui27.ClipsDescendants = true
- SurfaceGui27.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui27.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui27.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel28.Parent = SurfaceGui27
- TextLabel28.Size = UDim2.new(1, 0, 1, 0)
- TextLabel28.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel28.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel28.BackgroundTransparency = 1
- TextLabel28.Font = Enum.Font.SourceSans
- TextLabel28.FontSize = Enum.FontSize.Size14
- TextLabel28.Text = "#\n3"
- TextLabel28.TextColor = BrickColor.new("Institutional white")
- TextLabel28.TextColor3 = Color3.new(1, 1, 1)
- TextLabel28.TextScaled = true
- TextLabel28.TextSize = 14
- TextLabel28.TextWrap = true
- TextLabel28.TextWrapped = true
- Part29.Name = "4"
- Part29.Parent = Folder1
- Part29.CFrame = h * CFrame.new(-3 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part29.Orientation = Vector3.new(0,-90-90,-22.5)
- Part29.Color = Color3.new(0.317647, 0, 0.309804)
- Part29.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part29.Anchored = true
- Part29.Locked = true
- Part29.Material = Enum.Material.Wood
- SurfaceGui30.Parent = Part29
- SurfaceGui30.LightInfluence = 1
- SurfaceGui30.Face = Enum.NormalId.Top
- SurfaceGui30.ClipsDescendants = true
- SurfaceGui30.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui30.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui30.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel31.Parent = SurfaceGui30
- TextLabel31.Size = UDim2.new(1, 0, 1, 0)
- TextLabel31.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel31.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel31.BackgroundTransparency = 1
- TextLabel31.Font = Enum.Font.SourceSans
- TextLabel31.FontSize = Enum.FontSize.Size14
- TextLabel31.Text = "$\n4"
- TextLabel31.TextColor = BrickColor.new("Institutional white")
- TextLabel31.TextColor3 = Color3.new(1, 1, 1)
- TextLabel31.TextScaled = true
- TextLabel31.TextSize = 14
- TextLabel31.TextWrap = true
- TextLabel31.TextWrapped = true
- Part32.Name = "5"
- Part32.Parent = Folder1
- Part32.CFrame = h * CFrame.new(-2 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part32.Orientation = Vector3.new(0,-90-90,-22.5)
- Part32.Color = Color3.new(0.317647, 0, 0.309804)
- Part32.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part32.Anchored = true
- Part32.Locked = true
- Part32.Material = Enum.Material.Wood
- SurfaceGui33.Parent = Part32
- SurfaceGui33.LightInfluence = 1
- SurfaceGui33.Face = Enum.NormalId.Top
- SurfaceGui33.ClipsDescendants = true
- SurfaceGui33.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui33.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui33.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel34.Parent = SurfaceGui33
- TextLabel34.Size = UDim2.new(1, 0, 1, 0)
- TextLabel34.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel34.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel34.BackgroundTransparency = 1
- TextLabel34.Font = Enum.Font.SourceSans
- TextLabel34.FontSize = Enum.FontSize.Size14
- TextLabel34.Text = "%\n5"
- TextLabel34.TextColor = BrickColor.new("Institutional white")
- TextLabel34.TextColor3 = Color3.new(1, 1, 1)
- TextLabel34.TextScaled = true
- TextLabel34.TextSize = 14
- TextLabel34.TextWrap = true
- TextLabel34.TextWrapped = true
- Part35.Name = "6"
- Part35.Parent = Folder1
- Part35.CFrame = h * CFrame.new(-1 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part35.Orientation = Vector3.new(0,-90-90,-22.5)
- Part35.Color = Color3.new(0.317647, 0, 0.309804)
- Part35.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part35.Anchored = true
- Part35.Locked = true
- Part35.Material = Enum.Material.Wood
- SurfaceGui36.Parent = Part35
- SurfaceGui36.LightInfluence = 1
- SurfaceGui36.Face = Enum.NormalId.Top
- SurfaceGui36.ClipsDescendants = true
- SurfaceGui36.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui36.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui36.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel37.Parent = SurfaceGui36
- TextLabel37.Size = UDim2.new(1, 0, 1, 0)
- TextLabel37.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel37.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel37.BackgroundTransparency = 1
- TextLabel37.Font = Enum.Font.SourceSans
- TextLabel37.FontSize = Enum.FontSize.Size14
- TextLabel37.Text = "^\n6"
- TextLabel37.TextColor = BrickColor.new("Institutional white")
- TextLabel37.TextColor3 = Color3.new(1, 1, 1)
- TextLabel37.TextScaled = true
- TextLabel37.TextSize = 14
- TextLabel37.TextWrap = true
- TextLabel37.TextWrapped = true
- Part38.Name = "7"
- Part38.Parent = Folder1
- Part38.CFrame = h * CFrame.new(0, -3.20663142 * sizer, -7.05276108 * sizer)
- Part38.Orientation = Vector3.new(0,-90-90,-22.5)
- Part38.Color = Color3.new(0.317647, 0, 0.309804)
- Part38.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part38.Anchored = true
- Part38.Locked = true
- Part38.Material = Enum.Material.Wood
- SurfaceGui39.Parent = Part38
- SurfaceGui39.LightInfluence = 1
- SurfaceGui39.Face = Enum.NormalId.Top
- SurfaceGui39.ClipsDescendants = true
- SurfaceGui39.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui39.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui39.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel40.Parent = SurfaceGui39
- TextLabel40.Size = UDim2.new(1, 0, 1, 0)
- TextLabel40.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel40.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel40.BackgroundTransparency = 1
- TextLabel40.Font = Enum.Font.SourceSans
- TextLabel40.FontSize = Enum.FontSize.Size14
- TextLabel40.Text = "&\n7"
- TextLabel40.TextColor = BrickColor.new("Institutional white")
- TextLabel40.TextColor3 = Color3.new(1, 1, 1)
- TextLabel40.TextScaled = true
- TextLabel40.TextSize = 14
- TextLabel40.TextWrap = true
- TextLabel40.TextWrapped = true
- Part41.Name = "8"
- Part41.Parent = Folder1
- Part41.CFrame = h * CFrame.new(1 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part41.Orientation = Vector3.new(0,-90-90,-22.5)
- Part41.Color = Color3.new(0.317647, 0, 0.309804)
- Part41.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part41.Anchored = true
- Part41.Locked = true
- Part41.Material = Enum.Material.Wood
- SurfaceGui42.Parent = Part41
- SurfaceGui42.LightInfluence = 1
- SurfaceGui42.Face = Enum.NormalId.Top
- SurfaceGui42.ClipsDescendants = true
- SurfaceGui42.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui42.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui42.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel43.Parent = SurfaceGui42
- TextLabel43.Size = UDim2.new(1, 0, 1, 0)
- TextLabel43.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel43.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel43.BackgroundTransparency = 1
- TextLabel43.Font = Enum.Font.SourceSans
- TextLabel43.FontSize = Enum.FontSize.Size14
- TextLabel43.Text = "*\n8"
- TextLabel43.TextColor = BrickColor.new("Institutional white")
- TextLabel43.TextColor3 = Color3.new(1, 1, 1)
- TextLabel43.TextScaled = true
- TextLabel43.TextSize = 14
- TextLabel43.TextWrap = true
- TextLabel43.TextWrapped = true
- Part44.Name = "9"
- Part44.Parent = Folder1
- Part44.CFrame = h * CFrame.new(2 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part44.Orientation = Vector3.new(0,-90-90,-22.5)
- Part44.Color = Color3.new(0.317647, 0, 0.309804)
- Part44.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part44.Anchored = true
- Part44.Locked = true
- Part44.Material = Enum.Material.Wood
- SurfaceGui45.Parent = Part44
- SurfaceGui45.LightInfluence = 1
- SurfaceGui45.Face = Enum.NormalId.Top
- SurfaceGui45.ClipsDescendants = true
- SurfaceGui45.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui45.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui45.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel46.Parent = SurfaceGui45
- TextLabel46.Size = UDim2.new(1, 0, 1, 0)
- TextLabel46.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel46.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel46.BackgroundTransparency = 1
- TextLabel46.Font = Enum.Font.SourceSans
- TextLabel46.FontSize = Enum.FontSize.Size14
- TextLabel46.Text = "(\n9"
- TextLabel46.TextColor = BrickColor.new("Institutional white")
- TextLabel46.TextColor3 = Color3.new(1, 1, 1)
- TextLabel46.TextScaled = true
- TextLabel46.TextSize = 14
- TextLabel46.TextWrap = true
- TextLabel46.TextWrapped = true
- Part47.Name = ";"
- Part47.Parent = Folder1
- Part47.CFrame = h * CFrame.new(3.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part47.Orientation = Vector3.new(0,-90-90,-22.5)
- Part47.Color = Color3.new(0.317647, 0, 0.309804)
- Part47.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part47.Anchored = true
- Part47.Locked = true
- Part47.Material = Enum.Material.Wood
- SurfaceGui48.Parent = Part47
- SurfaceGui48.LightInfluence = 1
- SurfaceGui48.Face = Enum.NormalId.Top
- SurfaceGui48.ClipsDescendants = true
- SurfaceGui48.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui48.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui48.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel49.Parent = SurfaceGui48
- TextLabel49.Size = UDim2.new(1, 0, 1, 0)
- TextLabel49.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel49.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel49.BackgroundTransparency = 1
- TextLabel49.Font = Enum.Font.SourceSans
- TextLabel49.FontSize = Enum.FontSize.Size14
- TextLabel49.Text = ":\n;"
- TextLabel49.TextColor = BrickColor.new("Institutional white")
- TextLabel49.TextColor3 = Color3.new(1, 1, 1)
- TextLabel49.TextScaled = true
- TextLabel49.TextSize = 14
- TextLabel49.TextWrap = true
- TextLabel49.TextWrapped = true
- Part50.Name = "="
- Part50.Parent = Folder1
- Part50.CFrame = h * CFrame.new(5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part50.Orientation = Vector3.new(0,-90-90,-22.5)
- Part50.Color = Color3.new(0.317647, 0, 0.309804)
- Part50.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part50.Anchored = true
- Part50.Locked = true
- Part50.Material = Enum.Material.Wood
- SurfaceGui51.Parent = Part50
- SurfaceGui51.LightInfluence = 1
- SurfaceGui51.Face = Enum.NormalId.Top
- SurfaceGui51.ClipsDescendants = true
- SurfaceGui51.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui51.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui51.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel52.Parent = SurfaceGui51
- TextLabel52.Size = UDim2.new(1, 0, 1, 0)
- TextLabel52.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel52.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel52.BackgroundTransparency = 1
- TextLabel52.Font = Enum.Font.SourceSans
- TextLabel52.FontSize = Enum.FontSize.Size14
- TextLabel52.Text = "+\n="
- TextLabel52.TextColor = BrickColor.new("Institutional white")
- TextLabel52.TextColor3 = Color3.new(1, 1, 1)
- TextLabel52.TextScaled = true
- TextLabel52.TextSize = 14
- TextLabel52.TextWrap = true
- TextLabel52.TextWrapped = true
- Part53.Name = "["
- Part53.Parent = Folder1
- Part53.CFrame = h * CFrame.new(4.48999834 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part53.Orientation = Vector3.new(0,-90-90,-22.5)
- Part53.Color = Color3.new(0.317647, 0, 0.309804)
- Part53.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part53.Anchored = true
- Part53.Locked = true
- Part53.Material = Enum.Material.Wood
- SurfaceGui54.Parent = Part53
- SurfaceGui54.LightInfluence = 1
- SurfaceGui54.Face = Enum.NormalId.Top
- SurfaceGui54.ClipsDescendants = true
- SurfaceGui54.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui54.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui54.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel55.Parent = SurfaceGui54
- TextLabel55.Size = UDim2.new(1, 0, 1, 0)
- TextLabel55.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel55.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel55.BackgroundTransparency = 1
- TextLabel55.Font = Enum.Font.SourceSans
- TextLabel55.FontSize = Enum.FontSize.Size14
- TextLabel55.Text = "{\n["
- TextLabel55.TextColor = BrickColor.new("Institutional white")
- TextLabel55.TextColor3 = Color3.new(1, 1, 1)
- TextLabel55.TextScaled = true
- TextLabel55.TextSize = 14
- TextLabel55.TextWrap = true
- TextLabel55.TextWrapped = true
- Part56.Name = "]"
- Part56.Parent = Folder1
- Part56.CFrame = h * CFrame.new(5.48999834 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part56.Orientation = Vector3.new(0,-90-90,-22.5)
- Part56.Color = Color3.new(0.317647, 0, 0.309804)
- Part56.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part56.Anchored = true
- Part56.Locked = true
- Part56.Material = Enum.Material.Wood
- SurfaceGui57.Parent = Part56
- SurfaceGui57.LightInfluence = 1
- SurfaceGui57.Face = Enum.NormalId.Top
- SurfaceGui57.ClipsDescendants = true
- SurfaceGui57.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui57.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui57.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel58.Parent = SurfaceGui57
- TextLabel58.Size = UDim2.new(1, 0, 1, 0)
- TextLabel58.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel58.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel58.BackgroundTransparency = 1
- TextLabel58.Font = Enum.Font.SourceSans
- TextLabel58.FontSize = Enum.FontSize.Size14
- TextLabel58.Text = "}\n]"
- TextLabel58.TextColor = BrickColor.new("Institutional white")
- TextLabel58.TextColor3 = Color3.new(1, 1, 1)
- TextLabel58.TextScaled = true
- TextLabel58.TextSize = 14
- TextLabel58.TextWrap = true
- TextLabel58.TextWrapped = true
- Part59.Name = "a"
- Part59.Parent = Folder1
- Part59.CFrame = h * CFrame.new(-5.3200016 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part59.Orientation = Vector3.new(0,-90-90,-22.5)
- Part59.Color = Color3.new(0.317647, 0, 0.309804)
- Part59.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part59.Anchored = true
- Part59.Locked = true
- Part59.Material = Enum.Material.Wood
- SurfaceGui60.Parent = Part59
- SurfaceGui60.LightInfluence = 1
- SurfaceGui60.Face = Enum.NormalId.Top
- SurfaceGui60.ClipsDescendants = true
- SurfaceGui60.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui60.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui60.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel61.Parent = SurfaceGui60
- TextLabel61.Size = UDim2.new(1, 0, 1, 0)
- TextLabel61.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel61.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel61.BackgroundTransparency = 1
- TextLabel61.Font = Enum.Font.SourceSans
- TextLabel61.FontSize = Enum.FontSize.Size14
- TextLabel61.Text = "a"
- TextLabel61.TextColor = BrickColor.new("Institutional white")
- TextLabel61.TextColor3 = Color3.new(1, 1, 1)
- TextLabel61.TextScaled = true
- TextLabel61.TextSize = 14
- TextLabel61.TextWrap = true
- TextLabel61.TextWrapped = true
- Part62.Name = "b"
- Part62.Parent = Folder1
- Part62.CFrame = h * CFrame.new(-0.660000324 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part62.Orientation = Vector3.new(0,-90-90,-22.5)
- Part62.Color = Color3.new(0.317647, 0, 0.309804)
- Part62.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part62.Anchored = true
- Part62.Locked = true
- Part62.Material = Enum.Material.Wood
- SurfaceGui63.Parent = Part62
- SurfaceGui63.LightInfluence = 1
- SurfaceGui63.Face = Enum.NormalId.Top
- SurfaceGui63.ClipsDescendants = true
- SurfaceGui63.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui63.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui63.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel64.Parent = SurfaceGui63
- TextLabel64.Size = UDim2.new(1, 0, 1, 0)
- TextLabel64.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel64.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel64.BackgroundTransparency = 1
- TextLabel64.Font = Enum.Font.SourceSans
- TextLabel64.FontSize = Enum.FontSize.Size14
- TextLabel64.Text = "b"
- TextLabel64.TextColor = BrickColor.new("Institutional white")
- TextLabel64.TextColor3 = Color3.new(1, 1, 1)
- TextLabel64.TextScaled = true
- TextLabel64.TextSize = 14
- TextLabel64.TextWrap = true
- TextLabel64.TextWrapped = true
- Part65.Name = "backslash"
- Part65.Parent = Folder1
- Part65.CFrame = h * CFrame.new(6.74499702 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part65.Orientation = Vector3.new(0,-90-90,-22.5)
- Part65.Color = Color3.new(0.317647, 0, 0.309804)
- Part65.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.30999947 * sizer)
- Part65.Anchored = true
- Part65.Locked = true
- Part65.Material = Enum.Material.Wood
- SurfaceGui66.Parent = Part65
- SurfaceGui66.LightInfluence = 1
- SurfaceGui66.Face = Enum.NormalId.Top
- SurfaceGui66.ClipsDescendants = true
- SurfaceGui66.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui66.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui66.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel67.Parent = SurfaceGui66
- TextLabel67.Size = UDim2.new(1, 0, 1, 0)
- TextLabel67.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel67.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel67.BackgroundTransparency = 1
- TextLabel67.Font = Enum.Font.SourceSans
- TextLabel67.FontSize = Enum.FontSize.Size14
- TextLabel67.Text = [[|]].."\n"..[[\]]
- TextLabel67.TextColor = BrickColor.new("Institutional white")
- TextLabel67.TextColor3 = Color3.new(1, 1, 1)
- TextLabel67.TextScaled = true
- TextLabel67.TextSize = 14
- TextLabel67.TextWrap = true
- TextLabel67.TextWrapped = true
- Part68.Name = "backspace"
- Part68.Parent = Folder1
- Part68.CFrame = h * CFrame.new(6.5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part68.Orientation = Vector3.new(0,-90-90,-22.5)
- Part68.Color = Color3.new(0.317647, 0, 0.309804)
- Part68.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 1.79999995 * sizer)
- Part68.Anchored = true
- Part68.Locked = true
- Part68.Material = Enum.Material.Wood
- SurfaceGui69.Parent = Part68
- SurfaceGui69.LightInfluence = 1
- SurfaceGui69.Face = Enum.NormalId.Top
- SurfaceGui69.ClipsDescendants = true
- SurfaceGui69.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui69.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui69.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel70.Parent = SurfaceGui69
- TextLabel70.Size = UDim2.new(1, 0, 1, 0)
- TextLabel70.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel70.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel70.BackgroundTransparency = 1
- TextLabel70.Font = Enum.Font.SourceSans
- TextLabel70.FontSize = Enum.FontSize.Size14
- TextLabel70.Text = "←"
- TextLabel70.TextColor = BrickColor.new("Institutional white")
- TextLabel70.TextColor3 = Color3.new(1, 1, 1)
- TextLabel70.TextScaled = true
- TextLabel70.TextSize = 14
- TextLabel70.TextWrap = true
- TextLabel70.TextWrapped = true
- Part71.Name = "c"
- Part71.Parent = Folder1
- Part71.CFrame = h * CFrame.new(-2.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part71.Orientation = Vector3.new(0,-90-90,-22.5)
- Part71.Color = Color3.new(0.317647, 0, 0.309804)
- Part71.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part71.Anchored = true
- Part71.Locked = true
- Part71.Material = Enum.Material.Wood
- SurfaceGui72.Parent = Part71
- SurfaceGui72.LightInfluence = 1
- SurfaceGui72.Face = Enum.NormalId.Top
- SurfaceGui72.ClipsDescendants = true
- SurfaceGui72.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui72.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui72.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel73.Parent = SurfaceGui72
- TextLabel73.Size = UDim2.new(1, 0, 1, 0)
- TextLabel73.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel73.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel73.BackgroundTransparency = 1
- TextLabel73.Font = Enum.Font.SourceSans
- TextLabel73.FontSize = Enum.FontSize.Size14
- TextLabel73.Text = "c"
- TextLabel73.TextColor = BrickColor.new("Institutional white")
- TextLabel73.TextColor3 = Color3.new(1, 1, 1)
- TextLabel73.TextScaled = true
- TextLabel73.TextSize = 14
- TextLabel73.TextWrap = true
- TextLabel73.TextWrapped = true
- Part74.Name = "caps"
- Part74.Parent = Folder1
- Part74.CFrame = h * CFrame.new(-6.65000296 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part74.Orientation = Vector3.new(0,-90-90,-22.5)
- Part74.Color = Color3.new(0.317647, 0, 0.309804)
- Part74.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.50000024 * sizer)
- Part74.Anchored = true
- Part74.Locked = true
- Part74.Material = Enum.Material.Wood
- SurfaceGui75.Parent = Part74
- SurfaceGui75.LightInfluence = 1
- SurfaceGui75.Face = Enum.NormalId.Top
- SurfaceGui75.ClipsDescendants = true
- SurfaceGui75.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui75.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui75.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel76.Parent = SurfaceGui75
- TextLabel76.Size = UDim2.new(1, 0, 1, 0)
- TextLabel76.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel76.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel76.BackgroundTransparency = 1
- TextLabel76.Font = Enum.Font.SourceSans
- TextLabel76.FontSize = Enum.FontSize.Size14
- TextLabel76.Text = "CAPS\nLOCK"
- TextLabel76.TextColor = BrickColor.new("Institutional white")
- TextLabel76.TextColor3 = Color3.new(1, 1, 1)
- TextLabel76.TextScaled = true
- TextLabel76.TextSize = 14
- TextLabel76.TextWrap = true
- TextLabel76.TextWrapped = true
- Part77.Name = "d"
- Part77.Parent = Folder1
- Part77.CFrame = h * CFrame.new(-3.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part77.Orientation = Vector3.new(0,-90-90,-22.5)
- Part77.Color = Color3.new(0.317647, 0, 0.309804)
- Part77.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part77.Anchored = true
- Part77.Locked = true
- Part77.Material = Enum.Material.Wood
- SurfaceGui78.Parent = Part77
- SurfaceGui78.LightInfluence = 1
- SurfaceGui78.Face = Enum.NormalId.Top
- SurfaceGui78.ClipsDescendants = true
- SurfaceGui78.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui78.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui78.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel79.Parent = SurfaceGui78
- TextLabel79.Size = UDim2.new(1, 0, 1, 0)
- TextLabel79.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel79.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel79.BackgroundTransparency = 1
- TextLabel79.Font = Enum.Font.SourceSans
- TextLabel79.FontSize = Enum.FontSize.Size14
- TextLabel79.Text = "d"
- TextLabel79.TextColor = BrickColor.new("Institutional white")
- TextLabel79.TextColor3 = Color3.new(1, 1, 1)
- TextLabel79.TextScaled = true
- TextLabel79.TextSize = 14
- TextLabel79.TextWrap = true
- TextLabel79.TextWrapped = true
- Part80.Name = "e"
- Part80.Parent = Folder1
- Part80.CFrame = h * CFrame.new(-3.50999951 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part80.Orientation = Vector3.new(0,-90-90,-22.5)
- Part80.Color = Color3.new(0.317647, 0, 0.309804)
- Part80.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part80.Anchored = true
- Part80.Locked = true
- Part80.Material = Enum.Material.Wood
- SurfaceGui81.Parent = Part80
- SurfaceGui81.LightInfluence = 1
- SurfaceGui81.Face = Enum.NormalId.Top
- SurfaceGui81.ClipsDescendants = true
- SurfaceGui81.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui81.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui81.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel82.Parent = SurfaceGui81
- TextLabel82.Size = UDim2.new(1, 0, 1, 0)
- TextLabel82.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel82.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel82.BackgroundTransparency = 1
- TextLabel82.Font = Enum.Font.SourceSans
- TextLabel82.FontSize = Enum.FontSize.Size14
- TextLabel82.Text = "e"
- TextLabel82.TextColor = BrickColor.new("Institutional white")
- TextLabel82.TextColor3 = Color3.new(1, 1, 1)
- TextLabel82.TextScaled = true
- TextLabel82.TextSize = 14
- TextLabel82.TextWrap = true
- TextLabel82.TextWrapped = true
- Part83.Name = "enter"
- Part83.Parent = Folder1
- Part83.CFrame = h * CFrame.new(6.34999657 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part83.Orientation = Vector3.new(0,-90-90,-22.5)
- Part83.Color = Color3.new(0.317647, 0, 0.309804)
- Part83.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 2.09999967 * sizer)
- Part83.Anchored = true
- Part83.Locked = true
- Part83.Material = Enum.Material.Wood
- SurfaceGui84.Parent = Part83
- SurfaceGui84.LightInfluence = 1
- SurfaceGui84.Face = Enum.NormalId.Top
- SurfaceGui84.ClipsDescendants = true
- SurfaceGui84.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui84.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui84.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel85.Parent = SurfaceGui84
- TextLabel85.Size = UDim2.new(1, 0, 1, 0)
- TextLabel85.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel85.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel85.BackgroundTransparency = 1
- TextLabel85.Font = Enum.Font.SourceSans
- TextLabel85.FontSize = Enum.FontSize.Size14
- TextLabel85.Text = "ENTER"
- TextLabel85.TextColor = BrickColor.new("Institutional white")
- TextLabel85.TextColor3 = Color3.new(1, 1, 1)
- TextLabel85.TextScaled = true
- TextLabel85.TextSize = 14
- TextLabel85.TextWrap = true
- TextLabel85.TextWrapped = true
- Part86.Name = "f"
- Part86.Parent = Folder1
- Part86.CFrame = h * CFrame.new(-2.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part86.Orientation = Vector3.new(0,-90-90,-22.5)
- Part86.Color = Color3.new(0.317647, 0, 0.309804)
- Part86.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part86.Anchored = true
- Part86.Locked = true
- Part86.Material = Enum.Material.Wood
- SurfaceGui87.Parent = Part86
- SurfaceGui87.LightInfluence = 1
- SurfaceGui87.Face = Enum.NormalId.Top
- SurfaceGui87.ClipsDescendants = true
- SurfaceGui87.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui87.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui87.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel88.Parent = SurfaceGui87
- TextLabel88.Size = UDim2.new(1, 0, 1, 0)
- TextLabel88.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel88.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel88.BackgroundTransparency = 1
- TextLabel88.Font = Enum.Font.SourceSans
- TextLabel88.FontSize = Enum.FontSize.Size14
- TextLabel88.Text = "f"
- TextLabel88.TextColor = BrickColor.new("Institutional white")
- TextLabel88.TextColor3 = Color3.new(1, 1, 1)
- TextLabel88.TextScaled = true
- TextLabel88.TextSize = 14
- TextLabel88.TextWrap = true
- TextLabel88.TextWrapped = true
- Part89.Name = "g"
- Part89.Parent = Folder1
- Part89.CFrame = h * CFrame.new(-1.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part89.Orientation = Vector3.new(0,-90-90,-22.5)
- Part89.Color = Color3.new(0.317647, 0, 0.309804)
- Part89.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part89.Anchored = true
- Part89.Locked = true
- Part89.Material = Enum.Material.Wood
- SurfaceGui90.Parent = Part89
- SurfaceGui90.LightInfluence = 1
- SurfaceGui90.Face = Enum.NormalId.Top
- SurfaceGui90.ClipsDescendants = true
- SurfaceGui90.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui90.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui90.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel91.Parent = SurfaceGui90
- TextLabel91.Size = UDim2.new(1, 0, 1, 0)
- TextLabel91.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel91.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel91.BackgroundTransparency = 1
- TextLabel91.Font = Enum.Font.SourceSans
- TextLabel91.FontSize = Enum.FontSize.Size14
- TextLabel91.Text = "g"
- TextLabel91.TextColor = BrickColor.new("Institutional white")
- TextLabel91.TextColor3 = Color3.new(1, 1, 1)
- TextLabel91.TextScaled = true
- TextLabel91.TextSize = 14
- TextLabel91.TextWrap = true
- TextLabel91.TextWrapped = true
- Part92.Name = "h"
- Part92.Parent = Folder1
- Part92.CFrame = h * CFrame.new(-0.320000112 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part92.Orientation = Vector3.new(0,-90-90,-22.5)
- Part92.Color = Color3.new(0.317647, 0, 0.309804)
- Part92.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part92.Anchored = true
- Part92.Locked = true
- Part92.Material = Enum.Material.Wood
- SurfaceGui93.Parent = Part92
- SurfaceGui93.LightInfluence = 1
- SurfaceGui93.Face = Enum.NormalId.Top
- SurfaceGui93.ClipsDescendants = true
- SurfaceGui93.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui93.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui93.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel94.Parent = SurfaceGui93
- TextLabel94.Size = UDim2.new(1, 0, 1, 0)
- TextLabel94.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel94.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel94.BackgroundTransparency = 1
- TextLabel94.Font = Enum.Font.SourceSans
- TextLabel94.FontSize = Enum.FontSize.Size14
- TextLabel94.Text = "h"
- TextLabel94.TextColor = BrickColor.new("Institutional white")
- TextLabel94.TextColor3 = Color3.new(1, 1, 1)
- TextLabel94.TextScaled = true
- TextLabel94.TextSize = 14
- TextLabel94.TextWrap = true
- TextLabel94.TextWrapped = true
- Part95.Name = "i"
- Part95.Parent = Folder1
- Part95.CFrame = h * CFrame.new(1.49000037 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part95.Orientation = Vector3.new(0,-90-90,-22.5)
- Part95.Color = Color3.new(0.317647, 0, 0.309804)
- Part95.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part95.Anchored = true
- Part95.Locked = true
- Part95.Material = Enum.Material.Wood
- SurfaceGui96.Parent = Part95
- SurfaceGui96.LightInfluence = 1
- SurfaceGui96.Face = Enum.NormalId.Top
- SurfaceGui96.ClipsDescendants = true
- SurfaceGui96.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui96.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui96.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel97.Parent = SurfaceGui96
- TextLabel97.Size = UDim2.new(1, 0, 1, 0)
- TextLabel97.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel97.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel97.BackgroundTransparency = 1
- TextLabel97.Font = Enum.Font.SourceSans
- TextLabel97.FontSize = Enum.FontSize.Size14
- TextLabel97.Text = "i"
- TextLabel97.TextColor = BrickColor.new("Institutional white")
- TextLabel97.TextColor3 = Color3.new(1, 1, 1)
- TextLabel97.TextScaled = true
- TextLabel97.TextSize = 14
- TextLabel97.TextWrap = true
- TextLabel97.TextWrapped = true
- Part98.Name = "j"
- Part98.Parent = Folder1
- Part98.CFrame = h * CFrame.new(0.680000305 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part98.Orientation = Vector3.new(0,-90-90,-22.5)
- Part98.Color = Color3.new(0.317647, 0, 0.309804)
- Part98.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part98.Anchored = true
- Part98.Locked = true
- Part98.Material = Enum.Material.Wood
- SurfaceGui99.Parent = Part98
- SurfaceGui99.LightInfluence = 1
- SurfaceGui99.Face = Enum.NormalId.Top
- SurfaceGui99.ClipsDescendants = true
- SurfaceGui99.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui99.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui99.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel100.Parent = SurfaceGui99
- TextLabel100.Size = UDim2.new(1, 0, 1, 0)
- TextLabel100.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel100.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel100.BackgroundTransparency = 1
- TextLabel100.Font = Enum.Font.SourceSans
- TextLabel100.FontSize = Enum.FontSize.Size14
- TextLabel100.Text = "j"
- TextLabel100.TextColor = BrickColor.new("Institutional white")
- TextLabel100.TextColor3 = Color3.new(1, 1, 1)
- TextLabel100.TextScaled = true
- TextLabel100.TextSize = 14
- TextLabel100.TextWrap = true
- TextLabel100.TextWrapped = true
- Part101.Name = "k"
- Part101.Parent = Folder1
- Part101.CFrame = h * CFrame.new(1.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part101.Orientation = Vector3.new(0,-90-90,-22.5)
- Part101.Color = Color3.new(0.317647, 0, 0.309804)
- Part101.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part101.Anchored = true
- Part101.Locked = true
- Part101.Material = Enum.Material.Wood
- SurfaceGui102.Parent = Part101
- SurfaceGui102.LightInfluence = 1
- SurfaceGui102.Face = Enum.NormalId.Top
- SurfaceGui102.ClipsDescendants = true
- SurfaceGui102.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui102.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui102.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel103.Parent = SurfaceGui102
- TextLabel103.Size = UDim2.new(1, 0, 1, 0)
- TextLabel103.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel103.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel103.BackgroundTransparency = 1
- TextLabel103.Font = Enum.Font.SourceSans
- TextLabel103.FontSize = Enum.FontSize.Size14
- TextLabel103.Text = "k"
- TextLabel103.TextColor = BrickColor.new("Institutional white")
- TextLabel103.TextColor3 = Color3.new(1, 1, 1)
- TextLabel103.TextScaled = true
- TextLabel103.TextSize = 14
- TextLabel103.TextWrap = true
- TextLabel103.TextWrapped = true
- Part104.Name = "l"
- Part104.Parent = Folder1
- Part104.CFrame = h * CFrame.new(2.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part104.Orientation = Vector3.new(0,-90-90,-22.5)
- Part104.Color = Color3.new(0.317647, 0, 0.309804)
- Part104.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part104.Anchored = true
- Part104.Locked = true
- Part104.Material = Enum.Material.Wood
- SurfaceGui105.Parent = Part104
- SurfaceGui105.LightInfluence = 1
- SurfaceGui105.Face = Enum.NormalId.Top
- SurfaceGui105.ClipsDescendants = true
- SurfaceGui105.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui105.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui105.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel106.Parent = SurfaceGui105
- TextLabel106.Size = UDim2.new(1, 0, 1, 0)
- TextLabel106.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel106.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel106.BackgroundTransparency = 1
- TextLabel106.Font = Enum.Font.SourceSans
- TextLabel106.FontSize = Enum.FontSize.Size14
- TextLabel106.Text = "l"
- TextLabel106.TextColor = BrickColor.new("Institutional white")
- TextLabel106.TextColor3 = Color3.new(1, 1, 1)
- TextLabel106.TextScaled = true
- TextLabel106.TextSize = 14
- TextLabel106.TextWrap = true
- TextLabel106.TextWrapped = true
- Part107.Name = "leftalt"
- Part107.Parent = Folder1
- Part107.CFrame = h * CFrame.new(-3.53000689 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part107.Orientation = Vector3.new(0,-90-90,-22.5)
- Part107.Color = Color3.new(0.317647, 0, 0.309804)
- Part107.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
- Part107.Anchored = true
- Part107.Locked = true
- Part107.Material = Enum.Material.Wood
- SurfaceGui108.Parent = Part107
- SurfaceGui108.LightInfluence = 1
- SurfaceGui108.Face = Enum.NormalId.Top
- SurfaceGui108.ClipsDescendants = true
- SurfaceGui108.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui108.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui108.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel109.Parent = SurfaceGui108
- TextLabel109.Size = UDim2.new(1, 0, 1, 0)
- TextLabel109.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel109.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel109.BackgroundTransparency = 1
- TextLabel109.Font = Enum.Font.SourceSans
- TextLabel109.FontSize = Enum.FontSize.Size14
- TextLabel109.Text = "ALT"
- TextLabel109.TextColor = BrickColor.new("Institutional white")
- TextLabel109.TextColor3 = Color3.new(1, 1, 1)
- TextLabel109.TextScaled = true
- TextLabel109.TextSize = 14
- TextLabel109.TextWrap = true
- TextLabel109.TextWrapped = true
- Part110.Name = "leftctrl"
- Part110.Parent = Folder1
- Part110.CFrame = h * CFrame.new(-6.72000408 * sizer, -4.73736715 * sizer, -3.35723805 * sizer)
- Part110.Orientation = Vector3.new(0,-90-90,-22.5)
- Part110.Color = Color3.new(0.317647, 0, 0.309804)
- Part110.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
- Part110.Anchored = true
- Part110.Locked = true
- Part110.Material = Enum.Material.Wood
- SurfaceGui111.Parent = Part110
- SurfaceGui111.LightInfluence = 1
- SurfaceGui111.Face = Enum.NormalId.Top
- SurfaceGui111.ClipsDescendants = true
- SurfaceGui111.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui111.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui111.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel112.Parent = SurfaceGui111
- TextLabel112.Size = UDim2.new(1, 0, 1, 0)
- TextLabel112.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel112.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel112.BackgroundTransparency = 1
- TextLabel112.Font = Enum.Font.SourceSans
- TextLabel112.FontSize = Enum.FontSize.Size14
- TextLabel112.Text = "CTRL"
- TextLabel112.TextColor = BrickColor.new("Institutional white")
- TextLabel112.TextColor3 = Color3.new(1, 1, 1)
- TextLabel112.TextScaled = true
- TextLabel112.TextSize = 14
- TextLabel112.TextWrap = true
- TextLabel112.TextWrapped = true
- Part113.Name = "leftshift"
- Part113.Parent = Folder1
- Part113.CFrame = h * CFrame.new(-6.34499645 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part113.Orientation = Vector3.new(0,-90-90,-22.5)
- Part113.Color = Color3.new(0.317647, 0, 0.309804)
- Part113.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 2.10999966 * sizer)
- Part113.Anchored = true
- Part113.Locked = true
- Part113.Material = Enum.Material.Wood
- SurfaceGui114.Parent = Part113
- SurfaceGui114.LightInfluence = 1
- SurfaceGui114.Face = Enum.NormalId.Top
- SurfaceGui114.ClipsDescendants = true
- SurfaceGui114.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui114.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui114.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel115.Parent = SurfaceGui114
- TextLabel115.Size = UDim2.new(1, 0, 1, 0)
- TextLabel115.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel115.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel115.BackgroundTransparency = 1
- TextLabel115.Font = Enum.Font.SourceSans
- TextLabel115.FontSize = Enum.FontSize.Size14
- TextLabel115.Text = "SHIFT"
- TextLabel115.TextColor = BrickColor.new("Institutional white")
- TextLabel115.TextColor3 = Color3.new(1, 1, 1)
- TextLabel115.TextScaled = true
- TextLabel115.TextSize = 14
- TextLabel115.TextWrap = true
- TextLabel115.TextWrapped = true
- Part116.Name = "leftwindows"
- Part116.Parent = Folder1
- Part116.CFrame = h * CFrame.new(-5.14000797 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part116.Orientation = Vector3.new(0,-90-90,-22.5)
- Part116.Color = Color3.new(0.317647, 0, 0.309804)
- Part116.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
- Part116.Anchored = true
- Part116.Locked = true
- Part116.Material = Enum.Material.Wood
- SurfaceGui117.Parent = Part116
- SurfaceGui117.LightInfluence = 1
- SurfaceGui117.Face = Enum.NormalId.Top
- SurfaceGui117.ClipsDescendants = true
- SurfaceGui117.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui117.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui117.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel118.Parent = SurfaceGui117
- TextLabel118.Size = UDim2.new(1, 0, 1, 0)
- TextLabel118.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel118.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel118.BackgroundTransparency = 1
- TextLabel118.Font = Enum.Font.SourceSans
- TextLabel118.FontSize = Enum.FontSize.Size14
- TextLabel118.Text = "❖"
- TextLabel118.TextColor = BrickColor.new("Institutional white")
- TextLabel118.TextColor3 = Color3.new(1, 1, 1)
- TextLabel118.TextScaled = true
- TextLabel118.TextSize = 14
- TextLabel118.TextWrap = true
- TextLabel118.TextWrapped = true
- Part119.Name = "m"
- Part119.Parent = Folder1
- Part119.CFrame = h * CFrame.new(1.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part119.Orientation = Vector3.new(0,-90-90,-22.5)
- Part119.Color = Color3.new(0.317647, 0, 0.309804)
- Part119.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part119.Anchored = true
- Part119.Locked = true
- Part119.Material = Enum.Material.Wood
- SurfaceGui120.Parent = Part119
- SurfaceGui120.LightInfluence = 1
- SurfaceGui120.Face = Enum.NormalId.Top
- SurfaceGui120.ClipsDescendants = true
- SurfaceGui120.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui120.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui120.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel121.Parent = SurfaceGui120
- TextLabel121.Size = UDim2.new(1, 0, 1, 0)
- TextLabel121.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel121.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel121.BackgroundTransparency = 1
- TextLabel121.Font = Enum.Font.SourceSans
- TextLabel121.FontSize = Enum.FontSize.Size14
- TextLabel121.Text = "m"
- TextLabel121.TextColor = BrickColor.new("Institutional white")
- TextLabel121.TextColor3 = Color3.new(1, 1, 1)
- TextLabel121.TextScaled = true
- TextLabel121.TextSize = 14
- TextLabel121.TextWrap = true
- TextLabel121.TextWrapped = true
- Part122.Name = "n"
- Part122.Parent = Folder1
- Part122.CFrame = h * CFrame.new(0.340000004 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part122.Orientation = Vector3.new(0,-90-90,-22.5)
- Part122.Color = Color3.new(0.317647, 0, 0.309804)
- Part122.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part122.Anchored = true
- Part122.Locked = true
- Part122.Material = Enum.Material.Wood
- SurfaceGui123.Parent = Part122
- SurfaceGui123.LightInfluence = 1
- SurfaceGui123.Face = Enum.NormalId.Top
- SurfaceGui123.ClipsDescendants = true
- SurfaceGui123.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui123.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui123.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel124.Parent = SurfaceGui123
- TextLabel124.Size = UDim2.new(1, 0, 1, 0)
- TextLabel124.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel124.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel124.BackgroundTransparency = 1
- TextLabel124.Font = Enum.Font.SourceSans
- TextLabel124.FontSize = Enum.FontSize.Size14
- TextLabel124.Text = "n"
- TextLabel124.TextColor = BrickColor.new("Institutional white")
- TextLabel124.TextColor3 = Color3.new(1, 1, 1)
- TextLabel124.TextScaled = true
- TextLabel124.TextSize = 14
- TextLabel124.TextWrap = true
- TextLabel124.TextWrapped = true
- Part125.Name = "o"
- Part125.Parent = Folder1
- Part125.CFrame = h * CFrame.new(2.49000049 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part125.Orientation = Vector3.new(0,-90-90,-22.5)
- Part125.Color = Color3.new(0.317647, 0, 0.309804)
- Part125.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part125.Anchored = true
- Part125.Locked = true
- Part125.Material = Enum.Material.Wood
- SurfaceGui126.Parent = Part125
- SurfaceGui126.LightInfluence = 1
- SurfaceGui126.Face = Enum.NormalId.Top
- SurfaceGui126.ClipsDescendants = true
- SurfaceGui126.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui126.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui126.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel127.Parent = SurfaceGui126
- TextLabel127.Size = UDim2.new(1, 0, 1, 0)
- TextLabel127.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel127.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel127.BackgroundTransparency = 1
- TextLabel127.Font = Enum.Font.SourceSans
- TextLabel127.FontSize = Enum.FontSize.Size14
- TextLabel127.Text = "o"
- TextLabel127.TextColor = BrickColor.new("Institutional white")
- TextLabel127.TextColor3 = Color3.new(1, 1, 1)
- TextLabel127.TextScaled = true
- TextLabel127.TextSize = 14
- TextLabel127.TextWrap = true
- TextLabel127.TextWrapped = true
- Part128.Name = "p"
- Part128.Parent = Folder1
- Part128.CFrame = h * CFrame.new(3.49000049 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part128.Orientation = Vector3.new(0,-90-90,-22.5)
- Part128.Color = Color3.new(0.317647, 0, 0.309804)
- Part128.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part128.Anchored = true
- Part128.Locked = true
- Part128.Material = Enum.Material.Wood
- SurfaceGui129.Parent = Part128
- SurfaceGui129.LightInfluence = 1
- SurfaceGui129.Face = Enum.NormalId.Top
- SurfaceGui129.ClipsDescendants = true
- SurfaceGui129.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui129.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui129.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel130.Parent = SurfaceGui129
- TextLabel130.Size = UDim2.new(1, 0, 1, 0)
- TextLabel130.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel130.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel130.BackgroundTransparency = 1
- TextLabel130.Font = Enum.Font.SourceSans
- TextLabel130.FontSize = Enum.FontSize.Size14
- TextLabel130.Text = "p"
- TextLabel130.TextColor = BrickColor.new("Institutional white")
- TextLabel130.TextColor3 = Color3.new(1, 1, 1)
- TextLabel130.TextScaled = true
- TextLabel130.TextSize = 14
- TextLabel130.TextWrap = true
- TextLabel130.TextWrapped = true
- Part131.Name = "q"
- Part131.Parent = Folder1
- Part131.CFrame = h * CFrame.new(-5.51000166 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part131.Orientation = Vector3.new(0,-90-90,-22.5)
- Part131.Color = Color3.new(0.317647, 0, 0.309804)
- Part131.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part131.Anchored = true
- Part131.Locked = true
- Part131.Material = Enum.Material.Wood
- SurfaceGui132.Parent = Part131
- SurfaceGui132.LightInfluence = 1
- SurfaceGui132.Face = Enum.NormalId.Top
- SurfaceGui132.ClipsDescendants = true
- SurfaceGui132.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui132.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui132.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel133.Parent = SurfaceGui132
- TextLabel133.Size = UDim2.new(1, 0, 1, 0)
- TextLabel133.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel133.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel133.BackgroundTransparency = 1
- TextLabel133.Font = Enum.Font.SourceSans
- TextLabel133.FontSize = Enum.FontSize.Size14
- TextLabel133.Text = "q"
- TextLabel133.TextColor = BrickColor.new("Institutional white")
- TextLabel133.TextColor3 = Color3.new(1, 1, 1)
- TextLabel133.TextScaled = true
- TextLabel133.TextSize = 14
- TextLabel133.TextWrap = true
- TextLabel133.TextWrapped = true
- Part134.Name = "r"
- Part134.Parent = Folder1
- Part134.CFrame = h * CFrame.new(-2.50999951 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part134.Orientation = Vector3.new(0,-90-90,-22.5)
- Part134.Color = Color3.new(0.317647, 0, 0.309804)
- Part134.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part134.Anchored = true
- Part134.Locked = true
- Part134.Material = Enum.Material.Wood
- SurfaceGui135.Parent = Part134
- SurfaceGui135.LightInfluence = 1
- SurfaceGui135.Face = Enum.NormalId.Top
- SurfaceGui135.ClipsDescendants = true
- SurfaceGui135.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui135.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui135.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel136.Parent = SurfaceGui135
- TextLabel136.Size = UDim2.new(1, 0, 1, 0)
- TextLabel136.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel136.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel136.BackgroundTransparency = 1
- TextLabel136.Font = Enum.Font.SourceSans
- TextLabel136.FontSize = Enum.FontSize.Size14
- TextLabel136.Text = "r"
- TextLabel136.TextColor = BrickColor.new("Institutional white")
- TextLabel136.TextColor3 = Color3.new(1, 1, 1)
- TextLabel136.TextScaled = true
- TextLabel136.TextSize = 14
- TextLabel136.TextWrap = true
- TextLabel136.TextWrapped = true
- Part137.Name = "rightalt"
- Part137.Parent = Folder1
- Part137.CFrame = h * CFrame.new(3.48999453 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part137.Orientation = Vector3.new(0,-90-90,-22.5)
- Part137.Color = Color3.new(0.317647, 0, 0.309804)
- Part137.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
- Part137.Anchored = true
- Part137.Locked = true
- Part137.Material = Enum.Material.Wood
- SurfaceGui138.Parent = Part137
- SurfaceGui138.LightInfluence = 1
- SurfaceGui138.Face = Enum.NormalId.Top
- SurfaceGui138.ClipsDescendants = true
- SurfaceGui138.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui138.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui138.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel139.Parent = SurfaceGui138
- TextLabel139.Size = UDim2.new(1, 0, 1, 0)
- TextLabel139.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel139.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel139.BackgroundTransparency = 1
- TextLabel139.Font = Enum.Font.SourceSans
- TextLabel139.FontSize = Enum.FontSize.Size14
- TextLabel139.Text = "ALT"
- TextLabel139.TextColor = BrickColor.new("Institutional white")
- TextLabel139.TextColor3 = Color3.new(1, 1, 1)
- TextLabel139.TextScaled = true
- TextLabel139.TextSize = 14
- TextLabel139.TextWrap = true
- TextLabel139.TextWrapped = true
- Part140.Name = "rightctrl"
- Part140.Parent = Folder1
- Part140.CFrame = h * CFrame.new(6.72000504 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part140.Orientation = Vector3.new(0,-90-90,-22.5)
- Part140.Color = Color3.new(0.317647, 0, 0.309804)
- Part140.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
- Part140.Anchored = true
- Part140.Locked = true
- Part140.Material = Enum.Material.Wood
- SurfaceGui141.Parent = Part140
- SurfaceGui141.LightInfluence = 1
- SurfaceGui141.Face = Enum.NormalId.Top
- SurfaceGui141.ClipsDescendants = true
- SurfaceGui141.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui141.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui141.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel142.Parent = SurfaceGui141
- TextLabel142.Size = UDim2.new(1, 0, 1, 0)
- TextLabel142.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel142.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel142.BackgroundTransparency = 1
- TextLabel142.Font = Enum.Font.SourceSans
- TextLabel142.FontSize = Enum.FontSize.Size14
- TextLabel142.Text = "CTRL"
- TextLabel142.TextColor = BrickColor.new("Institutional white")
- TextLabel142.TextColor3 = Color3.new(1, 1, 1)
- TextLabel142.TextScaled = true
- TextLabel142.TextSize = 14
- TextLabel142.TextWrap = true
- TextLabel142.TextWrapped = true
- Part143.Name = "rightshift"
- Part143.Parent = Folder1
- Part143.CFrame = h * CFrame.new(6.18000317 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part143.Orientation = Vector3.new(0,-90-90,-22.5)
- Part143.Color = Color3.new(0.317647, 0, 0.309804)
- Part143.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 2.4400003 * sizer)
- Part143.Anchored = true
- Part143.Locked = true
- Part143.Material = Enum.Material.Wood
- SurfaceGui144.Parent = Part143
- SurfaceGui144.LightInfluence = 1
- SurfaceGui144.Face = Enum.NormalId.Top
- SurfaceGui144.ClipsDescendants = true
- SurfaceGui144.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui144.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui144.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel145.Parent = SurfaceGui144
- TextLabel145.Size = UDim2.new(1, 0, 1, 0)
- TextLabel145.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel145.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel145.BackgroundTransparency = 1
- TextLabel145.Font = Enum.Font.SourceSans
- TextLabel145.FontSize = Enum.FontSize.Size14
- TextLabel145.Text = "SHIFT"
- TextLabel145.TextColor = BrickColor.new("Institutional white")
- TextLabel145.TextColor3 = Color3.new(1, 1, 1)
- TextLabel145.TextScaled = true
- TextLabel145.TextSize = 14
- TextLabel145.TextWrap = true
- TextLabel145.TextWrapped = true
- Part146.Name = "rightwindows"
- Part146.Parent = Folder1
- Part146.CFrame = h * CFrame.new(5.11999607 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part146.Orientation = Vector3.new(0,-90-90,-22.5)
- Part146.Color = Color3.new(0.317647, 0, 0.309804)
- Part146.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
- Part146.Anchored = true
- Part146.Locked = true
- Part146.Material = Enum.Material.Wood
- SurfaceGui147.Parent = Part146
- SurfaceGui147.LightInfluence = 1
- SurfaceGui147.Face = Enum.NormalId.Top
- SurfaceGui147.ClipsDescendants = true
- SurfaceGui147.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui147.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui147.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel148.Parent = SurfaceGui147
- TextLabel148.Size = UDim2.new(1, 0, 1, 0)
- TextLabel148.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel148.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel148.BackgroundTransparency = 1
- TextLabel148.Font = Enum.Font.SourceSans
- TextLabel148.FontSize = Enum.FontSize.Size14
- TextLabel148.Text = "❖"
- TextLabel148.TextColor = BrickColor.new("Institutional white")
- TextLabel148.TextColor3 = Color3.new(1, 1, 1)
- TextLabel148.TextScaled = true
- TextLabel148.TextSize = 14
- TextLabel148.TextWrap = true
- TextLabel148.TextWrapped = true
- Part149.Name = "s"
- Part149.Parent = Folder1
- Part149.CFrame = h * CFrame.new(-4.3200016 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part149.Orientation = Vector3.new(0,-90-90,-22.5)
- Part149.Color = Color3.new(0.317647, 0, 0.309804)
- Part149.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part149.Anchored = true
- Part149.Locked = true
- Part149.Material = Enum.Material.Wood
- SurfaceGui150.Parent = Part149
- SurfaceGui150.LightInfluence = 1
- SurfaceGui150.Face = Enum.NormalId.Top
- SurfaceGui150.ClipsDescendants = true
- SurfaceGui150.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui150.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui150.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel151.Parent = SurfaceGui150
- TextLabel151.Size = UDim2.new(1, 0, 1, 0)
- TextLabel151.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel151.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel151.BackgroundTransparency = 1
- TextLabel151.Font = Enum.Font.SourceSans
- TextLabel151.FontSize = Enum.FontSize.Size14
- TextLabel151.Text = "s"
- TextLabel151.TextColor = BrickColor.new("Institutional white")
- TextLabel151.TextColor3 = Color3.new(1, 1, 1)
- TextLabel151.TextScaled = true
- TextLabel151.TextSize = 14
- TextLabel151.TextWrap = true
- TextLabel151.TextWrapped = true
- Part152.Name = "space"
- Part152.Parent = Folder1
- Part152.CFrame = h * CFrame.new(-0.0299955606 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part152.Orientation = Vector3.new(0,-90-90,-22.5)
- Part152.Color = Color3.new(0.317647, 0, 0.309804)
- Part152.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 5.19999695 * sizer)
- Part152.Anchored = true
- Part152.Locked = true
- Part152.Material = Enum.Material.Wood
- SurfaceGui153.Parent = Part152
- SurfaceGui153.LightInfluence = 1
- SurfaceGui153.Face = Enum.NormalId.Top
- SurfaceGui153.ClipsDescendants = true
- SurfaceGui153.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui153.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui153.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel154.Parent = SurfaceGui153
- TextLabel154.Size = UDim2.new(1, 0, 1, 0)
- TextLabel154.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel154.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel154.BackgroundTransparency = 1
- TextLabel154.Font = Enum.Font.SourceSans
- TextLabel154.FontSize = Enum.FontSize.Size14
- TextLabel154.Text = "―"
- TextLabel154.TextColor = BrickColor.new("Institutional white")
- TextLabel154.TextColor3 = Color3.new(1, 1, 1)
- TextLabel154.TextScaled = true
- TextLabel154.TextSize = 14
- TextLabel154.TextWrap = true
- TextLabel154.TextWrapped = true
- Part155.Name = "t"
- Part155.Parent = Folder1
- Part155.CFrame = h * CFrame.new(-1.50999963 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part155.Orientation = Vector3.new(0,-90-90,-22.5)
- Part155.Color = Color3.new(0.317647, 0, 0.309804)
- Part155.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part155.Anchored = true
- Part155.Locked = true
- Part155.Material = Enum.Material.Wood
- SurfaceGui156.Parent = Part155
- SurfaceGui156.LightInfluence = 1
- SurfaceGui156.Face = Enum.NormalId.Top
- SurfaceGui156.ClipsDescendants = true
- SurfaceGui156.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui156.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui156.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel157.Parent = SurfaceGui156
- TextLabel157.Size = UDim2.new(1, 0, 1, 0)
- TextLabel157.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel157.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel157.BackgroundTransparency = 1
- TextLabel157.Font = Enum.Font.SourceSans
- TextLabel157.FontSize = Enum.FontSize.Size14
- TextLabel157.Text = "t"
- TextLabel157.TextColor = BrickColor.new("Institutional white")
- TextLabel157.TextColor3 = Color3.new(1, 1, 1)
- TextLabel157.TextScaled = true
- TextLabel157.TextSize = 14
- TextLabel157.TextWrap = true
- TextLabel157.TextWrapped = true
- Part158.Name = "tab"
- Part158.Parent = Folder1
- Part158.CFrame = h * CFrame.new(-6.76500273 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part158.Orientation = Vector3.new(0,-90-90,-22.5)
- Part158.Color = Color3.new(0.317647, 0, 0.309804)
- Part158.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.27000046 * sizer)
- Part158.Anchored = true
- Part158.Locked = true
- Part158.Material = Enum.Material.Wood
- SurfaceGui159.Parent = Part158
- SurfaceGui159.LightInfluence = 1
- SurfaceGui159.Face = Enum.NormalId.Top
- SurfaceGui159.ClipsDescendants = true
- SurfaceGui159.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui159.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui159.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel160.Parent = SurfaceGui159
- TextLabel160.Size = UDim2.new(1, 0, 1, 0)
- TextLabel160.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel160.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel160.BackgroundTransparency = 1
- TextLabel160.Font = Enum.Font.SourceSans
- TextLabel160.FontSize = Enum.FontSize.Size14
- TextLabel160.Text = "TAB\n⇆"
- TextLabel160.TextColor = BrickColor.new("Institutional white")
- TextLabel160.TextColor3 = Color3.new(1, 1, 1)
- TextLabel160.TextScaled = true
- TextLabel160.TextSize = 14
- TextLabel160.TextWrap = true
- TextLabel160.TextWrapped = true
- Part161.Name = "u"
- Part161.Parent = Folder1
- Part161.CFrame = h * CFrame.new(0.490000308 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part161.Orientation = Vector3.new(0,-90-90,-22.5)
- Part161.Color = Color3.new(0.317647, 0, 0.309804)
- Part161.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part161.Anchored = true
- Part161.Locked = true
- Part161.Material = Enum.Material.Wood
- SurfaceGui162.Parent = Part161
- SurfaceGui162.LightInfluence = 1
- SurfaceGui162.Face = Enum.NormalId.Top
- SurfaceGui162.ClipsDescendants = true
- SurfaceGui162.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui162.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui162.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel163.Parent = SurfaceGui162
- TextLabel163.Size = UDim2.new(1, 0, 1, 0)
- TextLabel163.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel163.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel163.BackgroundTransparency = 1
- TextLabel163.Font = Enum.Font.SourceSans
- TextLabel163.FontSize = Enum.FontSize.Size14
- TextLabel163.Text = "u"
- TextLabel163.TextColor = BrickColor.new("Institutional white")
- TextLabel163.TextColor3 = Color3.new(1, 1, 1)
- TextLabel163.TextScaled = true
- TextLabel163.TextSize = 14
- TextLabel163.TextWrap = true
- TextLabel163.TextWrapped = true
- Part164.Name = "v"
- Part164.Parent = Folder1
- Part164.CFrame = h * CFrame.new(-1.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part164.Orientation = Vector3.new(0,-90-90,-22.5)
- Part164.Color = Color3.new(0.317647, 0, 0.309804)
- Part164.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part164.Anchored = true
- Part164.Locked = true
- Part164.Material = Enum.Material.Wood
- SurfaceGui165.Parent = Part164
- SurfaceGui165.LightInfluence = 1
- SurfaceGui165.Face = Enum.NormalId.Top
- SurfaceGui165.ClipsDescendants = true
- SurfaceGui165.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui165.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui165.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel166.Parent = SurfaceGui165
- TextLabel166.Size = UDim2.new(1, 0, 1, 0)
- TextLabel166.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel166.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel166.BackgroundTransparency = 1
- TextLabel166.Font = Enum.Font.SourceSans
- TextLabel166.FontSize = Enum.FontSize.Size14
- TextLabel166.Text = "v"
- TextLabel166.TextColor = BrickColor.new("Institutional white")
- TextLabel166.TextColor3 = Color3.new(1, 1, 1)
- TextLabel166.TextScaled = true
- TextLabel166.TextSize = 14
- TextLabel166.TextWrap = true
- TextLabel166.TextWrapped = true
- Part167.Name = "w"
- Part167.Parent = Folder1
- Part167.CFrame = h * CFrame.new(-4.51000166 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part167.Orientation = Vector3.new(0,-90-90,-22.5)
- Part167.Color = Color3.new(0.317647, 0, 0.309804)
- Part167.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part167.Anchored = true
- Part167.Locked = true
- Part167.Material = Enum.Material.Wood
- SurfaceGui168.Parent = Part167
- SurfaceGui168.LightInfluence = 1
- SurfaceGui168.Face = Enum.NormalId.Top
- SurfaceGui168.ClipsDescendants = true
- SurfaceGui168.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui168.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui168.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel169.Parent = SurfaceGui168
- TextLabel169.Size = UDim2.new(1, 0, 1, 0)
- TextLabel169.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel169.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel169.BackgroundTransparency = 1
- TextLabel169.Font = Enum.Font.SourceSans
- TextLabel169.FontSize = Enum.FontSize.Size14
- TextLabel169.Text = "w"
- TextLabel169.TextColor = BrickColor.new("Institutional white")
- TextLabel169.TextColor3 = Color3.new(1, 1, 1)
- TextLabel169.TextScaled = true
- TextLabel169.TextSize = 14
- TextLabel169.TextWrap = true
- TextLabel169.TextWrapped = true
- Part170.Name = "x"
- Part170.Parent = Folder1
- Part170.CFrame = h * CFrame.new(-3.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part170.Orientation = Vector3.new(0,-90-90,-22.5)
- Part170.Color = Color3.new(0.317647, 0, 0.309804)
- Part170.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part170.Anchored = true
- Part170.Locked = true
- Part170.Material = Enum.Material.Wood
- SurfaceGui171.Parent = Part170
- SurfaceGui171.LightInfluence = 1
- SurfaceGui171.Face = Enum.NormalId.Top
- SurfaceGui171.ClipsDescendants = true
- SurfaceGui171.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui171.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui171.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel172.Parent = SurfaceGui171
- TextLabel172.Size = UDim2.new(1, 0, 1, 0)
- TextLabel172.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel172.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel172.BackgroundTransparency = 1
- TextLabel172.Font = Enum.Font.SourceSans
- TextLabel172.FontSize = Enum.FontSize.Size14
- TextLabel172.Text = "x"
- TextLabel172.TextColor = BrickColor.new("Institutional white")
- TextLabel172.TextColor3 = Color3.new(1, 1, 1)
- TextLabel172.TextScaled = true
- TextLabel172.TextSize = 14
- TextLabel172.TextWrap = true
- TextLabel172.TextWrapped = true
- Part173.Name = "y"
- Part173.Parent = Folder1
- Part173.CFrame = h * CFrame.new(-0.51000005 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part173.Orientation = Vector3.new(0,-90-90,-22.5)
- Part173.Color = Color3.new(0.317647, 0, 0.309804)
- Part173.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part173.Anchored = true
- Part173.Locked = true
- Part173.Material = Enum.Material.Wood
- SurfaceGui174.Parent = Part173
- SurfaceGui174.LightInfluence = 1
- SurfaceGui174.Face = Enum.NormalId.Top
- SurfaceGui174.ClipsDescendants = true
- SurfaceGui174.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui174.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui174.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel175.Parent = SurfaceGui174
- TextLabel175.Size = UDim2.new(1, 0, 1, 0)
- TextLabel175.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel175.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel175.BackgroundTransparency = 1
- TextLabel175.Font = Enum.Font.SourceSans
- TextLabel175.FontSize = Enum.FontSize.Size14
- TextLabel175.Text = "y"
- TextLabel175.TextColor = BrickColor.new("Institutional white")
- TextLabel175.TextColor3 = Color3.new(1, 1, 1)
- TextLabel175.TextScaled = true
- TextLabel175.TextSize = 14
- TextLabel175.TextWrap = true
- TextLabel175.TextWrapped = true
- Part176.Name = "z"
- Part176.Parent = Folder1
- Part176.CFrame = h * CFrame.new(-4.65999508 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part176.Orientation = Vector3.new(0,-90-90,-22.5)
- Part176.Color = Color3.new(0.317647, 0, 0.309804)
- Part176.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part176.Anchored = true
- Part176.Locked = true
- Part176.Material = Enum.Material.Wood
- SurfaceGui177.Parent = Part176
- SurfaceGui177.LightInfluence = 1
- SurfaceGui177.Face = Enum.NormalId.Top
- SurfaceGui177.ClipsDescendants = true
- SurfaceGui177.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui177.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui177.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel178.Parent = SurfaceGui177
- TextLabel178.Size = UDim2.new(1, 0, 1, 0)
- TextLabel178.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel178.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel178.BackgroundTransparency = 1
- TextLabel178.Font = Enum.Font.SourceSans
- TextLabel178.FontSize = Enum.FontSize.Size14
- TextLabel178.Text = "z"
- TextLabel178.TextColor = BrickColor.new("Institutional white")
- TextLabel178.TextColor3 = Color3.new(1, 1, 1)
- TextLabel178.TextScaled = true
- TextLabel178.TextSize = 14
- TextLabel178.TextWrap = true
- TextLabel178.TextWrapped = true
- Part179.Name = "`"
- Part179.Parent = Folder1
- Part179.CFrame = h * CFrame.new(-7 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part179.Orientation = Vector3.new(0,-90-90,-22.5)
- Part179.Color = Color3.new(0.317647, 0, 0.309804)
- Part179.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part179.Anchored = true
- Part179.Locked = true
- Part179.Material = Enum.Material.Wood
- SurfaceGui180.Parent = Part179
- SurfaceGui180.LightInfluence = 1
- SurfaceGui180.Face = Enum.NormalId.Top
- SurfaceGui180.ClipsDescendants = true
- SurfaceGui180.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- SurfaceGui180.SizingMode = Enum.SurfaceGuiSizingMode.PixelsPerStud
- SurfaceGui180.PixelsPerStud = ((130/-sizer)*-5)/2
- TextLabel181.Parent = SurfaceGui180
- TextLabel181.Size = UDim2.new(1, 0, 1, 0)
- TextLabel181.BackgroundColor = BrickColor.new("Institutional white")
- TextLabel181.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel181.BackgroundTransparency = 1
- TextLabel181.Font = Enum.Font.SourceSans
- TextLabel181.FontSize = Enum.FontSize.Size14
- TextLabel181.Text = "~\n`"
- TextLabel181.TextColor = BrickColor.new("Institutional white")
- TextLabel181.TextColor3 = Color3.new(1, 1, 1)
- TextLabel181.TextScaled = true
- TextLabel181.TextSize = 14
- TextLabel181.TextWrap = true
- TextLabel181.TextWrapped = true
- Folder182.Name = "Components"
- Folder182.Parent = Folder0
- Part183.Name = "CapsLight"
- Part183.Parent = Folder182
- Part183.CFrame = h * CFrame.new(-7.1850071 * sizer, -3.50544167 * sizer, -5.01174736 * sizer)
- Part183.Orientation = Vector3.new(0,-90-90,-22.5)
- Part183.Color = Color3.new(0, 0, 0)
- Part183.Size = Vector3.new(0.180000037 * sizer, 0.0500000007 * sizer, 0.170001149 * sizer)
- Part183.Anchored = true
- Part183.Locked = true
- Part183.Material = Enum.Material.Neon
- Part184.Name = "base"
- Part184.Parent = Folder182
- Part184.Material = Enum.Material.Metal
- Part184.CFrame = h * CFrame.new(0 * sizer, -4.87259722 * sizer, -5.58394098 * sizer)
- Part184.Orientation = Vector3.new(22.5, -90, 0)
- Part184.Color = Color3.new(0, 0, 0)
- Part184.Size = Vector3.new(15 * sizer, 1 * sizer, 5 * sizer)
- Part184.Anchored = true
- Part184.Locked = true
- Folder185.Name = "Regions" ----------------------------------------------------------------------------------------------------------
- Folder185.Parent = Folder0
- Part186.Name = "'"
- Part186.Parent = Folder185
- Part186.CFrame = h * CFrame.new(4.6799984 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part186.Orientation = Vector3.new(0,-90-90,-22.5)
- Part186.Color = Color3.new(0.317647, 0, 0.309804)
- Part186.Transparency = 1
- Part186.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part186.Anchored = true
- Part186.Locked = true
- Part186.Material = Enum.Material.Wood
- Part187.Name = ","
- Part187.Parent = Folder185
- Part187.CFrame = h * CFrame.new(2.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part187.Orientation = Vector3.new(0,-90-90,-22.5)
- Part187.Color = Color3.new(0.317647, 0, 0.309804)
- Part187.Transparency = 1
- Part187.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part187.Anchored = true
- Part187.Locked = true
- Part187.Material = Enum.Material.Wood
- Part188.Name = "-"
- Part188.Parent = Folder185
- Part188.CFrame = h * CFrame.new(4 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part188.Orientation = Vector3.new(0,-90-90,-22.5)
- Part188.Color = Color3.new(0.317647, 0, 0.309804)
- Part188.Transparency = 1
- Part188.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part188.Anchored = true
- Part188.Locked = true
- Part188.Material = Enum.Material.Wood
- Part189.Name = "."
- Part189.Parent = Folder185
- Part189.CFrame = h * CFrame.new(3.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part189.Orientation = Vector3.new(0,-90-90,-22.5)
- Part189.Color = Color3.new(0.317647, 0, 0.309804)
- Part189.Transparency = 1
- Part189.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part189.Anchored = true
- Part189.Locked = true
- Part189.Material = Enum.Material.Wood
- Part190.Name = "/"
- Part190.Parent = Folder185
- Part190.CFrame = h * CFrame.new(4.34000492 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part190.Orientation = Vector3.new(0,-90-90,-22.5)
- Part190.Color = Color3.new(0.317647, 0, 0.309804)
- Part190.Transparency = 1
- Part190.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part190.Anchored = true
- Part190.Locked = true
- Part190.Material = Enum.Material.Wood
- Part191.Name = "0"
- Part191.Parent = Folder185
- Part191.CFrame = h * CFrame.new(3 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part191.Orientation = Vector3.new(0,-90-90,-22.5)
- Part191.Color = Color3.new(0.317647, 0, 0.309804)
- Part191.Transparency = 1
- Part191.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part191.Anchored = true
- Part191.Locked = true
- Part191.Material = Enum.Material.Wood
- Part192.Name = "1"
- Part192.Parent = Folder185
- Part192.CFrame = h * CFrame.new(-6.00000525 * sizer, -3.2066319 * sizer, -7.05276108 * sizer)
- Part192.Orientation = Vector3.new(0,-90-90,-22.5)
- Part192.Color = Color3.new(0.317647, 0, 0.309804)
- Part192.Transparency = 1
- Part192.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part192.Anchored = true
- Part192.Locked = true
- Part192.Material = Enum.Material.Wood
- Part193.Name = "2"
- Part193.Parent = Folder185
- Part193.CFrame = h * CFrame.new(-5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part193.Orientation = Vector3.new(0,-90-90,-22.5)
- Part193.Color = Color3.new(0.317647, 0, 0.309804)
- Part193.Transparency = 1
- Part193.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part193.Anchored = true
- Part193.Locked = true
- Part193.Material = Enum.Material.Wood
- Part194.Name = "3"
- Part194.Parent = Folder185
- Part194.CFrame = h * CFrame.new(-4 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part194.Orientation = Vector3.new(0,-90-90,-22.5)
- Part194.Color = Color3.new(0.317647, 0, 0.309804)
- Part194.Transparency = 1
- Part194.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part194.Anchored = true
- Part194.Locked = true
- Part194.Material = Enum.Material.Wood
- Part195.Name = "4"
- Part195.Parent = Folder185
- Part195.CFrame = h * CFrame.new(-3 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part195.Orientation = Vector3.new(0,-90-90,-22.5)
- Part195.Color = Color3.new(0.317647, 0, 0.309804)
- Part195.Transparency = 1
- Part195.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part195.Anchored = true
- Part195.Locked = true
- Part195.Material = Enum.Material.Wood
- Part196.Name = "5"
- Part196.Parent = Folder185
- Part196.CFrame = h * CFrame.new(-2 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part196.Orientation = Vector3.new(0,-90-90,-22.5)
- Part196.Color = Color3.new(0.317647, 0, 0.309804)
- Part196.Transparency = 1
- Part196.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part196.Anchored = true
- Part196.Locked = true
- Part196.Material = Enum.Material.Wood
- Part197.Name = "6"
- Part197.Parent = Folder185
- Part197.CFrame = h * CFrame.new(-1 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part197.Orientation = Vector3.new(0,-90-90,-22.5)
- Part197.Color = Color3.new(0.317647, 0, 0.309804)
- Part197.Transparency = 1
- Part197.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part197.Anchored = true
- Part197.Locked = true
- Part197.Material = Enum.Material.Wood
- Part198.Name = "7"
- Part198.Parent = Folder185
- Part198.CFrame = h * CFrame.new(0, -3.20663142 * sizer, -7.05276108 * sizer)
- Part198.Orientation = Vector3.new(0,-90-90,-22.5)
- Part198.Color = Color3.new(0.317647, 0, 0.309804)
- Part198.Transparency = 1
- Part198.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part198.Anchored = true
- Part198.Locked = true
- Part198.Material = Enum.Material.Wood
- Part199.Name = "8"
- Part199.Parent = Folder185
- Part199.CFrame = h * CFrame.new(1 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part199.Orientation = Vector3.new(0,-90-90,-22.5)
- Part199.Color = Color3.new(0.317647, 0, 0.309804)
- Part199.Transparency = 1
- Part199.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part199.Anchored = true
- Part199.Locked = true
- Part199.Material = Enum.Material.Wood
- Part200.Name = "9"
- Part200.Parent = Folder185
- Part200.CFrame = h * CFrame.new(2 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part200.Orientation = Vector3.new(0,-90-90,-22.5)
- Part200.Color = Color3.new(0.317647, 0, 0.309804)
- Part200.Transparency = 1
- Part200.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part200.Anchored = true
- Part200.Locked = true
- Part200.Material = Enum.Material.Wood
- Part201.Name = ";"
- Part201.Parent = Folder185
- Part201.CFrame = h * CFrame.new(3.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part201.Orientation = Vector3.new(0,-90-90,-22.5)
- Part201.Color = Color3.new(0.317647, 0, 0.309804)
- Part201.Transparency = 1
- Part201.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part201.Anchored = true
- Part201.Locked = true
- Part201.Material = Enum.Material.Wood
- Part202.Name = "="
- Part202.Parent = Folder185
- Part202.CFrame = h * CFrame.new(5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part202.Orientation = Vector3.new(0,-90-90,-22.5)
- Part202.Color = Color3.new(0.317647, 0, 0.309804)
- Part202.Transparency = 1
- Part202.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part202.Anchored = true
- Part202.Locked = true
- Part202.Material = Enum.Material.Wood
- Part203.Name = "["
- Part203.Parent = Folder185
- Part203.CFrame = h * CFrame.new(4.48999834 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part203.Orientation = Vector3.new(0,-90-90,-22.5)
- Part203.Color = Color3.new(0.317647, 0, 0.309804)
- Part203.Transparency = 1
- Part203.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part203.Anchored = true
- Part203.Locked = true
- Part203.Material = Enum.Material.Wood
- Part204.Name = "]"
- Part204.Parent = Folder185
- Part204.CFrame = h * CFrame.new(5.48999834 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part204.Orientation = Vector3.new(0,-90-90,-22.5)
- Part204.Color = Color3.new(0.317647, 0, 0.309804)
- Part204.Transparency = 1
- Part204.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part204.Anchored = true
- Part204.Locked = true
- Part204.Material = Enum.Material.Wood
- Part205.Name = "a"
- Part205.Parent = Folder185
- Part205.CFrame = h * CFrame.new(-5.3200016 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part205.Orientation = Vector3.new(0,-90-90,-22.5)
- Part205.Color = Color3.new(0.317647, 0, 0.309804)
- Part205.Transparency = 1
- Part205.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part205.Anchored = true
- Part205.Locked = true
- Part205.Material = Enum.Material.Wood
- Part206.Name = "b"
- Part206.Parent = Folder185
- Part206.CFrame = h * CFrame.new(-0.660000324 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part206.Orientation = Vector3.new(0,-90-90,-22.5)
- Part206.Color = Color3.new(0.317647, 0, 0.309804)
- Part206.Transparency = 1
- Part206.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part206.Anchored = true
- Part206.Locked = true
- Part206.Material = Enum.Material.Wood
- Part207.Name = "backslash"
- Part207.Parent = Folder185
- Part207.CFrame = h * CFrame.new(6.74499702 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part207.Orientation = Vector3.new(0,-90-90,-22.5)
- Part207.Color = Color3.new(0.317647, 0, 0.309804)
- Part207.Transparency = 1
- Part207.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.30999947 * sizer)
- Part207.Anchored = true
- Part207.Locked = true
- Part207.Material = Enum.Material.Wood
- Part208.Name = "backspace"
- Part208.Parent = Folder185
- Part208.CFrame = h * CFrame.new(6.5 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part208.Orientation = Vector3.new(0,-90-90,-22.5)
- Part208.Color = Color3.new(0.317647, 0, 0.309804)
- Part208.Transparency = 1
- Part208.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 1.79999995 * sizer)
- Part208.Anchored = true
- Part208.Locked = true
- Part208.Material = Enum.Material.Wood
- Part209.Name = "c"
- Part209.Parent = Folder185
- Part209.CFrame = h * CFrame.new(-2.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part209.Orientation = Vector3.new(0,-90-90,-22.5)
- Part209.Color = Color3.new(0.317647, 0, 0.309804)
- Part209.Transparency = 1
- Part209.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part209.Anchored = true
- Part209.Locked = true
- Part209.Material = Enum.Material.Wood
- Part210.Name = "caps"
- Part210.Parent = Folder185
- Part210.CFrame = h * CFrame.new(-6.65000296 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part210.Orientation = Vector3.new(0,-90-90,-22.5)
- Part210.Color = Color3.new(0.317647, 0, 0.309804)
- Part210.Transparency = 1
- Part210.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.50000024*sizer)
- Part210.Anchored = true
- Part210.Locked = true
- Part210.Material = Enum.Material.Wood
- Part211.Name = "d"
- Part211.Parent = Folder185
- Part211.CFrame = h * CFrame.new(-3.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part211.Orientation = Vector3.new(0,-90-90,-22.5)
- Part211.Color = Color3.new(0.317647, 0, 0.309804)
- Part211.Transparency = 1
- Part211.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part211.Anchored = true
- Part211.Locked = true
- Part211.Material = Enum.Material.Wood
- Part212.Name = "e"
- Part212.Parent = Folder185
- Part212.CFrame = h * CFrame.new(-3.50999951 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part212.Orientation = Vector3.new(0,-90-90,-22.5)
- Part212.Color = Color3.new(0.317647, 0, 0.309804)
- Part212.Transparency = 1
- Part212.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part212.Anchored = true
- Part212.Locked = true
- Part212.Material = Enum.Material.Wood
- Part213.Name = "enter"
- Part213.Parent = Folder185
- Part213.CFrame = h * CFrame.new(6.34999657 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part213.Orientation = Vector3.new(0,-90-90,-22.5)
- Part213.Color = Color3.new(0.317647, 0, 0.309804)
- Part213.Transparency = 1
- Part213.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 2.09999967 * sizer)
- Part213.Anchored = true
- Part213.Locked = true
- Part213.Material = Enum.Material.Wood
- Part214.Name = "f"
- Part214.Parent = Folder185
- Part214.CFrame = h * CFrame.new(-2.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part214.Orientation = Vector3.new(0,-90-90,-22.5)
- Part214.Color = Color3.new(0.317647, 0, 0.309804)
- Part214.Transparency = 1
- Part214.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part214.Anchored = true
- Part214.Locked = true
- Part214.Material = Enum.Material.Wood
- Part215.Name = "g"
- Part215.Parent = Folder185
- Part215.CFrame = h * CFrame.new(-1.31999969 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part215.Orientation = Vector3.new(0,-90-90,-22.5)
- Part215.Color = Color3.new(0.317647, 0, 0.309804)
- Part215.Transparency = 1
- Part215.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part215.Anchored = true
- Part215.Locked = true
- Part215.Material = Enum.Material.Wood
- Part216.Name = "h"
- Part216.Parent = Folder185
- Part216.CFrame = h * CFrame.new(-0.320000112 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part216.Orientation = Vector3.new(0,-90-90,-22.5)
- Part216.Color = Color3.new(0.317647, 0, 0.309804)
- Part216.Transparency = 1
- Part216.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part216.Anchored = true
- Part216.Locked = true
- Part216.Material = Enum.Material.Wood
- Part217.Name = "i"
- Part217.Parent = Folder185
- Part217.CFrame = h * CFrame.new(1.49000037 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part217.Orientation = Vector3.new(0,-90-90,-22.5)
- Part217.Color = Color3.new(0.317647, 0, 0.309804)
- Part217.Transparency = 1
- Part217.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part217.Anchored = true
- Part217.Locked = true
- Part217.Material = Enum.Material.Wood
- Part218.Name = "j"
- Part218.Parent = Folder185
- Part218.CFrame = h * CFrame.new(0.680000305 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part218.Orientation = Vector3.new(0,-90-90,-22.5)
- Part218.Color = Color3.new(0.317647, 0, 0.309804)
- Part218.Transparency = 1
- Part218.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part218.Anchored = true
- Part218.Locked = true
- Part218.Material = Enum.Material.Wood
- Part219.Name = "k"
- Part219.Parent = Folder185
- Part219.CFrame = h * CFrame.new(1.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part219.Orientation = Vector3.new(0,-90-90,-22.5)
- Part219.Color = Color3.new(0.317647, 0, 0.309804)
- Part219.Transparency = 1
- Part219.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part219.Anchored = true
- Part219.Locked = true
- Part219.Material = Enum.Material.Wood
- Part220.Name = "l"
- Part220.Parent = Folder185
- Part220.CFrame = h * CFrame.new(2.68000031 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part220.Orientation = Vector3.new(0,-90-90,-22.5)
- Part220.Color = Color3.new(0.317647, 0, 0.309804)
- Part220.Transparency = 1
- Part220.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part220.Anchored = true
- Part220.Locked = true
- Part220.Material = Enum.Material.Wood
- Part221.Name = "leftalt"
- Part221.Parent = Folder185
- Part221.CFrame = h * CFrame.new(-3.53000689 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part221.Orientation = Vector3.new(0,-90-90,-22.5)
- Part221.Color = Color3.new(0.317647, 0, 0.309804)
- Part221.Transparency = 1
- Part221.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
- Part221.Anchored = true
- Part221.Locked = true
- Part221.Material = Enum.Material.Wood
- Part222.Name = "leftctrl"
- Part222.Parent = Folder185
- Part222.CFrame = h * CFrame.new(-6.72000408 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part222.Orientation = Vector3.new(0,-90-90,-22.5)
- Part222.Color = Color3.new(0.317647, 0, 0.309804)
- Part222.Transparency = 1
- Part222.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
- Part222.Anchored = true
- Part222.BottomSurface = Enum.SurfaceType.Smooth
- Part222.BrickColor = BrickColor.new("Mulberry")
- Part222.Locked = true
- Part222.Material = Enum.Material.Wood
- Part222.TopSurface = Enum.SurfaceType.Smooth
- Part222.brickColor = BrickColor.new("Mulberry")
- Part223.Name = "leftshift"
- Part223.Parent = Folder185
- Part223.CFrame = h * CFrame.new(-6.34499645 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part223.Orientation = Vector3.new(0,-90-90,-22.5)
- Part223.Color = Color3.new(0.317647, 0, 0.309804)
- Part223.Transparency = 1
- Part223.Size = Vector3.new(0.799999952*sizer, 1*sizer, 2.10999966*sizer)
- Part223.Anchored = true
- Part223.Locked = true
- Part223.Material = Enum.Material.Wood
- Part224.Name = "leftwindows"
- Part224.Parent = Folder185
- Part224.CFrame = h * CFrame.new(-5.14000797 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part224.Orientation = Vector3.new(0,-90-90,-22.5)
- Part224.Color = Color3.new(0.317647, 0, 0.309804)
- Part224.Transparency = 1
- Part224.Size = Vector3.new(0.799999952*sizer, 1*sizer, 1.36000037*sizer)
- Part224.Anchored = true
- Part224.Locked = true
- Part224.Material = Enum.Material.Wood
- Part225.Name = "m"
- Part225.Parent = Folder185
- Part225.CFrame = h * CFrame.new(1.33999968 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part225.Orientation = Vector3.new(0,-90-90,-22.5)
- Part225.Color = Color3.new(0.317647, 0, 0.309804)
- Part225.Transparency = 1
- Part225.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part225.Anchored = true
- Part225.Locked = true
- Part225.Material = Enum.Material.Wood
- Part226.Name = "n"
- Part226.Parent = Folder185
- Part226.CFrame = h * CFrame.new(0.340000004 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part226.Orientation = Vector3.new(0,-90-90,-22.5)
- Part226.Color = Color3.new(0.317647, 0, 0.309804)
- Part226.Transparency = 1
- Part226.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part226.Anchored = true
- Part226.Locked = true
- Part226.Material = Enum.Material.Wood
- Part227.Name = "o"
- Part227.Parent = Folder185
- Part227.CFrame = h * CFrame.new(2.49000049 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part227.Orientation = Vector3.new(0,-90-90,-22.5)
- Part227.Color = Color3.new(0.317647, 0, 0.309804)
- Part227.Transparency = 1
- Part227.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part227.Anchored = true
- Part227.Locked = true
- Part227.Material = Enum.Material.Wood
- Part228.Name = "p"
- Part228.Parent = Folder185
- Part228.CFrame = h * CFrame.new(3.49000049 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part228.Orientation = Vector3.new(0,-90-90,-22.5)
- Part228.Color = Color3.new(0.317647, 0, 0.309804)
- Part228.Transparency = 1
- Part228.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part228.Anchored = true
- Part228.Locked = true
- Part228.Material = Enum.Material.Wood
- Part229.Name = "q"
- Part229.Parent = Folder185
- Part229.CFrame = h * CFrame.new(-5.51000166 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part229.Orientation = Vector3.new(0,-90-90,-22.5)
- Part229.Color = Color3.new(0.317647, 0, 0.309804)
- Part229.Transparency = 1
- Part229.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part229.Anchored = true
- Part229.Locked = true
- Part229.Material = Enum.Material.Wood
- Part230.Name = "r"
- Part230.Parent = Folder185
- Part230.CFrame = h * CFrame.new(-2.50999951 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part230.Orientation = Vector3.new(0,-90-90,-22.5)
- Part230.Color = Color3.new(0.317647, 0, 0.309804)
- Part230.Transparency = 1
- Part230.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part230.Anchored = true
- Part230.Locked = true
- Part230.Material = Enum.Material.Wood
- Part231.Name = "rightalt"
- Part231.Parent = Folder185
- Part231.CFrame = h * CFrame.new(3.48999453 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part231.Orientation = Vector3.new(0,-90-90,-22.5)
- Part231.Color = Color3.new(0.317647, 0, 0.309804)
- Part231.Transparency = 1
- Part231.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
- Part231.Anchored = true
- Part231.Locked = true
- Part231.Material = Enum.Material.Wood
- Part232.Name = "rightctrl"
- Part232.Parent = Folder185
- Part232.CFrame = h * CFrame.new(6.72000504 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part232.Orientation = Vector3.new(0,-90-90,-22.5)
- Part232.Color = Color3.new(0.317647, 0, 0.309804)
- Part232.Transparency = 1
- Part232.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
- Part232.Anchored = true
- Part232.Locked = true
- Part232.Material = Enum.Material.Wood
- Part233.Name = "rightshift"
- Part233.Parent = Folder185
- Part233.CFrame = h * CFrame.new(6.18000317 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part233.Orientation = Vector3.new(0,-90-90,-22.5)
- Part233.Color = Color3.new(0.317647, 0, 0.309804)
- Part233.Transparency = 1
- Part233.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 2.4400003 * sizer)
- Part233.Anchored = true
- Part233.Locked = true
- Part233.Material = Enum.Material.Wood
- Part234.Name = "rightwindows"
- Part234.Parent = Folder185
- Part234.CFrame = h * CFrame.new(5.11999607 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part234.Orientation = Vector3.new(0,-90-90,-22.5)
- Part234.Color = Color3.new(0.317647, 0, 0.309804)
- Part234.Transparency = 1
- Part234.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.36000037 * sizer)
- Part234.Anchored = true
- Part234.Locked = true
- Part234.Material = Enum.Material.Wood
- Part235.Name = "s"
- Part235.Parent = Folder185
- Part235.CFrame = h * CFrame.new(-4.3200016 * sizer, -3.97199988 * sizer, -5.20499992 * sizer)
- Part235.Orientation = Vector3.new(0,-90-90,-22.5)
- Part235.Color = Color3.new(0.317647, 0, 0.309804)
- Part235.Transparency = 1
- Part235.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part235.Anchored = true
- Part235.Locked = true
- Part235.Material = Enum.Material.Wood
- Part236.Name = "space"
- Part236.Parent = Folder185
- Part236.CFrame = h * CFrame.new(-0.0299955606 * sizer, -4.73736763 * sizer, -3.35723829 * sizer)
- Part236.Orientation = Vector3.new(0,-90-90,-22.5)
- Part236.Color = Color3.new(0.317647, 0, 0.309804)
- Part236.Transparency = 1
- Part236.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 5.19999695 * sizer)
- Part236.Anchored = true
- Part236.Locked = true
- Part236.Material = Enum.Material.Wood
- Part237.Name = "t"
- Part237.Parent = Folder185
- Part237.CFrame = h * CFrame.new(-1.50999963 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part237.Orientation = Vector3.new(0,-90-90,-22.5)
- Part237.Color = Color3.new(0.317647, 0, 0.309804)
- Part237.Transparency = 1
- Part237.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part237.Anchored = true
- Part237.Locked = true
- Part237.Material = Enum.Material.Wood
- Part238.Name = "tab"
- Part238.Parent = Folder185
- Part238.CFrame = h * CFrame.new(-6.76500273 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part238.Orientation = Vector3.new(0,-90-90,-22.5)
- Part238.Color = Color3.new(0.317647, 0, 0.309804)
- Part238.Transparency = 1
- Part238.Size = Vector3.new(0.799999952 * sizer, 1 * sizer, 1.27000046 * sizer)
- Part238.Anchored = true
- Part238.Locked = true
- Part238.Material = Enum.Material.Wood
- Part239.Name = "u"
- Part239.Parent = Folder185
- Part239.CFrame = h * CFrame.new(0.490000308 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part239.Orientation = Vector3.new(0,-90-90,-22.5)
- Part239.Color = Color3.new(0.317647, 0, 0.309804)
- Part239.Transparency = 1
- Part239.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part239.Anchored = true
- Part239.BottomSurface = Enum.SurfaceType.Smooth
- Part239.BrickColor = BrickColor.new("Mulberry")
- Part239.Locked = true
- Part239.Material = Enum.Material.Wood
- Part239.TopSurface = Enum.SurfaceType.Smooth
- Part239.brickColor = BrickColor.new("Mulberry")
- Part240.Name = "v"
- Part240.Parent = Folder185
- Part240.CFrame = h * CFrame.new(-1.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part240.Orientation = Vector3.new(0,-90-90,-22.5)
- Part240.Color = Color3.new(0.317647, 0, 0.309804)
- Part240.Transparency = 1
- Part240.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part240.Anchored = true
- Part240.Locked = true
- Part240.Material = Enum.Material.Wood
- Part241.Name = "w"
- Part241.Parent = Folder185
- Part241.CFrame = h * CFrame.new(-4.51000166 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part241.Orientation = Vector3.new(0,-90-90,-22.5)
- Part241.Color = Color3.new(0.317647, 0, 0.309804)
- Part241.Transparency = 1
- Part241.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part241.Anchored = true
- Part241.Locked = true
- Part241.Material = Enum.Material.Wood
- Part242.Name = "x"
- Part242.Parent = Folder185
- Part242.CFrame = h * CFrame.new(-3.66000032 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part242.Orientation = Vector3.new(0,-90-90,-22.5)
- Part242.Color = Color3.new(0.317647, 0, 0.309804)
- Part242.Transparency = 1
- Part242.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part242.Anchored = true
- Part242.Locked = true
- Part242.Material = Enum.Material.Wood
- Part243.Name = "y"
- Part243.Parent = Folder185
- Part243.CFrame = h * CFrame.new(-0.51000005 * sizer, -3.58931565 * sizer, -6.1288805 * sizer)
- Part243.Orientation = Vector3.new(0,-90-90,-22.5)
- Part243.Color = Color3.new(0.317647, 0, 0.309804)
- Part243.Transparency = 1
- Part243.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part243.Anchored = true
- Part243.Locked = true
- Part243.Material = Enum.Material.Wood
- Part244.Name = "z"
- Part244.Parent = Folder185
- Part244.CFrame = h * CFrame.new(-4.65999508 * sizer, -4.35468388 * sizer, -4.28111935 * sizer)
- Part244.Orientation = Vector3.new(0,-90-90,-22.5)
- Part244.Color = Color3.new(0.317647, 0, 0.309804)
- Part244.Transparency = 1
- Part244.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part244.Anchored = true
- Part244.Locked = true
- Part244.Material = Enum.Material.Wood
- Part245.Name = "`"
- Part245.Parent = Folder185
- Part245.CFrame = h * CFrame.new(-7 * sizer, -3.20663142 * sizer, -7.05276108 * sizer)
- Part245.Orientation = Vector3.new(0,-90-90,-22.5)
- Part245.Color = Color3.new(0.317647, 0, 0.309804)
- Part245.Transparency = 1
- Part245.Size = Vector3.new(0.800000012 * sizer, 1 * sizer, 0.800000012 * sizer)
- Part245.Anchored = true
- Part245.Locked = true
- Part245.Material = Enum.Material.Wood
- local siz = size/5
- local fric = false
- local bonked
- local function findkeyfromregion(reg)
- local keys = Folder0.Keys
- return keys:FindFirstChild(tostring(reg))
- end
- local vibcount = 0
- local function vibrate1(cont)
- coroutine.resume(coroutine.create(function()
- local vib = vibcount
- if cont == "rh" then
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.RightHand,0.1)
- wait(0.1/2)
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.RightHand,0)
- elseif cont == "lh" then
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.LeftHand,0.1)
- wait(0.1/2)
- if vib == vibcount then
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.LeftHand,0)
- end
- end
- vibcount = vibcount + 1
- end))
- end
- local function vibrate2(cont)
- coroutine.resume(coroutine.create(function()
- local vib = vibcount
- if cont == "rh" then
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.RightHand,0.05)
- wait(0.1/2)
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.RightHand,0)
- elseif cont == "lh" then
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.LeftHand,0.05)
- wait(0.1/2)
- hap:SetMotor(Enum.UserInputType.Gamepad1,Enum.VibrationMotor.LeftHand,0)
- end
- vibcount = vibcount + 1
- end))
- end
- local function sound(id,key,pitch)
- key = findkeyfromregion(key)
- local sound = Instance.new("Sound",key)
- sound.SoundId = "rbxassetid://"..id
- if pitch == nil then
- sound.PlaybackSpeed = 1
- else
- sound.PlaybackSpeed = pitch
- end
- sound.Volume = 4
- sound:Play()
- Debris:AddItem(sound,4)
- end
- local function inputKey(key)
- string1 = tostring(string1)
- if not drum then
- if key == "backspace" then
- string1 = string.sub(string1,1,#string1-1)
- elseif key == "leftshift" or key == "rightshift" then
- shift = true
- elseif key == "leftctrl" or key == "rightctrl" then
- ctrl = true
- elseif key == "leftalt" or key == "rightalt" then
- alt = true
- elseif key == "w" and ctrl == true then
- string1 = string2
- elseif key == "e" and ctrl == true then
- string1 = string3
- elseif key == "r" and ctrl == true then
- string1 = string4
- elseif key == "t" and ctrl == true then
- string1 = string5
- elseif key == "1" and alt == true then
- string1 = string1.."1837855061"
- elseif key == "2" and alt == true then
- string1 = string1.."1841715860"
- elseif key == "3" and alt == true then
- string1 = string1.."1625489737"
- elseif key == "4" and alt == true then
- string1 = string1.."1339865767"
- elseif key == "5" and alt == true then
- string1 = string1.."748653432"
- elseif key == "6" and alt == true then
- string1 = string1.."1698298253"
- elseif key == "7" and alt == true then
- string1 = string1.."1354485825"
- elseif key == "8" and alt == true then
- string1 = string1.."1180273873"
- elseif key == "9" and alt == true then
- string1 = string1.."911993485"
- elseif key == "0" and alt == true then
- string1 = string1.."4110953040"
- elseif key == "-" and alt == true then
- string1 = string1.."857509404"
- elseif key == "=" and alt == true then
- string1 = string1.."1473603054"
- elseif key == "caps" then
- capslock = not capslock
- if capslock then
- Folder0.Components.CapsLight.Color = Color3.new(1,1,1)
- else
- Folder0.Components.CapsLight.Color = Color3.new(0,0,0)
- end
- elseif key == "space" then
- string1 = string1.." "
- elseif key == "tab" then
- string1 = string1.." "
- elseif key == "backslash" then
- if not shift then
- string1 = string1..[[\]]
- else
- string1 = string1..[[|]]
- end
- elseif key == "enter" and ctrl == false then
- if wpmtime == 0 then
- string5,string4,string3,string2,string1 = string4,string3,string2,string1,""
- remote:FireServer("EnterKeyboard",{string1,string2,string3,string4,string5})
- else
- if sentence == string1 then
- local tim = os.clock()
- local sum = math.abs(round(wpmtime-tim,1))
- string5,string4,string3,string2,string1 = string4,string3,string2,string1,"Time taken: "..tostring(sum).." seconds"
- remote:FireServer("UpdateKeyboard",{string1,string2,string3,string4,string5})
- wpmtime = 0
- sentence = ""
- end
- end
- elseif key == "enter" and ctrl == true then
- string1 = string1.."\n"
- elseif key == "leftalt" or key == "rightalt" or key == "leftwindows" or key == "rightwindows" or key == "leftctrl" or key == "rightctrl" then
- -- lol nothing happens
- else
- if shift then
- local finished = false
- local shifttab = {"1","!","2","@","3","#","4","$","5","%","6","^","7","&","8","*","9","(","0",")","-","_","=","+","[","{","]","}",";",":",[[']],[["]],",","<",".",">","/","?","`","~"}
- for i=1,#shifttab do
- if key == shifttab[i] then
- string1 = string1..shifttab[i+1]
- finished = true
- break
- end
- end
- if finished == false then
- if capslock == false then
- string1 = string1..string.upper(key)
- else
- string1 = string1..key
- end
- end
- else
- if capslock then
- string1 = string1..string.upper(key)
- else
- string1 = string1..key
- end
- end
- end
- else
- if key == "leftshift" or key == "rightshift" then
- shift = true
- elseif key == "leftctrl" or key == "rightctrl" then
- ctrl = true
- elseif key == "leftalt" or key == "rightalt" then
- alt = true
- elseif key == "caps" then
- capslock = not capslock
- if capslock then
- Folder0.Components.CapsLight.Color = Color3.new(1,1,1)
- else
- Folder0.Components.CapsLight.Color = Color3.new(0,0,0)
- end
- elseif key == "q" and ctrl then
- string1 = ""
- remote:FireServer("UpdateKeyboard",{string1,string2,string3,string4,string5})
- drum = false
- elseif key == "t" then
- sound("3645583586",key)
- remote:FireServer("Drum",{"3645583586"})
- elseif key == "c" then
- sound("31173820",key,0.9)
- remote:FireServer("Drum",{"31173820",0.9})
- elseif key == "d" then
- sound("31173799",key)
- remote:FireServer("Drum",{"31173799"})
- elseif key == "r" then
- sound("31173898",key)
- remote:FireServer("Drum",{"31173898"})
- elseif key == "y" then
- sound("867306119",key)
- remote:FireServer("Drum",{"867306119"})
- elseif key == "f" then
- sound("31173844",key,1.15)
- remote:FireServer("Drum",{"31173844",1.15})
- elseif key == "g" then
- sound("31173844",key,0.95)
- remote:FireServer("Drum",{"31173844",0.95})
- elseif key == "h" then
- sound("31173881",key,0.95)
- remote:FireServer("Drum",{"31173881",0.95})
- end
- end
- end
- coroutine.resume(coroutine.create(function()
- while wait() do
- if Folder0 ~= nil and Folder0.Parent ~= nil then
- local currentStr = string1
- local regions = Folder0.Regions
- if keypressL == nil then
- local region = createRegion(lhh)
- for i,v in pairs(workspace:FindPartsInRegion3WithWhiteList(region,{regions})) do
- if keypressL == nil then
- local key = findkeyfromregion(v)
- keypressL = v
- key.CFrame = key.CFrame * CFrame.new(0,-0.3*siz,0)
- if drum == false then
- local sound = Instance.new("Sound",key)
- sound.SoundId = "rbxassetid://535716488"
- sound.PlaybackSpeed = 2
- sound.Volume = 1
- sound:Play()
- Debris:AddItem(sound,0.5)
- end
- --
- inputKey(key.Name)
- vibrate1("lh")
- break
- end
- end
- else
- local region = createRegion(lhh)
- local fat = true
- for i,v in pairs(workspace:FindPartsInRegion3WithWhiteList(region,{regions})) do
- fat = false
- end
- if fat == true then
- vibrate2("lh")
- local key = findkeyfromregion(keypressL)
- key.CFrame = key.CFrame * CFrame.new(0,0.3*siz,0)
- if keypressR ~= nil then
- if key.Name == "leftshift" or key.Name == "rightshift" then
- if tostring(keypressR) ~= "leftshift" and tostring(keypressR) ~= "rightshift" then
- shift = false
- end
- elseif key.Name == "leftctrl" or key.Name == "rightctrl" then
- if tostring(keypressR) ~= "leftctrl" and tostring(keypressR) ~= "rightctrl" then
- ctrl = false
- end
- elseif key.Name == "leftalt" or key.Name == "rightalt" then
- if tostring(keypressR) ~= "leftalt" and tostring(keypressR) ~= "rightalt" then
- alt = false
- end
- end
- else
- shift = false
- ctrl = false
- alt = false
- end
- keypressL = nil
- end
- end
- if keypressR == nil then
- local region = createRegion(rhh)
- for i,v in pairs(workspace:FindPartsInRegion3WithWhiteList(region,{regions})) do
- if keypressR == nil then
- local key = findkeyfromregion(v)
- keypressR = v
- key.CFrame = key.CFrame * CFrame.new(0,-0.3*siz,0)
- if drum == false then
- local sound = Instance.new("Sound",key)
- sound.SoundId = "rbxassetid://535716488"
- sound.PlaybackSpeed = 2
- sound.Volume = 1
- sound:Play()
- Debris:AddItem(sound,0.5)
- end
- --
- inputKey(key.Name)
- vibrate1("rh")
- break
- end
- end
- else
- local region = createRegion(rhh)
- local fat = true
- for i,v in pairs(workspace:FindPartsInRegion3WithWhiteList(region,{regions})) do
- fat = false
- end
- if fat == true then
- vibrate2("rh")
- local key = findkeyfromregion(keypressR)
- key.CFrame = key.CFrame * CFrame.new(0,0.3*siz,0)
- if keypressL ~= nil then
- if key.Name == "leftshift" or key.Name == "rightshift" then
- if tostring(keypressL) ~= "leftshift" and tostring(keypressL) ~= "rightshift" then
- shift = false
- end
- elseif key.Name == "leftctrl" or key.Name == "rightctrl" then
- if tostring(keypressL) ~= "leftctrl" and tostring(keypressL) ~= "rightctrl" then
- ctrl = false
- end
- elseif key.Name == "leftalt" or key.Name == "rightalt" then
- if tostring(keypressL) ~= "leftalt" and tostring(keypressL) ~= "rightalt" then
- alt = false
- end
- end
- else
- shift = false
- ctrl = false
- alt = false
- end
- keypressR = nil
- end
- end
- if string1 ~= currentStr then
- remote:FireServer("UpdateKeyboard",{string1,string2,string3,string4,string5})
- end
- else
- break
- end
- end
- end))
- --[[coroutine.resume(coroutine.create(function()
- repeat wait(1) until fric == true
- bonked:Disconnect()
- end))]]
- end
- remote.OnClientEvent:Connect(function(mad,dat)
- if mad == "Feedback" then
- string1 = dat[1]
- if sentence == "" then
- remote:FireServer("UpdateKeyboard",{string1,string2,string3,string4,string5})
- else
- remote:FireServer("UpdateKeyboard",{string1,sentence,string3,string4,string5})
- end
- elseif mad == "WPM Test" then
- wpmtime = os.clock()
- elseif mad == "ReturnSentence" then
- string2 = dat
- sentence = dat
- wait(.1)
- remote:FireServer("UpdateKeyboard",{"",string2,string3,string4,string5})
- elseif mad == "Drum" then
- drum = true
- string5,string4,string3,string2,string1 = string5,string4,string3,string2,"DRUM MODE; ctrl + q to exit"
- remote:FireServer("UpdateKeyboard",{string1,string2,string3,string4,string5})
- end
- end)
- local found = false
- if foldd ~= nil and region ~= nil then
- local tab = workspace:FindPartsInRegion3(region)
- for i,v in pairs(tab) do
- if ((v == lh or v == rh) and not found) then
- found = true
- if not down then
- down = true
- remote:FireServer("Press",{foldd.Button,downpos})
- break
- end
- end
- end
- if down and not found then
- down = false
- remote:FireServer("Unpress",{foldd.Button,uppos})
- end
- end
- function destroyKeyboard()
- for i,v in pairs(workspace:GetChildren()) do
- if v.Name == "keyboardddd" then
- v:Destroy()
- end
- end
- end
- function changeMode()
- if mode == 0 then
- lh.Color = Color3.fromRGB(255,100,255)
- rh.Color = Color3.fromRGB(255,100,255)
- selec1.Color3 = Color3.fromRGB(255,0,255)
- selec2.Color3 = Color3.fromRGB(255,0,255)
- laserlh.Color = Color3.fromRGB(255, 75, 230)
- laserrh.Color = Color3.fromRGB(255, 75, 230)
- elseif mode == 1 then
- lh.Color = Color3.fromRGB(100,100,255)
- rh.Color = Color3.fromRGB(100,100,255)
- selec1.Color3 = Color3.fromRGB(0,0,255)
- selec2.Color3 = Color3.fromRGB(0,0,255)
- elseif mode == 2 then
- lh.Color = Color3.fromRGB(255,100,100)
- rh.Color = Color3.fromRGB(255,100,100)
- selec1.Color3 = Color3.fromRGB(255,0,0)
- selec2.Color3 = Color3.fromRGB(255,0,0)
- elseif mode == 3 then
- lh.Color = Color3.fromRGB(100,255,100)
- rh.Color = Color3.fromRGB(100,255,100)
- selec1.Color3 = Color3.fromRGB(0,255,0)
- selec2.Color3 = Color3.fromRGB(0,255,0)
- laserlh.Color = Color3.fromRGB(100,255,100)
- laserrh.Color = Color3.fromRGB(100,255,100)
- laserlh.Transparency = 0.875
- laserrh.Transparency = 0.875
- elseif mode == 4 then
- lh.Color = Color3.fromRGB(0,255,178)
- rh.Color = Color3.fromRGB(0,255,178)
- selec1.Color3 = Color3.fromRGB(0,255,178)
- selec2.Color3 = Color3.fromRGB(0,255,178)
- laserlh.Color = Color3.fromRGB(0,255,178)
- laserrh.Color = Color3.fromRGB(0,255,178)
- laserlh.Transparency = 0.875
- laserrh.Transparency = 0.875
- elseif mode == 5 then
- lh.Color = Color3.fromRGB(100,100,100)
- rh.Color = Color3.fromRGB(100,100,100)
- selec1.Color3 = Color3.fromRGB(100,100,100)
- selec2.Color3 = Color3.fromRGB(100,100,100)
- elseif mode == 6 then
- lh.Color = Color3.fromRGB(255,255,100)
- rh.Color = Color3.fromRGB(255,255,100)
- selec1.Color3 = Color3.fromRGB(255,255,0)
- selec2.Color3 = Color3.fromRGB(255,255,0)
- elseif mode == 7 then
- lh.Color = Color3.fromRGB(100,255,255)
- rh.Color = Color3.fromRGB(100,255,255)
- lh.Transparency = 0.5
- rh.Transparency = 0.5
- selec1.Color3 = Color3.fromRGB(0,255,255)
- selec2.Color3 = Color3.fromRGB(0,255,255)
- elseif mode == 8 then
- lh.Color = Color3.fromRGB(255,255,255)
- rh.Color = Color3.fromRGB(255,255,255)
- selec1.Color3 = Color3.fromRGB(255,255,255)
- selec2.Color3 = Color3.fromRGB(255,255,255)
- elseif mode == 9 then
- remote:FireServer("mode",mode)
- lh.Color = Color3.fromRGB(173, 59, 93)
- rh.Color = Color3.fromRGB(173, 59, 93)
- selec1.Color3 = Color3.fromRGB(173, 59, 93)
- selec2.Color3 = Color3.fromRGB(173, 59, 93)
- wait()
- foldd = workspace:WaitForChild("ButtonStuff")
- region = createRegion(foldd:WaitForChild("RegionCube"))
- uppos = foldd:WaitForChild("Button").Position
- downpos = foldd:WaitForChild("Button").Position - Vector3.new(0,0.5*(size/5),0)
- elseif mode == 10 then
- remote:FireServer("mode",mode)
- lh.Color = Color3.fromRGB(175, 0, 255)
- rh.Color = Color3.fromRGB(175, 0, 255)
- rh.Size = Vector3.new(0.1,0.1,0.4) * Vector3.new(size,size,size)
- lh.Size = Vector3.new(0.1,0.1,0.4) * Vector3.new(size,size,size)
- selec1.Transparency = 1
- selec2.Transparency = 1
- selec1.Color3 = Color3.fromRGB(175, 0, 255)
- selec2.Color3 = Color3.fromRGB(175, 0, 255)
- local orr = -90
- createKeyboard(size/5)
- repeat wait() until cfforkeyboard ~= nil
- remote:FireServer("SpawnKeyboard",{cfforkeyboard,orr})
- repeat wait(.1) until workspace:FindFirstChild("keyboard-"..owner.Name) ~= nil
- remote:FireServer("UpdateKeyboard",{string1,string2,string3,string4,string5})
- local g = workspace:FindFirstChild("keyboard-"..owner.Name)
- wait(.25)
- for i,v in pairs(g:GetChildren()) do
- if v.Name ~= "Screen" then
- v:Destroy()
- end
- end
- end
- if mode ~= 3 and mode ~= 4 then
- laserlh.Transparency = 1
- laserrh.Transparency = 1
- end
- if lastmode == 7 then
- coroutine.resume(coroutine.create(function()
- lh.Transparency = 0
- rh.Transparency = 0
- wait(1)
- workspace:FindFirstChild(owner.Name.."-LeftHand").Transparency = 1
- workspace:FindFirstChild(owner.Name.."-RightHand").Transparency = 1
- workspace:FindFirstChild(owner.Name.."-Head").Transparency = 1
- end))
- elseif lastmode == 8 then
- folder:ClearAllChildren()
- wait(.25)
- update()
- elseif lastmode == 9 then
- foldd = nil
- region = nil
- uppos = nil
- downpos = nil
- elseif lastmode == 10 then
- destroyKeyboard()
- selec1.Transparency = 0
- selec2.Transparency = 0
- rh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
- lh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
- keypressL = nil
- keypressR = nil
- shift = false
- capslock = false
- remote:FireServer("DestroyKeyboard")
- end
- if mode ~= 9 and mode ~= 10 then
- remote:FireServer("mode",mode)
- end
- lastmode = mode
- end
- --[[owner:GetMouse().Button1Down:Connect(function()
- mode = 10
- changeMode()
- wait(1)
- string5,string4,string3,string2,string1 = string4,string3,string2,";notify/mem/lol ur a noob",""
- remote:FireServer("EnterKeyboard",{string1,string2,string3,string4,string5})
- end)]]
- function subtractcf(a, b)
- local x, y, z, m11, m12, m13, m21, m22, m23, m31, m32, m33 = a:components()
- return CFrame.new(x - b.x, y - b.y, z - b.z, m11, m12, m13, m21, m22, m23, m31, m32, m33);
- end
- local function multiplyCFrame(a, b)
- local ax, ay, az, a11, a12, a13, a21, a22, a23, a31, a32, a33 = a:components()
- local bx, by, bz, b11, b12, b13, b21, b22, b23, b31, b32, b33 = b:components()
- local x = ax*bx
- local y = ay*by
- local z = az*bz
- local m11 = a11*b11
- local m12 = a12*b12
- local m13 = a13*b13
- local m21 = a21*b21
- local m22 = a22*b22
- local m23 = a23*b23
- local m31 = a31*b31
- local m32 = a32*b32
- local m33 = a33*b33
- return CFrame.new(x, y, z, m11, m12, m13, m21, m22, m23, m31, m32, m33)
- end
- function isValid(targ)
- if targ.Anchored == false then
- return true
- else
- return false
- end
- end
- --[[
- local cfRH = VRService:GetUserCFrame(Enum.UserCFrame.RightHand)
- RightHand.CFrame = (Cam.CFrame*CFrame.new(cfRH.p*size))*CFrame.fromEulerAnglesXYZ(cfRH:ToEulerAnglesXYZ())
- ]]
- --[[
- local headCFrame = VRService:GetUserCFrame(Enum.UserCFrame.Head)
- local centerCFrame = headCFrame:ToObjectSpace(CameraHandler.Camera:GetRenderCFrame())
- ]]
- RunService.RenderStepped:Connect(function()
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- local curr = workspace.CurrentCamera
- local cfLH = VRService:GetUserCFrame(Enum.UserCFrame.LeftHand)
- local lefthand = (curr.CFrame*CFrame.new(cfLH.p*size))*CFrame.fromEulerAnglesXYZ(cfLH:ToEulerAnglesXYZ())
- if moveX ~= 0 or moveY ~= 0 then
- --local cf = c * c:ToObjectSpace(CFrame.new(-moveX,0,-moveY))
- local p = Instance.new("Part")
- p.CFrame = lh.CFrame
- p.Orientation = Vector3.new(0,p.Orientation.Y,0)
- p.Position = Vector3.new(0,0,0)
- p.CFrame = p.CFrame * CFrame.new((moveX/5)*size,heighty*size,(-moveY/5)*size)
- workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame + p.Position
- end
- --local head = (VRService:GetUserCFrame(Enum.UserCFrame.Head) * CFrame.new(0,0,0.2)) + Vector3.new(0,1.25*(4*(1-size)),0)
- local head = VRService:GetUserCFrame(Enum.UserCFrame.Head)
- local headc = (curr.CFrame*CFrame.new(head.p*size))*CFrame.fromEulerAnglesXYZ(head:ToEulerAnglesXYZ())
- he.CFrame = headc
- local cfLH = VRService:GetUserCFrame(Enum.UserCFrame.LeftHand)*CFrame.new(0,0,0.2)
- lh.CFrame = (curr.CFrame*CFrame.new(cfLH.p*size))*CFrame.fromEulerAnglesXYZ(cfLH:ToEulerAnglesXYZ())
- local cfRH = VRService:GetUserCFrame(Enum.UserCFrame.RightHand)*CFrame.new(0,0,0.2)
- rh.CFrame = (curr.CFrame*CFrame.new(cfRH.p*size))*CFrame.fromEulerAnglesXYZ(cfRH:ToEulerAnglesXYZ())
- if mode ~= 10 then
- lh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
- rh.Size = Vector3.new(0.2,0.2,0.6) * Vector3.new(size,size,size)
- else
- lh.Size = Vector3.new(0.1,0.1,0.4) * Vector3.new(size,size,size)
- rh.Size = Vector3.new(0.1,0.1,0.4) * Vector3.new(size,size,size)
- end
- lhh.CFrame = lh.CFrame * CFrame.new(0,0,-lh.Size.Z/2)
- rhh.CFrame = rh.CFrame * CFrame.new(0,0,-rh.Size.Z/2)
- he.Size = Vector3.new(2,2,2) * Vector3.new(size,size,size)
- remote:FireServer("update",{lh.CFrame,rh.CFrame,he.CFrame,size})
- end)
- VRService:SetTouchpadMode(Enum.VRTouchpad.Left,Enum.VRTouchpadMode.VirtualThumbstick)
- VRService:SetTouchpadMode(Enum.VRTouchpad.Right, Enum.VRTouchpadMode.ABXY)
- local UserInputService = game:GetService("UserInputService")
- UserInputService.InputChanged:Connect(function(input, processed)
- if input.UserInputType == Enum.UserInputType.Gamepad1 then
- if input.KeyCode == Enum.KeyCode.Thumbstick1 then
- moveX = input.Position.X
- moveY = input.Position.Y
- end
- end
- end)
- UserInputService.InputBegan:Connect(function(input, gameProcessed)
- if input.KeyCode == Enum.KeyCode.ButtonY then
- if size >= 1 then
- size = size + 1
- elseif size >= 10 then
- size = size + 2
- elseif size >= 50 then
- size = size + 5
- elseif size >= 200 then
- size = size + 20
- elseif size < 1 then
- size = size * 2
- end
- pensize = size/5
- distance = 1*pensize
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.X,5*size,workspace.CurrentCamera.CFrame.Z)
- workspace.CurrentCamera.HeadScale = size
- elseif input.KeyCode == Enum.KeyCode.ButtonA then
- if size <= 1 then
- size = size / 2
- elseif size <= 10 then
- size = size - 1
- elseif size > 10 then
- size = size - 2
- end
- pensize = size/5
- distance = 1*pensize
- distance = 1*pensize
- workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
- workspace.CurrentCamera.CFrame = CFrame.new(workspace.CurrentCamera.CFrame.X,5*size,workspace.CurrentCamera.CFrame.Z)
- workspace.CurrentCamera.HeadScale = size
- elseif input.KeyCode == Enum.KeyCode.ButtonB then
- heighty = heighty + 1
- elseif input.KeyCode == Enum.KeyCode.ButtonX then
- heighty = heighty - 1
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 0 then
- if antispamright == false then
- laserrh.Transparency = 0.875
- local csc = remote:FireServer("chargeright")
- antispamright = true
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 0 then
- if antispamleft == false then
- laserlh.Transparency = 0.875
- local csc = remote:FireServer("chargeleft")
- antispamleft = true
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 3 then
- if false == false then
- local csc = remote
- local plr = owner
- local ray = Ray.new(rh.CFrame.p,(rh.CFrame.LookVector) * 1000)
- csc:FireServer("GrabRight",{workspace:FindPartOnRayWithIgnoreList(ray, {rh,rhh,laserrh,laserlh,workspace:FindFirstChild(owner.Name.."-RightHand")})})
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 3 then
- if false == false then
- local csc = remote
- local plr = owner
- local ray = Ray.new(lh.CFrame.p,(lh.CFrame.LookVector) * 1000)
- csc:FireServer("GrabLeft",{workspace:FindPartOnRayWithIgnoreList(ray, {lh,lhh,laserrh,laserlh,workspace:FindFirstChild(owner.Name.."-LeftHand")})})
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 8 then
- local hit = (rh.CFrame * CFrame.new(0,0,-0.8*size)).p
- lastpart = hit
- drawing = true
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 4 then
- local ray = Ray.new(lh.CFrame.p,(lh.CFrame.LookVector) * 1000)
- local target = workspace:FindPartOnRayWithIgnoreList(ray, {lh,lhh,laserrh,laserlh,workspace:FindFirstChild(owner.Name.."-RightHand")})
- if isValid(target) then
- lastposL = target.Position
- currentcfL = lh.CFrame:toObjectSpace(target.CFrame)
- currentpartL = target
- remote:FireServer("anchor",currentpartL)
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 4 then
- local ray = Ray.new(rh.CFrame.p,(rh.CFrame.LookVector) * 1000)
- local target = workspace:FindPartOnRayWithIgnoreList(ray, {rh,rhh,laserrh,laserlh,workspace:FindFirstChild(owner.Name.."-RightHand")})
- if isValid(target) then
- lastposR = target.Position
- currentcfR = rh.CFrame:toObjectSpace(target.CFrame)
- currentpartR = target
- remote:FireServer("anchor",currentpartR)
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 5 then
- remote:FireServer("SpawnL")
- npL = true
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 5 then
- remote:FireServer("SpawnR")
- npR = true
- elseif input.KeyCode == Enum.KeyCode.ButtonL1 then
- if antispamleft == false and antispamright == false then
- --grip left
- mode = mode - 1
- if mode < 0 then
- mode = maxmodes
- end
- changeMode()
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonR1 then
- if antispamleft == false and antispamright == false then
- --grip left
- mode = mode + 1
- if mode > maxmodes then
- mode = 0
- end
- changeMode()
- end
- end
- selec1.LineThickness = 0.0096 * size
- selec2.LineThickness = 0.0096 * size
- end)
- UserInputService.InputEnded:Connect(function(input, gameProcessed)
- if input.KeyCode == Enum.KeyCode.Thumbstick1 then
- moveX = 0
- moveY = 0
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 0 then
- if antispamright == true then
- local csc = remote
- local plr = owner
- local tool = script.Parent
- local ray = Ray.new(rh.CFrame.p,(rh.CFrame.LookVector*Vector3.new(-1,-1,-1)) * 1000)
- csc:FireServer("ShootRight",{ray,rh.CFrame})
- laserrh.Transparency = 1
- antispamright = false
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 0 then
- if antispamleft == true then
- local csc = remote
- local plr = owner
- local tool = script.Parent
- local ray = Ray.new(rh.CFrame.p,(rh.CFrame.LookVector*Vector3.new(-1,-1,-1)) * 1000)
- csc:FireServer("ShootLeft",{ray,lh.CFrame})
- laserlh.Transparency = 1
- antispamleft = false
- end
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 3 then
- remote:FireServer("UngrabRight")
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 3 then
- remote:FireServer("UngrabLeft")
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 4 then
- --currentpart.Velocity = Vector3.new(vel.X*(20*yeetstr),vel.Y*(20*yeetstr),vel.Z*(20*yeetstr))
- remote:FireServer("unanchor",{currentpartR,Vector3.new(velR.X*(20*yeetstr),velR.Y*(20*yeetstr),velR.Z*(20*yeetstr))})
- velR = Vector3.new(0,0,0)
- currentpartR = nil
- currentcfR = nil
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 4 then
- --currentpart.Velocity = Vector3.new(vel.X*(20*yeetstr),vel.Y*(20*yeetstr),vel.Z*(20*yeetstr))
- remote:FireServer("unanchor",{currentpartL,Vector3.new(velL.X*(20*yeetstr),velL.Y*(20*yeetstr),velL.Z*(20*yeetstr))})
- velL = Vector3.new(0,0,0)
- currentpartL = nil
- currentcfL = nil
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 8 then
- lastpart = nil
- drawing = false
- update()
- elseif input.KeyCode == Enum.KeyCode.ButtonL2 and mode == 5 then
- remote:FireServer("DropL")
- npL = false
- elseif input.KeyCode == Enum.KeyCode.ButtonR2 and mode == 5 then
- remote:FireServer("DropR")
- npR = false
- end
- end)
- function chat(mod,msg)
- wait(.2)
- updatechat(mod.Name..": "..msg)
- local bap = mod.Head:FindFirstChild('bap')
- if bap ~= nil then
- local textlabel = mod.Head.bap.TextLabel
- textlabel.Text = msg
- coroutine.resume(coroutine.create(function()
- wait(8)
- if textlabel.Text == msg then
- textlabel.Text = ""
- end
- end))
- else
- coroutine.resume(coroutine.create(function()
- local bill = Instance.new("BillboardGui",mod.Head)
- bill.Name = "bap"
- bill.LightInfluence = 0
- bill.Size = UDim2.new(10,0,4,0)
- bill.StudsOffset = Vector3.new(0,2,0)
- local textlabel = Instance.new("TextLabel",bill)
- textlabel.Size = UDim2.new(1,0,1,0)
- textlabel.BackgroundTransparency = 1
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.TextStrokeColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextStrokeTransparency = 0
- textlabel.Text = msg
- coroutine.resume(coroutine.create(function()
- wait(8)
- if textlabel.Text == msg then
- textlabel.Text = ""
- end
- end))
- end))
- end
- end
- for i,v in pairs(game:GetService("Players"):GetChildren()) do
- coroutine.resume(coroutine.create(function()
- v.Chatted:Connect(function(msg)
- chat(v.Character,msg)
- end)
- local bill = Instance.new("BillboardGui",v.Character.Head)
- bill.Name = "bap"
- bill.LightInfluence = 0
- bill.Size = UDim2.new(10,0,4,0)
- bill.StudsOffset = Vector3.new(0,2,0)
- local textlabel = Instance.new("TextLabel",bill)
- textlabel.Size = UDim2.new(1,0,1,0)
- textlabel.BackgroundTransparency = 1
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.TextStrokeColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextStrokeTransparency = 0
- textlabel.Text = ""
- end))
- end
- game:GetService("Players").PlayerAdded:Connect(function(plr)
- coroutine.resume(coroutine.create(function()
- plr.Chatted:Connect(function(msg)
- chat(plr.Character,msg)
- end)
- local bill = Instance.new("BillboardGui",plr.Character.Head)
- bill.Name = "bap"
- bill.LightInfluence = 0
- bill.Size = UDim2.new(10,0,4,0)
- bill.StudsOffset = Vector3.new(0,2,0)
- local textlabel = Instance.new("TextLabel",bill)
- textlabel.Size = UDim2.new(1,0,1,0)
- textlabel.BackgroundTransparency = 1
- textlabel.TextColor3 = Color3.fromRGB(255,255,255)
- textlabel.TextStrokeColor3 = Color3.fromRGB(0,0,0)
- textlabel.TextStrokeTransparency = 0
- textlabel.Text = ""
- end))
- end)
- local down = false
- coroutine.resume(coroutine.create(function()
- game:GetService("RunService").RenderStepped:connect(function()
- Partt.CFrame = (lh.CFrame * CFrame.new(0,-0.25*size,0)) * CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)
- Partt.Size = Vector3.new(0.668*size, 0.77*size, 0.05*size)
- local plr = owner
- --righthand
- local ray = Ray.new(rh.CFrame.p,(rh.CFrame.LookVector) * 1000)
- local cf = rh.CFrame
- local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {lh,lhh,rh,rhh}, false, true)
- local distance = ((cf.p - position)).magnitude
- laserrh.Size = Vector3.new((0.125*size)/4, (0.125*size)/4, distance)
- laserrh.CFrame = CFrame.new(cf.p, position) * CFrame.new(0, 0, -distance / 2)
- --lefthand
- local ray = Ray.new(lh.CFrame.p,(lh.CFrame.LookVector) * 1000)
- local cf = lh.CFrame
- local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {lh,lhh,rh,rhh}, false, true)
- local distance = ((cf.p - position)).magnitude
- laserlh.Size = Vector3.new((0.125*size)/4, (0.125*size)/4, distance)
- laserlh.CFrame = CFrame.new(cf.p, position) * CFrame.new(0, 0, -distance / 2)
- --
- local found = false
- if foldd ~= nil and region ~= nil then
- local tab = workspace:FindPartsInRegion3(region)
- for i,v in pairs(tab) do
- if ((v == lh or v == rh) and not found) then
- found = true
- if not down then
- down = true
- remote:FireServer("Press",{foldd.Button,downpos})
- break
- end
- end
- end
- if down and not found then
- down = false
- remote:FireServer("Unpress",{foldd.Button,uppos})
- end
- end
- end)
- end))
- coroutine.resume(coroutine.create(function()
- game:GetService("RunService").RenderStepped:connect(function()
- if npL == true then
- remote:FireServer("UpdateL")
- end
- if npR == true then
- remote:FireServer("UpdateR")
- end
- if currentpartL ~= nil and currentcfL ~= nil then
- currentpartL.CFrame = lh.CFrame * currentcfL
- remote:FireServer("updateLL",{currentpartL,currentpartL.CFrame})
- velL = Vector3.new(currentpartL.Position.X-lastposL.X,currentpartL.Position.Y-lastposL.Y,currentpartL.Position.Z-lastposL.Z)
- lastposL = currentpartL.Position
- end
- if currentpartR ~= nil and currentcfR ~= nil then
- currentpartR.CFrame = rh.CFrame * currentcfR
- remote:FireServer("updateRR",{currentpartR,currentpartR.CFrame})
- velR = Vector3.new(currentpartR.Position.X-lastposR.X,currentpartR.Position.Y-lastposR.Y,currentpartR.Position.Z-lastposR.Z)
- lastposR = currentpartR.Position
- end
- end)
- end))
- coroutine.resume(coroutine.create(function()
- game:GetService("RunService").RenderStepped:Connect(function()
- if drawing and (folder ~= nil and folder.Parent ~= nil) then
- if lastpart == nil then
- lastpart = (rh.CFrame * CFrame.new(0,0,-0.8*size)).p
- else
- local pos1 = lastpart
- local pos2 = (rh.CFrame * CFrame.new(0,0,-0.8*size)).p
- local pos3 = Vector3.new(math.abs(pos1.X-pos2.X),math.abs(pos1.Y-pos2.Y),math.abs(pos1.Z-pos2.Z))
- if pos3.X + pos3.Y + pos3.Z >= distance*1.35 then
- if lastline ~= nil then
- lastline:Destroy()
- end
- local lastpar = pos2
- drawLine(lastpart,lastpar)
- lastpart = lastpar
- else
- if lastline ~= nil then
- lastline:Destroy()
- end
- if lastpart2 == nil then
- lastpart2 = pos2
- else
- lastpart2 = pos2
- end
- lastline = drawLine(lastpart,lastpart2)
- end
- end
- elseif drawing and (folder == nil or folder.Parent == nil) then
- folder = Instance.new("Folder",workspace)
- folder.Name = "DrawStuff"
- else
- lastpart2 = nil
- lastline = nil
- end
- end)
- end))
- while wait(1) do
- if selec1.Adornee == nil then
- coroutine.resume(coroutine.create(function()
- wait(1)
- workspace:FindFirstChild(owner.Name.."-Head").Transparency = 1
- selec1.Adornee = workspace:FindFirstChild(owner.Name.."-LeftHand")
- selec2.Adornee = workspace:FindFirstChild(owner.Name.."-RightHand")
- workspace:FindFirstChild(owner.Name.."-LeftHand").Transparency = 1
- workspace:FindFirstChild(owner.Name.."-RightHand").Transparency = 1
- end))
- end
- end
Add Comment
Please, Sign In to add comment