Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Shotgun M3 MADE BY vlad20020")
- if game:GetService("RunService"):IsClient() then error("yo weeb run it as served-sided script ok?") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- do
- local rp = RealPlayer
- script.Parent = rp.Character
- --RemoteEvent for communicating
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- --Fake event to make stuff like Mouse.KeyDown work
- local function fakeEvent()
- local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
- t.connect = t.Connect
- return t
- end
- --Creating fake input objects with fake variables
- local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function te(self,ev,...)
- local t = m[ev]
- if t and t._fakeEvent then
- for _,f in pairs(t.Functions) do
- f(...)
- end
- end
- end
- m.TrigEvent = te
- UIS.TrigEvent = te
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=rp then return end
- m.Target = io.Target
- m.Hit = io.Hit
- if not io.isMouse then
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return m:TrigEvent(b and "Button1Down" or "Button1Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[
- local Player = game:GetService("Players").LocalPlayer
- local Event = script:WaitForChild("UserInput_Event")
- local Mouse = Player:GetMouse()
- local UIS = game:GetService("UserInputService")
- local input = function(io,a)
- if a then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local h,t
- --Give the server mouse data 30 times every second, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- while wait(1/30) do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- end]==],Player.Character)
- ----Sandboxed game object that allows the usage of client-side methods and services
- --Real game object
- local _rg = game
- --Metatable for fake service
- local fsmt = {
- __index = function(self,k)
- local s = rawget(self,"_RealService")
- if s then return s[k] end
- end,
- __newindex = function(self,k,v)
- local s = rawget(self,"_RealService")
- if s then s[k]=v end
- end,
- __call = function(self,...)
- local s = rawget(self,"_RealService")
- if s then return s(...) end
- end
- }
- local function FakeService(t,RealService)
- t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
- return setmetatable(t,fsmt)
- end
- --Fake game object
- local g = {
- GetService = function(self,s)
- return self[s]
- end,
- Players = FakeService({
- LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
- },"Players"),
- UserInputService = FakeService(UIS,"UserInputService"),
- ContextActionService = FakeService(CAS,"ContextActionService"),
- }
- rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
- g.service = g.GetService
- g.RunService = FakeService({
- RenderStepped = _rg:GetService("RunService").Heartbeat,
- BindToRenderStep = function(self,name,_,fun)
- self._btrs[name] = self.Heartbeat:Connect(fun)
- end,
- UnbindFromRenderStep = function(self,name)
- self._btrs[name]:Disconnect()
- end,
- },"RunService")
- setmetatable(g,{
- __index=function(self,s)
- return _rg:GetService(s) or typeof(_rg[s])=="function"
- and function(_,...)return _rg[s](_rg,...)end or _rg[s]
- end,
- __newindex = fsmt.__newindex,
- __call = fsmt.__call
- })
- --Changing owner to fake player object to support owner:GetMouse()
- game,owner = g,g.Players.LocalPlayer
- end
- local plr = game:GetService("Players").LocalPlayer
- local plrg = plr.PlayerGui
- local mouse = plr:GetMouse()
- local char = plr.Character
- local h = char.Head
- local t = char.Torso
- local ra = char["Right Arm"]
- local la = char["Left Arm"]
- local rl = char["Right Leg"]
- local ll = char["Left Leg"]
- local rs = t["Right Shoulder"]
- local ls = t["Left Shoulder"]
- local rh = t["Right Hip"]
- local lh = t["Left Hip"]
- local nec = t.Neck
- local rad = math.rad
- local huge = math.huge
- local using = false
- local rut = char.HumanoidRootPart
- local rutj = rut.RootJoint
- local hum = char:FindFirstChildOfClass("Humanoid")
- local tweens = game.TweenService
- --- ---
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Part1 = Instance.new("Part")
- CFrameValue2 = Instance.new("CFrameValue")
- Weld3 = Instance.new("Weld")
- Part4 = Instance.new("Part")
- Part5 = Instance.new("Part")
- CFrameValue6 = Instance.new("CFrameValue")
- Weld7 = Instance.new("Weld")
- Part8 = Instance.new("Part")
- CFrameValue9 = Instance.new("CFrameValue")
- Weld10 = Instance.new("Weld")
- Part11 = Instance.new("Part")
- CFrameValue12 = Instance.new("CFrameValue")
- Weld13 = Instance.new("Weld")
- Part14 = Instance.new("Part")
- CFrameValue15 = Instance.new("CFrameValue")
- Weld16 = Instance.new("Weld")
- Part17 = Instance.new("Part")
- CFrameValue18 = Instance.new("CFrameValue")
- Weld19 = Instance.new("Weld")
- Part20 = Instance.new("Part")
- CFrameValue21 = Instance.new("CFrameValue")
- Weld22 = Instance.new("Weld")
- Part23 = Instance.new("Part")
- CFrameValue24 = Instance.new("CFrameValue")
- Weld25 = Instance.new("Weld")
- Part26 = Instance.new("Part")
- CFrameValue27 = Instance.new("CFrameValue")
- Weld28 = Instance.new("Weld")
- Part29 = Instance.new("Part")
- CFrameValue30 = Instance.new("CFrameValue")
- Weld31 = Instance.new("Weld")
- Part32 = Instance.new("Part")
- CFrameValue33 = Instance.new("CFrameValue")
- Weld34 = Instance.new("Weld")
- Part35 = Instance.new("Part")
- CFrameValue36 = Instance.new("CFrameValue")
- Weld37 = Instance.new("Weld")
- Part38 = Instance.new("Part")
- CFrameValue39 = Instance.new("CFrameValue")
- Weld40 = Instance.new("Weld")
- Part41 = Instance.new("Part")
- CFrameValue42 = Instance.new("CFrameValue")
- Weld43 = Instance.new("Weld")
- Part44 = Instance.new("Part")
- CFrameValue45 = Instance.new("CFrameValue")
- Weld46 = Instance.new("Weld")
- Part47 = Instance.new("Part")
- CFrameValue48 = Instance.new("CFrameValue")
- Weld49 = Instance.new("Weld")
- Part50 = Instance.new("Part")
- CFrameValue51 = Instance.new("CFrameValue")
- Weld52 = Instance.new("Weld")
- Part53 = Instance.new("Part")
- CFrameValue54 = Instance.new("CFrameValue")
- Weld55 = Instance.new("Weld")
- Part56 = Instance.new("Part")
- CFrameValue57 = Instance.new("CFrameValue")
- Weld58 = Instance.new("Weld")
- Part59 = Instance.new("Part")
- CFrameValue60 = Instance.new("CFrameValue")
- Weld61 = Instance.new("Weld")
- Part62 = Instance.new("Part")
- CFrameValue63 = Instance.new("CFrameValue")
- Weld64 = Instance.new("Weld")
- Part65 = Instance.new("Part")
- CFrameValue66 = Instance.new("CFrameValue")
- Weld67 = Instance.new("Weld")
- Part68 = Instance.new("Part")
- CFrameValue69 = Instance.new("CFrameValue")
- Weld70 = Instance.new("Weld")
- Part71 = Instance.new("Part")
- CFrameValue72 = Instance.new("CFrameValue")
- Weld73 = Instance.new("Weld")
- Part74 = Instance.new("Part")
- CFrameValue75 = Instance.new("CFrameValue")
- Weld76 = Instance.new("Weld")
- Part77 = Instance.new("Part")
- CFrameValue78 = Instance.new("CFrameValue")
- Weld79 = Instance.new("Weld")
- Part80 = Instance.new("Part")
- CFrameValue81 = Instance.new("CFrameValue")
- Weld82 = Instance.new("Weld")
- Part83 = Instance.new("Part")
- CFrameValue84 = Instance.new("CFrameValue")
- Weld85 = Instance.new("Weld")
- Part86 = Instance.new("Part")
- CFrameValue87 = Instance.new("CFrameValue")
- Weld88 = Instance.new("Weld")
- Part89 = Instance.new("Part")
- CFrameValue90 = Instance.new("CFrameValue")
- Weld91 = Instance.new("Weld")
- Part92 = Instance.new("Part")
- CFrameValue93 = Instance.new("CFrameValue")
- Weld94 = Instance.new("Weld")
- Part95 = Instance.new("Part")
- CFrameValue96 = Instance.new("CFrameValue")
- Weld97 = Instance.new("Weld")
- Part98 = Instance.new("Part")
- CFrameValue99 = Instance.new("CFrameValue")
- Weld100 = Instance.new("Weld")
- Part101 = Instance.new("Part")
- CFrameValue102 = Instance.new("CFrameValue")
- Weld103 = Instance.new("Weld")
- Part104 = Instance.new("Part")
- CFrameValue105 = Instance.new("CFrameValue")
- Weld106 = Instance.new("Weld")
- Part107 = Instance.new("Part")
- CFrameValue108 = Instance.new("CFrameValue")
- Weld109 = Instance.new("Weld")
- Part110 = Instance.new("Part")
- CFrameValue111 = Instance.new("CFrameValue")
- Weld112 = Instance.new("Weld")
- Part113 = Instance.new("Part")
- CFrameValue114 = Instance.new("CFrameValue")
- Weld115 = Instance.new("Weld")
- Part116 = Instance.new("Part")
- CFrameValue117 = Instance.new("CFrameValue")
- Weld118 = Instance.new("Weld")
- Part119 = Instance.new("Part")
- CFrameValue120 = Instance.new("CFrameValue")
- Weld121 = Instance.new("Weld")
- Part122 = Instance.new("Part")
- CFrameValue123 = Instance.new("CFrameValue")
- Weld124 = Instance.new("Weld")
- Part125 = Instance.new("Part")
- CFrameValue126 = Instance.new("CFrameValue")
- Weld127 = Instance.new("Weld")
- Part128 = Instance.new("Part")
- CFrameValue129 = Instance.new("CFrameValue")
- Weld130 = Instance.new("Weld")
- Part131 = Instance.new("Part")
- CFrameValue132 = Instance.new("CFrameValue")
- Weld133 = Instance.new("Weld")
- Part134 = Instance.new("Part")
- CFrameValue135 = Instance.new("CFrameValue")
- Weld136 = Instance.new("Weld")
- Part137 = Instance.new("Part")
- CFrameValue138 = Instance.new("CFrameValue")
- Weld139 = Instance.new("Weld")
- Part140 = Instance.new("Part")
- CFrameValue141 = Instance.new("CFrameValue")
- Weld142 = Instance.new("Weld")
- Part143 = Instance.new("Part")
- CFrameValue144 = Instance.new("CFrameValue")
- Weld145 = Instance.new("Weld")
- Part146 = Instance.new("Part")
- CFrameValue147 = Instance.new("CFrameValue")
- Weld148 = Instance.new("Weld")
- Part149 = Instance.new("Part")
- CFrameValue150 = Instance.new("CFrameValue")
- Weld151 = Instance.new("Weld")
- Part152 = Instance.new("Part")
- CFrameValue153 = Instance.new("CFrameValue")
- Weld154 = Instance.new("Weld")
- Part155 = Instance.new("Part")
- CFrameValue156 = Instance.new("CFrameValue")
- Weld157 = Instance.new("Weld")
- Part158 = Instance.new("Part")
- CFrameValue159 = Instance.new("CFrameValue")
- Weld160 = Instance.new("Weld")
- Part161 = Instance.new("Part")
- CFrameValue162 = Instance.new("CFrameValue")
- Weld163 = Instance.new("Weld")
- Part164 = Instance.new("Part")
- CFrameValue165 = Instance.new("CFrameValue")
- Weld166 = Instance.new("Weld")
- Part167 = Instance.new("Part")
- CFrameValue168 = Instance.new("CFrameValue")
- Weld169 = Instance.new("Weld")
- Part170 = Instance.new("Part")
- CFrameValue171 = Instance.new("CFrameValue")
- Weld172 = Instance.new("Weld")
- Part173 = Instance.new("Part")
- CFrameValue174 = Instance.new("CFrameValue")
- Weld175 = Instance.new("Weld")
- Part176 = Instance.new("Part")
- CFrameValue177 = Instance.new("CFrameValue")
- Weld178 = Instance.new("Weld")
- Part179 = Instance.new("Part")
- CFrameValue180 = Instance.new("CFrameValue")
- Weld181 = Instance.new("Weld")
- Part182 = Instance.new("Part")
- CFrameValue183 = Instance.new("CFrameValue")
- Weld184 = Instance.new("Weld")
- Part185 = Instance.new("Part")
- CFrameValue186 = Instance.new("CFrameValue")
- Weld187 = Instance.new("Weld")
- Part188 = Instance.new("Part")
- CFrameValue189 = Instance.new("CFrameValue")
- Weld190 = Instance.new("Weld")
- Part191 = Instance.new("Part")
- CFrameValue192 = Instance.new("CFrameValue")
- Weld193 = Instance.new("Weld")
- Part194 = Instance.new("Part")
- CFrameValue195 = Instance.new("CFrameValue")
- Weld196 = Instance.new("Weld")
- Model0.Name = "Shotgun M3"
- Model0.Parent = mas
- Part1.Name = "part"
- Part1.Parent = Model0
- Part1.CFrame = CFrame.new(-183.41333, 819.86084, -94.8275146, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part1.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part1.Position = Vector3.new(-183.41333, 819.86084, -94.8275146)
- Part1.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part1.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part1.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
- Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part1.CanCollide = false
- Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part1.Locked = true
- Part1.Material = Enum.Material.SmoothPlastic
- Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue2.Name = "qRelativeCFrameWeldValue"
- CFrameValue2.Parent = Part1
- CFrameValue2.Value = CFrame.new(-1.20199585, -0.197404861, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld3.Name = "qCFrameWeldThingy"
- Weld3.Parent = Part1
- Weld3.C1 = CFrame.new(-0.88005811, -0.144532725, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld3.Part0 = Part4
- Weld3.Part1 = Part1
- Weld3.part1 = Part1
- Part4.Name = "part"
- Part4.Parent = Model0
- Part4.CFrame = CFrame.new(-183.414413, 819.716003, -95.7075195, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part4.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part4.Position = Vector3.new(-183.414413, 819.716003, -95.7075195)
- Part4.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part4.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part4.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
- Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part4.CanCollide = false
- Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part4.Locked = true
- Part4.Material = Enum.Material.SmoothPlastic
- Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Part5.Name = "part"
- Part5.Parent = Model0
- Part5.CFrame = CFrame.new(-183.414352, 819.568726, -94.9032059, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part5.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part5.Position = Vector3.new(-183.414352, 819.568726, -94.9032059)
- Part5.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part5.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part5.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
- Part5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part5.CanCollide = false
- Part5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part5.Locked = true
- Part5.Material = Enum.Material.SmoothPlastic
- Part5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue6.Name = "qRelativeCFrameWeldValue"
- CFrameValue6.Parent = Part5
- CFrameValue6.Value = CFrame.new(-1.09846497, 0.201572418, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld7.Name = "qCFrameWeldThingy"
- Weld7.Parent = Part5
- Weld7.C1 = CFrame.new(-0.804256439, 0.147584066, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld7.Part0 = Part4
- Weld7.Part1 = Part5
- Weld7.part1 = Part5
- Part8.Name = "part"
- Part8.Parent = Model0
- Part8.CFrame = CFrame.new(-183.414078, 819.567932, -95.0470276, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part8.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part8.Position = Vector3.new(-183.414078, 819.567932, -95.0470276)
- Part8.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part8.Color = Color3.new(0.466667, 0.466667, 0.466667)
- Part8.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part8.CanCollide = false
- Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part8.Locked = true
- Part8.Material = Enum.Material.SmoothPlastic
- Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue9.Name = "qRelativeCFrameWeldValue"
- CFrameValue9.Parent = Part8
- CFrameValue9.Value = CFrame.new(-0.902038574, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld10.Name = "qCFrameWeldThingy"
- Weld10.Parent = Part8
- Weld10.C1 = CFrame.new(-0.660440147, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld10.Part0 = Part4
- Weld10.Part1 = Part8
- Weld10.part1 = Part8
- Part11.Name = "part"
- Part11.Parent = Model0
- Part11.CFrame = CFrame.new(-183.414307, 819.714905, -95.4889832, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part11.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part11.Position = Vector3.new(-183.414307, 819.714905, -95.4889832)
- Part11.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part11.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part11.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
- Part11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part11.CanCollide = false
- Part11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part11.Locked = true
- Part11.Material = Enum.Material.SmoothPlastic
- Part11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue12.Name = "qRelativeCFrameWeldValue"
- CFrameValue12.Parent = Part11
- CFrameValue12.Value = CFrame.new(-0.298477173, 0.00157165527, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld13.Name = "qCFrameWeldThingy"
- Weld13.Parent = Part11
- Weld13.C1 = CFrame.new(-0.218534216, 0.00115070934, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld13.Part0 = Part4
- Weld13.Part1 = Part11
- Weld13.part1 = Part11
- Part14.Name = "part"
- Part14.Parent = Model0
- Part14.CFrame = CFrame.new(-183.413528, 820.006775, -95.1917038, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part14.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part14.Position = Vector3.new(-183.413528, 820.006775, -95.1917038)
- Part14.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part14.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part14.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part14.CanCollide = false
- Part14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part14.Locked = true
- Part14.Material = Enum.Material.SmoothPlastic
- Part14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue15.Name = "qRelativeCFrameWeldValue"
- CFrameValue15.Parent = Part14
- CFrameValue15.Value = CFrame.new(-0.704650879, -0.396873474, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld16.Name = "qCFrameWeldThingy"
- Weld16.Parent = Part14
- Weld16.C1 = CFrame.new(-0.515919983, -0.290576458, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld16.Part0 = Part4
- Weld16.Part1 = Part14
- Weld16.part1 = Part14
- Part17.Name = "Shot"
- Part17.Parent = Model0
- Part17.CFrame = CFrame.new(-183.413956, 820.00647, -96.0702896, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part17.Orientation = Vector3.new(0, 0, 0)
- Part17.Position = Vector3.new(-183.413956, 820.00647, -96.0702896)
- Part17.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part17.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part17.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part17.Anchored = true
- Part17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part17.CanCollide = false
- Part17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part17.Locked = true
- Part17.Material = Enum.Material.SmoothPlastic
- Part17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Weld19.Name = "qCFrameWeldThingy"
- Weld19.Parent = Part17
- Weld19.C1 = CFrame.new(0.362663358, -0.290576458, 0)
- Weld19.Part0 = Part4
- Weld19.Part1 = Part17
- Weld19.part1 = Part17
- Part20.Name = "part"
- Part20.Parent = Model0
- Part20.CFrame = CFrame.new(-183.413544, 819.27594, -92.6307983, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part20.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part20.Position = Vector3.new(-183.413544, 819.27594, -92.6307983)
- Part20.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part20.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part20.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
- Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part20.CanCollide = false
- Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part20.Locked = true
- Part20.Material = Enum.Material.SmoothPlastic
- Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue21.Name = "qRelativeCFrameWeldValue"
- CFrameValue21.Parent = Part20
- CFrameValue21.Value = CFrame.new(-4.20201111, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld22.Name = "qCFrameWeldThingy"
- Weld22.Parent = Part20
- Weld22.C1 = CFrame.new(-3.07656121, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld22.Part0 = Part4
- Weld22.Part1 = Part20
- Weld22.part1 = Part20
- Part23.Name = "part"
- Part23.Parent = Model0
- Part23.CFrame = CFrame.new(-183.413773, 820.008301, -95.707016, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part23.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part23.Position = Vector3.new(-183.413773, 820.008301, -95.707016)
- Part23.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part23.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part23.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
- Part23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part23.CanCollide = false
- Part23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part23.Locked = true
- Part23.Material = Enum.Material.SmoothPlastic
- Part23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue24.Name = "qRelativeCFrameWeldValue"
- CFrameValue24.Parent = Part23
- CFrameValue24.Value = CFrame.new(-0.000839233398, -0.399208069, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld25.Name = "qCFrameWeldThingy"
- Weld25.Parent = Part23
- Weld25.C1 = CFrame.new(-0.000614456483, -0.29228577, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld25.Part0 = Part4
- Weld25.Part1 = Part23
- Weld25.part1 = Part23
- Part26.Name = "part"
- Part26.Parent = Model0
- Part26.CFrame = CFrame.new(-183.414032, 819.421631, -93.5812378, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part26.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part26.Position = Vector3.new(-183.414032, 819.421631, -93.5812378)
- Part26.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part26.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part26.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part26.CanCollide = false
- Part26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part26.Locked = true
- Part26.Material = Enum.Material.SmoothPlastic
- Part26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue27.Name = "qRelativeCFrameWeldValue"
- CFrameValue27.Parent = Part26
- CFrameValue27.Value = CFrame.new(-2.90396118, 0.403146744, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld28.Name = "qCFrameWeldThingy"
- Weld28.Parent = Part26
- Weld28.C1 = CFrame.new(-2.12617564, 0.295169532, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld28.Part0 = Part4
- Weld28.Part1 = Part26
- Weld28.part1 = Part26
- Part29.Name = "part"
- Part29.Parent = Model0
- Part29.CFrame = CFrame.new(-183.414001, 819.275574, -93.5826263, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part29.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part29.Position = Vector3.new(-183.414001, 819.275574, -93.5826263)
- Part29.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part29.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part29.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
- Part29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part29.CanCollide = false
- Part29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part29.Locked = true
- Part29.Material = Enum.Material.SmoothPlastic
- Part29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue30.Name = "qRelativeCFrameWeldValue"
- CFrameValue30.Parent = Part29
- CFrameValue30.Value = CFrame.new(-2.9019928, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld31.Name = "qCFrameWeldThingy"
- Weld31.Parent = Part29
- Weld31.C1 = CFrame.new(-2.1247344, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld31.Part0 = Part4
- Weld31.Part1 = Part29
- Weld31.part1 = Part29
- Part32.Name = "part"
- Part32.Parent = Model0
- Part32.CFrame = CFrame.new(-183.414169, 819.715027, -95.1961212, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part32.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part32.Position = Vector3.new(-183.414169, 819.715027, -95.1961212)
- Part32.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part32.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part32.Size = Vector3.new(0.146432787, 0.439298391, 0.146432787)
- Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part32.CanCollide = false
- Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part32.Locked = true
- Part32.Material = Enum.Material.SmoothPlastic
- Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue33.Name = "qRelativeCFrameWeldValue"
- CFrameValue33.Parent = Part32
- CFrameValue33.Value = CFrame.new(-0.698471069, 0.00157165527, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld34.Name = "qCFrameWeldThingy"
- Weld34.Parent = Part32
- Weld34.C1 = CFrame.new(-0.511395335, 0.00115070934, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld34.Part0 = Part4
- Weld34.Part1 = Part32
- Weld34.part1 = Part32
- Part35.Name = "part"
- Part35.Parent = Model0
- Part35.CFrame = CFrame.new(-183.412537, 820.007629, -93.8757401, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part35.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part35.Position = Vector3.new(-183.412537, 820.007629, -93.8757401)
- Part35.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part35.Color = Color3.new(0.466667, 0.466667, 0.466667)
- Part35.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part35.CanCollide = false
- Part35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part35.Locked = true
- Part35.Material = Enum.Material.SmoothPlastic
- Part35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue36.Name = "qRelativeCFrameWeldValue"
- CFrameValue36.Parent = Part35
- CFrameValue36.Value = CFrame.new(-2.50201416, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld37.Name = "qCFrameWeldThingy"
- Weld37.Parent = Part35
- Weld37.C1 = CFrame.new(-1.83188462, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld37.Part0 = Part4
- Weld37.Part1 = Part35
- Weld37.part1 = Part35
- Part38.Name = "part"
- Part38.Parent = Model0
- Part38.CFrame = CFrame.new(-183.41275, 819.715088, -92.9970474, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part38.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part38.Position = Vector3.new(-183.41275, 819.715088, -92.9970474)
- Part38.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part38.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part38.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part38.CanCollide = false
- Part38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part38.Locked = true
- Part38.Material = Enum.Material.SmoothPlastic
- Part38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue39.Name = "qRelativeCFrameWeldValue"
- CFrameValue39.Parent = Part38
- CFrameValue39.Value = CFrame.new(-3.70199585, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld40.Name = "qCFrameWeldThingy"
- Weld40.Parent = Part38
- Weld40.C1 = CFrame.new(-2.71046805, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld40.Part0 = Part4
- Weld40.Part1 = Part38
- Weld40.part1 = Part38
- Part41.Name = "part"
- Part41.Parent = Model0
- Part41.CFrame = CFrame.new(-183.413284, 819.714722, -94.0952835, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part41.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part41.Position = Vector3.new(-183.413284, 819.714722, -94.0952835)
- Part41.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part41.Color = Color3.new(0.466667, 0.466667, 0.466667)
- Part41.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
- Part41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part41.CanCollide = false
- Part41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part41.Locked = true
- Part41.Material = Enum.Material.SmoothPlastic
- Part41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue42.Name = "qRelativeCFrameWeldValue"
- CFrameValue42.Parent = Part41
- CFrameValue42.Value = CFrame.new(-2.20201111, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld43.Name = "qCFrameWeldThingy"
- Weld43.Parent = Part41
- Weld43.C1 = CFrame.new(-1.61223328, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld43.Part0 = Part4
- Weld43.Part1 = Part41
- Weld43.part1 = Part41
- Part44.Name = "part"
- Part44.Parent = Model0
- Part44.CFrame = CFrame.new(-183.413208, 819.716309, -93.2175446, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part44.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part44.Position = Vector3.new(-183.413208, 819.716309, -93.2175446)
- Part44.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part44.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part44.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
- Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part44.CanCollide = false
- Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part44.Locked = true
- Part44.Material = Enum.Material.SmoothPlastic
- Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue45.Name = "qRelativeCFrameWeldValue"
- CFrameValue45.Parent = Part44
- CFrameValue45.Value = CFrame.new(-3.40084839, 0.000793457031, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld46.Name = "qCFrameWeldThingy"
- Weld46.Parent = Part44
- Weld46.C1 = CFrame.new(-2.48997855, 0.000580940628, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld46.Part0 = Part4
- Weld46.Part1 = Part44
- Weld46.part1 = Part44
- Part47.Name = "part"
- Part47.Parent = Model0
- Part47.CFrame = CFrame.new(-183.412186, 820.007935, -93.1435928, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part47.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part47.Position = Vector3.new(-183.412186, 820.007935, -93.1435928)
- Part47.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part47.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part47.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part47.CanCollide = false
- Part47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part47.Locked = true
- Part47.Material = Enum.Material.SmoothPlastic
- Part47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue48.Name = "qRelativeCFrameWeldValue"
- CFrameValue48.Parent = Part47
- CFrameValue48.Value = CFrame.new(-3.5019989, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld49.Name = "qCFrameWeldThingy"
- Weld49.Parent = Part47
- Weld49.C1 = CFrame.new(-2.56403732, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld49.Part0 = Part4
- Weld49.Part1 = Part47
- Weld49.part1 = Part47
- Part50.Name = "part"
- Part50.Parent = Model0
- Part50.CFrame = CFrame.new(-183.412323, 820.007813, -93.4364471, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part50.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part50.Position = Vector3.new(-183.412323, 820.007813, -93.4364471)
- Part50.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part50.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part50.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part50.CanCollide = false
- Part50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part50.Locked = true
- Part50.Material = Enum.Material.SmoothPlastic
- Part50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue51.Name = "qRelativeCFrameWeldValue"
- CFrameValue51.Parent = Part50
- CFrameValue51.Value = CFrame.new(-3.102005, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld52.Name = "qCFrameWeldThingy"
- Weld52.Parent = Part50
- Weld52.C1 = CFrame.new(-2.27117634, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld52.Part0 = Part4
- Weld52.Part1 = Part50
- Weld52.part1 = Part50
- Part53.Name = "part"
- Part53.Parent = Model0
- Part53.CFrame = CFrame.new(-183.413452, 819.862366, -94.3890533, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part53.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part53.Position = Vector3.new(-183.413452, 819.862366, -94.3890533)
- Part53.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part53.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part53.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
- Part53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part53.CanCollide = false
- Part53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part53.Locked = true
- Part53.Material = Enum.Material.SmoothPlastic
- Part53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue54.Name = "qRelativeCFrameWeldValue"
- CFrameValue54.Parent = Part53
- CFrameValue54.Value = CFrame.new(-1.80085754, -0.199207306, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld55.Name = "qCFrameWeldThingy"
- Weld55.Parent = Part53
- Weld55.C1 = CFrame.new(-1.31852293, -0.145852417, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld55.Part0 = Part4
- Weld55.Part1 = Part53
- Weld55.part1 = Part53
- Part56.Name = "part"
- Part56.Parent = Model0
- Part56.CFrame = CFrame.new(-183.413925, 819.714661, -94.6824722, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part56.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part56.Position = Vector3.new(-183.413925, 819.714661, -94.6824722)
- Part56.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part56.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part56.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
- Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part56.CanCollide = false
- Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part56.Locked = true
- Part56.Material = Enum.Material.SmoothPlastic
- Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue57.Name = "qRelativeCFrameWeldValue"
- CFrameValue57.Parent = Part56
- CFrameValue57.Value = CFrame.new(-1.40002441, 0.00234985352, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld58.Name = "qCFrameWeldThingy"
- Weld58.Parent = Part56
- Weld58.C1 = CFrame.new(-1.02504742, 0.00172047806, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld58.Part0 = Part4
- Weld58.Part1 = Part56
- Weld58.part1 = Part56
- Part59.Name = "part"
- Part59.Parent = Model0
- Part59.CFrame = CFrame.new(-183.412857, 819.568848, -92.5577087, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part59.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part59.Position = Vector3.new(-183.412857, 819.568848, -92.5577087)
- Part59.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part59.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part59.Size = Vector3.new(0.732163966, 0.146432787, 0.146432787)
- Part59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part59.CanCollide = false
- Part59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part59.Locked = true
- Part59.Material = Enum.Material.SmoothPlastic
- Part59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue60.Name = "qRelativeCFrameWeldValue"
- CFrameValue60.Parent = Part59
- CFrameValue60.Value = CFrame.new(-4.30198669, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld61.Name = "qCFrameWeldThingy"
- Weld61.Parent = Part59
- Weld61.C1 = CFrame.new(-3.14975977, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld61.Part0 = Part4
- Weld61.Part1 = Part59
- Weld61.part1 = Part59
- Part62.Name = "part"
- Part62.Parent = Model0
- Part62.CFrame = CFrame.new(-183.412476, 820.00769, -93.7293091, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part62.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part62.Position = Vector3.new(-183.412476, 820.00769, -93.7293091)
- Part62.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part62.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part62.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part62.CanCollide = false
- Part62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part62.Locked = true
- Part62.Material = Enum.Material.SmoothPlastic
- Part62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue63.Name = "qRelativeCFrameWeldValue"
- CFrameValue63.Parent = Part62
- CFrameValue63.Value = CFrame.new(-2.70201111, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld64.Name = "qCFrameWeldThingy"
- Weld64.Parent = Part62
- Weld64.C1 = CFrame.new(-1.97831523, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld64.Part0 = Part4
- Weld64.Part1 = Part62
- Weld64.part1 = Part62
- Part65.Name = "part"
- Part65.Parent = Model0
- Part65.CFrame = CFrame.new(-183.414093, 819.860168, -95.7041321, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part65.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part65.Position = Vector3.new(-183.414093, 819.860168, -95.7041321)
- Part65.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part65.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part65.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
- Part65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part65.CanCollide = false
- Part65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part65.Locked = true
- Part65.Material = Enum.Material.SmoothPlastic
- Part65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue66.Name = "qRelativeCFrameWeldValue"
- CFrameValue66.Parent = Part65
- CFrameValue66.Value = CFrame.new(-0.00469970703, -0.196872711, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld67.Name = "qCFrameWeldThingy"
- Weld67.Parent = Part65
- Weld67.C1 = CFrame.new(-0.00344095612, -0.144143105, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld67.Part0 = Part4
- Weld67.Part1 = Part65
- Weld67.part1 = Part65
- Part68.Name = "part"
- Part68.Parent = Model0
- Part68.CFrame = CFrame.new(-183.413193, 819.422363, -92.5576553, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part68.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part68.Position = Vector3.new(-183.413193, 819.422363, -92.5576553)
- Part68.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part68.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part68.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part68.CanCollide = false
- Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part68.Locked = true
- Part68.Material = Enum.Material.SmoothPlastic
- Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue69.Name = "qRelativeCFrameWeldValue"
- CFrameValue69.Parent = Part68
- CFrameValue69.Value = CFrame.new(-4.30198669, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld70.Name = "qCFrameWeldThingy"
- Weld70.Parent = Part68
- Weld70.C1 = CFrame.new(-3.14975977, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld70.Part0 = Part4
- Weld70.Part1 = Part68
- Weld70.part1 = Part68
- Part71.Name = "part"
- Part71.Parent = Model0
- Part71.CFrame = CFrame.new(-183.413895, 819.714233, -95.3399429, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part71.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part71.Position = Vector3.new(-183.413895, 819.714233, -95.3399429)
- Part71.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part71.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part71.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part71.CanCollide = false
- Part71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part71.Locked = true
- Part71.Material = Enum.Material.SmoothPlastic
- Part71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue72.Name = "qRelativeCFrameWeldValue"
- CFrameValue72.Parent = Part71
- CFrameValue72.Value = CFrame.new(-0.502044678, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld73.Name = "qCFrameWeldThingy"
- Weld73.Parent = Part71
- Weld73.C1 = CFrame.new(-0.367579013, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld73.Part0 = Part4
- Weld73.Part1 = Part71
- Weld73.part1 = Part71
- Part74.Name = "Handle"
- Part74.Parent = Model0
- Part74.CFrame = CFrame.new(-183.413467, 819.640747, -93.4337311, 0.999997437, 0.00219730916, 0.00048738718, -0.00219748775, 0.999997735, 0.00036569807, -0.000486552832, -0.000366768101, 1)
- Part74.Orientation = Vector3.new(-0.0199999996, 0.0299999993, -0.129999995)
- Part74.Position = Vector3.new(-183.413467, 819.640747, -93.4337311)
- Part74.Rotation = Vector3.new(-0.0199999996, 0.0299999993, -0.129999995)
- Part74.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part74.Size = Vector3.new(0.146432817, 0.292865574, 0.146432787)
- Part74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part74.CanCollide = false
- Part74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part74.Locked = true
- Part74.Material = Enum.Material.SmoothPlastic
- Part74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue75.Name = "qRelativeCFrameWeldValue"
- CFrameValue75.Parent = Part74
- CFrameValue75.Value = CFrame.new(0, 0.103916168, -3.10552979, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- Weld76.Name = "qCFrameWeldThingy"
- Weld76.Parent = Part74
- Weld76.C1 = CFrame.new(0, 0.076083675, -2.27375698, 0, 0, -1, 0, 1, 0, 1, 0, 0)
- Weld76.Part0 = Part4
- Weld76.Part1 = Part74
- Weld76.part1 = Part74
- Part77.Name = "part"
- Part77.Parent = Model0
- Part77.CFrame = CFrame.new(-183.413727, 819.568176, -94.3148804, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part77.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part77.Position = Vector3.new(-183.413727, 819.568176, -94.3148804)
- Part77.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part77.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part77.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
- Part77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part77.CanCollide = false
- Part77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part77.Locked = true
- Part77.Material = Enum.Material.SmoothPlastic
- Part77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue78.Name = "qRelativeCFrameWeldValue"
- CFrameValue78.Parent = Part77
- CFrameValue78.Value = CFrame.new(-1.90200806, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld79.Name = "qCFrameWeldThingy"
- Weld79.Parent = Part77
- Weld79.C1 = CFrame.new(-1.3925817, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld79.Part0 = Part4
- Weld79.Part1 = Part77
- Weld79.part1 = Part77
- Part80.Name = "part"
- Part80.Parent = Model0
- Part80.CFrame = CFrame.new(-183.414368, 819.567688, -95.6327667, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part80.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part80.Position = Vector3.new(-183.414368, 819.567688, -95.6327667)
- Part80.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part80.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part80.Size = Vector3.new(0.732163966, 0.146432787, 0.146432787)
- Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part80.CanCollide = false
- Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part80.Locked = true
- Part80.Material = Enum.Material.SmoothPlastic
- Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue81.Name = "qRelativeCFrameWeldValue"
- CFrameValue81.Parent = Part80
- CFrameValue81.Value = CFrame.new(-0.102020264, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld82.Name = "qCFrameWeldThingy"
- Weld82.Parent = Part80
- Weld82.C1 = CFrame.new(-0.0746955648, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld82.Part0 = Part4
- Weld82.Part1 = Part80
- Weld82.part1 = Part80
- Part83.Name = "part"
- Part83.Parent = Model0
- Part83.CFrame = CFrame.new(-183.414001, 819.129395, -92.9236069, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part83.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part83.Position = Vector3.new(-183.414001, 819.129395, -92.9236069)
- Part83.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part83.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part83.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
- Part83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part83.CanCollide = false
- Part83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part83.Locked = true
- Part83.Material = Enum.Material.SmoothPlastic
- Part83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue84.Name = "qRelativeCFrameWeldValue"
- CFrameValue84.Parent = Part83
- CFrameValue84.Value = CFrame.new(-3.80201721, 0.802597046, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld85.Name = "qCFrameWeldThingy"
- Weld85.Parent = Part83
- Weld85.C1 = CFrame.new(-2.78369999, 0.587632596, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld85.Part0 = Part4
- Weld85.Part1 = Part83
- Weld85.part1 = Part83
- Part86.Name = "part"
- Part86.Parent = Model0
- Part86.CFrame = CFrame.new(-183.414154, 819.275452, -93.875473, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part86.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part86.Position = Vector3.new(-183.414154, 819.275452, -93.875473)
- Part86.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part86.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part86.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part86.CanCollide = false
- Part86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part86.Locked = true
- Part86.Material = Enum.Material.SmoothPlastic
- Part86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue87.Name = "qRelativeCFrameWeldValue"
- CFrameValue87.Parent = Part86
- CFrameValue87.Value = CFrame.new(-2.50201416, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld88.Name = "qCFrameWeldThingy"
- Weld88.Parent = Part86
- Weld88.C1 = CFrame.new(-1.83188462, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld88.Part0 = Part4
- Weld88.Part1 = Part86
- Weld88.part1 = Part86
- Part89.Name = "part"
- Part89.Parent = Model0
- Part89.CFrame = CFrame.new(-183.413147, 819.568604, -93.143425, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part89.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part89.Position = Vector3.new(-183.413147, 819.568604, -93.143425)
- Part89.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part89.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part89.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part89.CanCollide = false
- Part89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part89.Locked = true
- Part89.Material = Enum.Material.SmoothPlastic
- Part89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue90.Name = "qRelativeCFrameWeldValue"
- CFrameValue90.Parent = Part89
- CFrameValue90.Value = CFrame.new(-3.5019989, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld91.Name = "qCFrameWeldThingy"
- Weld91.Parent = Part89
- Weld91.C1 = CFrame.new(-2.56403732, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld91.Part0 = Part4
- Weld91.Part1 = Part89
- Weld91.part1 = Part89
- Part92.Name = "part"
- Part92.Parent = Model0
- Part92.CFrame = CFrame.new(-183.413773, 819.567993, -93.7277222, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part92.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part92.Position = Vector3.new(-183.413773, 819.567993, -93.7277222)
- Part92.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part92.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part92.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part92.CanCollide = false
- Part92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part92.Locked = true
- Part92.Material = Enum.Material.SmoothPlastic
- Part92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue93.Name = "qRelativeCFrameWeldValue"
- CFrameValue93.Parent = Part92
- CFrameValue93.Value = CFrame.new(-2.70396423, 0.203145981, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld94.Name = "qCFrameWeldThingy"
- Weld94.Parent = Part92
- Weld94.C1 = CFrame.new(-1.97974503, 0.148736164, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld94.Part0 = Part4
- Weld94.Part1 = Part92
- Weld94.part1 = Part92
- Part95.Name = "part"
- Part95.Parent = Model0
- Part95.CFrame = CFrame.new(-183.413528, 819.714355, -93.8742065, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part95.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part95.Position = Vector3.new(-183.413528, 819.714355, -93.8742065)
- Part95.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part95.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part95.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part95.CanCollide = false
- Part95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part95.Locked = true
- Part95.Material = Enum.Material.SmoothPlastic
- Part95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue96.Name = "qRelativeCFrameWeldValue"
- CFrameValue96.Parent = Part95
- CFrameValue96.Value = CFrame.new(-2.50396729, 0.0031452179, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld97.Name = "qCFrameWeldThingy"
- Weld97.Parent = Part95
- Weld97.C1 = CFrame.new(-1.83331466, 0.00230281521, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld97.Part0 = Part4
- Weld97.Part1 = Part95
- Weld97.part1 = Part95
- Part98.Name = "part"
- Part98.Parent = Model0
- Part98.CFrame = CFrame.new(-183.413956, 819.423401, -93.437088, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part98.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part98.Position = Vector3.new(-183.413956, 819.423401, -93.437088)
- Part98.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part98.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part98.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part98.CanCollide = false
- Part98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part98.Locked = true
- Part98.Material = Enum.Material.SmoothPlastic
- Part98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue99.Name = "qRelativeCFrameWeldValue"
- CFrameValue99.Parent = Part98
- CFrameValue99.Value = CFrame.new(-3.10084534, 0.400794983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld100.Name = "qCFrameWeldThingy"
- Weld100.Parent = Part98
- Weld100.C1 = CFrame.new(-2.27032733, 0.293447644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld100.Part0 = Part4
- Weld100.Part1 = Part98
- Weld100.part1 = Part98
- Part101.Name = "part"
- Part101.Parent = Model0
- Part101.CFrame = CFrame.new(-183.412613, 819.936646, -92.9968338, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part101.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part101.Position = Vector3.new(-183.412613, 819.936646, -92.9968338)
- Part101.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part101.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part101.Size = Vector3.new(0.146432787, 0.292865574, 0.146432787)
- Part101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part101.CanCollide = false
- Part101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part101.Locked = true
- Part101.Material = Enum.Material.SmoothPlastic
- Part101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue102.Name = "qRelativeCFrameWeldValue"
- CFrameValue102.Parent = Part101
- CFrameValue102.Value = CFrame.new(-3.70240784, -0.299993515, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld103.Name = "qCFrameWeldThingy"
- Weld103.Parent = Part101
- Weld103.C1 = CFrame.new(-2.71076965, -0.219644442, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld103.Part0 = Part4
- Weld103.Part1 = Part101
- Weld103.part1 = Part101
- Part104.Name = "part"
- Part104.Parent = Model0
- Part104.CFrame = CFrame.new(-183.414291, 819.42157, -94.8273544, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part104.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part104.Position = Vector3.new(-183.414291, 819.42157, -94.8273544)
- Part104.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part104.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part104.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
- Part104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part104.CanCollide = false
- Part104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part104.Locked = true
- Part104.Material = Enum.Material.SmoothPlastic
- Part104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue105.Name = "qRelativeCFrameWeldValue"
- CFrameValue105.Parent = Part104
- CFrameValue105.Value = CFrame.new(-1.20199585, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld106.Name = "qCFrameWeldThingy"
- Weld106.Parent = Part104
- Weld106.C1 = CFrame.new(-0.88005811, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld106.Part0 = Part4
- Weld106.Part1 = Part104
- Weld106.part1 = Part104
- Part107.Name = "part"
- Part107.Parent = Model0
- Part107.CFrame = CFrame.new(-183.41452, 819.714233, -95.9248581, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part107.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part107.Position = Vector3.new(-183.41452, 819.714233, -95.9248581)
- Part107.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part107.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part107.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part107.CanCollide = false
- Part107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part107.Locked = true
- Part107.Material = Enum.Material.SmoothPlastic
- Part107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue108.Name = "qRelativeCFrameWeldValue"
- CFrameValue108.Parent = Part107
- CFrameValue108.Value = CFrame.new(0.296844482, 0.00234985352, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld109.Name = "qCFrameWeldThingy"
- Weld109.Parent = Part107
- Weld109.C1 = CFrame.new(0.21733883, 0.00172047806, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld109.Part0 = Part4
- Weld109.Part1 = Part107
- Weld109.part1 = Part107
- Part110.Name = "part"
- Part110.Parent = Model0
- Part110.CFrame = CFrame.new(-183.412582, 820.153809, -94.6079712, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part110.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part110.Position = Vector3.new(-183.412582, 820.153809, -94.6079712)
- Part110.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part110.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part110.Size = Vector3.new(3.07508945, 0.146432787, 0.146432787)
- Part110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part110.CanCollide = false
- Part110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part110.Locked = true
- Part110.Material = Enum.Material.SmoothPlastic
- Part110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue111.Name = "qRelativeCFrameWeldValue"
- CFrameValue111.Parent = Part110
- CFrameValue111.Value = CFrame.new(-1.5019989, -0.597406387, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld112.Name = "qCFrameWeldThingy"
- Weld112.Parent = Part110
- Weld112.C1 = CFrame.new(-1.09970939, -0.437399417, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld112.Part0 = Part4
- Weld112.Part1 = Part110
- Weld112.part1 = Part110
- Part113.Name = "part"
- Part113.Parent = Model0
- Part113.CFrame = CFrame.new(-183.413834, 819.275696, -93.2165222, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part113.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part113.Position = Vector3.new(-183.413834, 819.275696, -93.2165222)
- Part113.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part113.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part113.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
- Part113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part113.CanCollide = false
- Part113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part113.Locked = true
- Part113.Material = Enum.Material.SmoothPlastic
- Part113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue114.Name = "qRelativeCFrameWeldValue"
- CFrameValue114.Parent = Part113
- CFrameValue114.Value = CFrame.new(-3.40202332, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld115.Name = "qCFrameWeldThingy"
- Weld115.Parent = Part113
- Weld115.C1 = CFrame.new(-2.49083877, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld115.Part0 = Part4
- Weld115.Part1 = Part113
- Weld115.part1 = Part113
- Part116.Name = "part"
- Part116.Parent = Model0
- Part116.CFrame = CFrame.new(-183.413895, 819.421875, -94.0219574, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part116.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part116.Position = Vector3.new(-183.413895, 819.421875, -94.0219574)
- Part116.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part116.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part116.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part116.CanCollide = false
- Part116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part116.Locked = true
- Part116.Material = Enum.Material.SmoothPlastic
- Part116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue117.Name = "qRelativeCFrameWeldValue"
- CFrameValue117.Parent = Part116
- CFrameValue117.Value = CFrame.new(-2.30201721, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld118.Name = "qCFrameWeldThingy"
- Weld118.Parent = Part116
- Weld118.C1 = CFrame.new(-1.68545401, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld118.Part0 = Part4
- Weld118.Part1 = Part116
- Weld118.part1 = Part116
- Part119.Name = "part"
- Part119.Parent = Model0
- Part119.CFrame = CFrame.new(-183.413101, 819.860901, -93.6545944, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part119.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part119.Position = Vector3.new(-183.413101, 819.860901, -93.6545944)
- Part119.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part119.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part119.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
- Part119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part119.CanCollide = false
- Part119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part119.Locked = true
- Part119.Material = Enum.Material.SmoothPlastic
- Part119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue120.Name = "qRelativeCFrameWeldValue"
- CFrameValue120.Parent = Part119
- CFrameValue120.Value = CFrame.new(-2.8039856, -0.196855545, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld121.Name = "qCFrameWeldThingy"
- Weld121.Parent = Part119
- Weld121.C1 = CFrame.new(-2.05297709, -0.144130543, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld121.Part0 = Part4
- Weld121.Part1 = Part119
- Weld121.part1 = Part119
- Part122.Name = "part"
- Part122.Parent = Model0
- Part122.CFrame = CFrame.new(-183.413589, 820.007874, -95.342659, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part122.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part122.Position = Vector3.new(-183.413589, 820.007874, -95.342659)
- Part122.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part122.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part122.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
- Part122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part122.CanCollide = false
- Part122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part122.Locked = true
- Part122.Material = Enum.Material.SmoothPlastic
- Part122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue123.Name = "qRelativeCFrameWeldValue"
- CFrameValue123.Parent = Part122
- CFrameValue123.Value = CFrame.new(-0.498474121, -0.398429871, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld124.Name = "qCFrameWeldThingy"
- Weld124.Parent = Part122
- Weld124.C1 = CFrame.new(-0.364964783, -0.291716009, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld124.Part0 = Part4
- Weld124.Part1 = Part122
- Weld124.part1 = Part122
- Part125.Name = "part"
- Part125.Parent = Model0
- Part125.CFrame = CFrame.new(-183.4142, 819.568848, -94.6103516, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part125.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part125.Position = Vector3.new(-183.4142, 819.568848, -94.6103516)
- Part125.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part125.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part125.Size = Vector3.new(0.146432787, 0.146432817, 0.146432787)
- Part125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part125.CanCollide = false
- Part125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part125.Locked = true
- Part125.Material = Enum.Material.SmoothPlastic
- Part125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue126.Name = "qRelativeCFrameWeldValue"
- CFrameValue126.Parent = Part125
- CFrameValue126.Value = CFrame.new(-1.49845886, 0.201572418, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld127.Name = "qCFrameWeldThingy"
- Weld127.Parent = Part125
- Weld127.C1 = CFrame.new(-1.09711766, 0.147584066, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld127.Part0 = Part4
- Weld127.Part1 = Part125
- Weld127.part1 = Part125
- Part128.Name = "part"
- Part128.Parent = Model0
- Part128.CFrame = CFrame.new(-183.414322, 819.12915, -93.58255, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part128.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part128.Position = Vector3.new(-183.414322, 819.12915, -93.58255)
- Part128.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part128.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part128.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
- Part128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part128.CanCollide = false
- Part128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part128.Locked = true
- Part128.Material = Enum.Material.SmoothPlastic
- Part128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue129.Name = "qRelativeCFrameWeldValue"
- CFrameValue129.Parent = Part128
- CFrameValue129.Value = CFrame.new(-2.90202332, 0.802597046, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld130.Name = "qCFrameWeldThingy"
- Weld130.Parent = Part128
- Weld130.C1 = CFrame.new(-2.12475681, 0.587632596, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld130.Part0 = Part4
- Weld130.Part1 = Part128
- Weld130.part1 = Part128
- Part131.Name = "part"
- Part131.Parent = Model0
- Part131.CFrame = CFrame.new(-183.413559, 819.569885, -93.2907104, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part131.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part131.Position = Vector3.new(-183.413559, 819.569885, -93.2907104)
- Part131.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part131.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part131.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part131.CanCollide = false
- Part131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part131.Locked = true
- Part131.Material = Enum.Material.SmoothPlastic
- Part131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue132.Name = "qRelativeCFrameWeldValue"
- CFrameValue132.Parent = Part131
- CFrameValue132.Value = CFrame.new(-3.30084229, 0.20079422, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld133.Name = "qCFrameWeldThingy"
- Weld133.Parent = Part131
- Weld133.C1 = CFrame.new(-2.41675782, 0.14701429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld133.Part0 = Part4
- Weld133.Part1 = Part131
- Weld133.part1 = Part131
- Part134.Name = "part"
- Part134.Parent = Model0
- Part134.CFrame = CFrame.new(-183.412262, 820.007874, -93.2900162, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part134.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part134.Position = Vector3.new(-183.412262, 820.007874, -93.2900162)
- Part134.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part134.Color = Color3.new(0.466667, 0.466667, 0.466667)
- Part134.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part134.CanCollide = false
- Part134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part134.Locked = true
- Part134.Material = Enum.Material.SmoothPlastic
- Part134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue135.Name = "qRelativeCFrameWeldValue"
- CFrameValue135.Parent = Part134
- CFrameValue135.Value = CFrame.new(-3.30200195, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld136.Name = "qCFrameWeldThingy"
- Weld136.Parent = Part134
- Weld136.C1 = CFrame.new(-2.41760683, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld136.Part0 = Part4
- Weld136.Part1 = Part134
- Weld136.part1 = Part134
- Part137.Name = "part"
- Part137.Parent = Model0
- Part137.CFrame = CFrame.new(-183.413071, 819.422485, -92.3379898, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part137.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part137.Position = Vector3.new(-183.413071, 819.422485, -92.3379898)
- Part137.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part137.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part137.Size = Vector3.new(0.292865574, 0.146432787, 0.146432787)
- Part137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part137.CanCollide = false
- Part137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part137.Locked = true
- Part137.Material = Enum.Material.SmoothPlastic
- Part137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue138.Name = "qRelativeCFrameWeldValue"
- CFrameValue138.Parent = Part137
- CFrameValue138.Value = CFrame.new(-4.602005, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld139.Name = "qCFrameWeldThingy"
- Weld139.Parent = Part137
- Weld139.C1 = CFrame.new(-3.3694222, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld139.Part0 = Part4
- Weld139.Part1 = Part137
- Weld139.part1 = Part137
- Part140.Name = "part"
- Part140.Parent = Model0
- Part140.CFrame = CFrame.new(-183.412827, 819.642944, -92.118103, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part140.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part140.Position = Vector3.new(-183.412827, 819.642944, -92.118103)
- Part140.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part140.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part140.Size = Vector3.new(0.146432787, 0.292865574, 0.146432787)
- Part140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part140.CanCollide = false
- Part140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part140.Locked = true
- Part140.Material = Enum.Material.SmoothPlastic
- Part140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue141.Name = "qRelativeCFrameWeldValue"
- CFrameValue141.Parent = Part140
- CFrameValue141.Value = CFrame.new(-4.9024353, 0.101572037, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld142.Name = "qCFrameWeldThingy"
- Weld142.Parent = Part140
- Weld142.C1 = CFrame.new(-3.58938622, 0.0743673891, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld142.Part0 = Part4
- Weld142.Part1 = Part140
- Weld142.part1 = Part140
- Part143.Name = "part"
- Part143.Parent = Model0
- Part143.CFrame = CFrame.new(-183.412521, 819.863586, -92.4842834, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part143.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part143.Position = Vector3.new(-183.412521, 819.863586, -92.4842834)
- Part143.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part143.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part143.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
- Part143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part143.CanCollide = false
- Part143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part143.Locked = true
- Part143.Material = Enum.Material.SmoothPlastic
- Part143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue144.Name = "qRelativeCFrameWeldValue"
- CFrameValue144.Parent = Part143
- CFrameValue144.Value = CFrame.new(-4.40242004, -0.199993134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld145.Name = "qCFrameWeldThingy"
- Weld145.Parent = Part143
- Weld145.C1 = CFrame.new(-3.22329354, -0.146427765, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld145.Part0 = Part4
- Weld145.Part1 = Part143
- Weld145.part1 = Part143
- Part146.Name = "part"
- Part146.Parent = Model0
- Part146.CFrame = CFrame.new(-183.413025, 819.717041, -92.8503189, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part146.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part146.Position = Vector3.new(-183.413025, 819.717041, -92.8503189)
- Part146.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part146.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part146.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part146.CanCollide = false
- Part146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part146.Locked = true
- Part146.Material = Enum.Material.SmoothPlastic
- Part146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue147.Name = "qRelativeCFrameWeldValue"
- CFrameValue147.Parent = Part146
- CFrameValue147.Value = CFrame.new(-3.90240479, 7.62939453e-06, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld148.Name = "qCFrameWeldThingy"
- Weld148.Parent = Part146
- Weld148.C1 = CFrame.new(-2.85720015, 5.58596776e-06, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld148.Part0 = Part4
- Weld148.Part1 = Part146
- Weld148.part1 = Part146
- Part149.Name = "part"
- Part149.Parent = Model0
- Part149.CFrame = CFrame.new(-183.413513, 819.422119, -93.2165985, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part149.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part149.Position = Vector3.new(-183.413513, 819.422119, -93.2165985)
- Part149.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part149.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part149.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
- Part149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part149.CanCollide = false
- Part149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part149.Locked = true
- Part149.Material = Enum.Material.SmoothPlastic
- Part149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue150.Name = "qRelativeCFrameWeldValue"
- CFrameValue150.Parent = Part149
- CFrameValue150.Value = CFrame.new(-3.4019928, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld151.Name = "qCFrameWeldThingy"
- Weld151.Parent = Part149
- Weld151.C1 = CFrame.new(-2.49081659, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld151.Part0 = Part4
- Weld151.Part1 = Part149
- Weld151.part1 = Part149
- Part152.Name = "part"
- Part152.Parent = Model0
- Part152.CFrame = CFrame.new(-183.413422, 819.570557, -92.9966965, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part152.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part152.Position = Vector3.new(-183.413422, 819.570557, -92.9966965)
- Part152.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part152.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part152.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part152.CanCollide = false
- Part152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part152.Locked = true
- Part152.Material = Enum.Material.SmoothPlastic
- Part152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue153.Name = "qRelativeCFrameWeldValue"
- CFrameValue153.Parent = Part152
- CFrameValue153.Value = CFrame.new(-3.70240784, 0.200008392, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld154.Name = "qCFrameWeldThingy"
- Weld154.Parent = Part152
- Weld154.C1 = CFrame.new(-2.71076965, 0.146438941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld154.Part0 = Part4
- Weld154.Part1 = Part152
- Weld154.part1 = Part152
- Part155.Name = "part"
- Part155.Parent = Model0
- Part155.CFrame = CFrame.new(-183.413162, 820.299438, -95.7775345, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part155.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part155.Position = Vector3.new(-183.413162, 820.299438, -95.7775345)
- Part155.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part155.Color = Color3.new(0.133333, 0.133333, 0.133333)
- Part155.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part155.CanCollide = false
- Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part155.Locked = true
- Part155.Material = Enum.Material.SmoothPlastic
- Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue156.Name = "qRelativeCFrameWeldValue"
- CFrameValue156.Parent = Part155
- CFrameValue156.Value = CFrame.new(0.0953369141, -0.796875, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld157.Name = "qCFrameWeldThingy"
- Weld157.Parent = Part155
- Weld157.C1 = CFrame.new(0.0698022544, -0.583443165, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld157.Part0 = Part4
- Weld157.Part1 = Part155
- Weld157.part1 = Part155
- Part158.Name = "part"
- Part158.Parent = Model0
- Part158.CFrame = CFrame.new(-183.412582, 819.861389, -93.2899628, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part158.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part158.Position = Vector3.new(-183.412582, 819.861389, -93.2899628)
- Part158.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part158.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part158.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part158.CanCollide = false
- Part158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part158.Locked = true
- Part158.Material = Enum.Material.SmoothPlastic
- Part158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue159.Name = "qRelativeCFrameWeldValue"
- CFrameValue159.Parent = Part158
- CFrameValue159.Value = CFrame.new(-3.30200195, -0.197404861, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld160.Name = "qCFrameWeldThingy"
- Weld160.Parent = Part158
- Weld160.C1 = CFrame.new(-2.41760683, -0.144532725, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld160.Part0 = Part4
- Weld160.Part1 = Part158
- Weld160.part1 = Part158
- Part161.Name = "part"
- Part161.Parent = Model0
- Part161.CFrame = CFrame.new(-183.412842, 819.862793, -93.144371, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part161.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part161.Position = Vector3.new(-183.412842, 819.862793, -93.144371)
- Part161.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part161.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part161.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part161.CanCollide = false
- Part161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part161.Locked = true
- Part161.Material = Enum.Material.SmoothPlastic
- Part161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue162.Name = "qRelativeCFrameWeldValue"
- CFrameValue162.Parent = Part161
- CFrameValue162.Value = CFrame.new(-3.50085449, -0.199207306, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld163.Name = "qCFrameWeldThingy"
- Weld163.Parent = Part161
- Weld163.C1 = CFrame.new(-2.56319952, -0.145852417, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld163.Part0 = Part4
- Weld163.Part1 = Part161
- Weld163.part1 = Part161
- Part164.Name = "part"
- Part164.Parent = Model0
- Part164.CFrame = CFrame.new(-183.41394, 819.567993, -94.7541656, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part164.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part164.Position = Vector3.new(-183.41394, 819.567993, -94.7541656)
- Part164.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part164.Color = Color3.new(0.466667, 0.466667, 0.466667)
- Part164.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part164.CanCollide = false
- Part164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part164.Locked = true
- Part164.Material = Enum.Material.SmoothPlastic
- Part164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue165.Name = "qRelativeCFrameWeldValue"
- CFrameValue165.Parent = Part164
- CFrameValue165.Value = CFrame.new(-1.30203247, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld166.Name = "qCFrameWeldThingy"
- Weld166.Parent = Part164
- Weld166.C1 = CFrame.new(-0.953301251, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld166.Part0 = Part4
- Weld166.Part1 = Part164
- Weld166.part1 = Part164
- Part167.Name = "part"
- Part167.Parent = Model0
- Part167.CFrame = CFrame.new(-183.412506, 819.715271, -92.4845352, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part167.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part167.Position = Vector3.new(-183.412506, 819.715271, -92.4845352)
- Part167.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part167.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part167.Size = Vector3.new(0.585731149, 0.146432787, 0.146432787)
- Part167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part167.CanCollide = false
- Part167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part167.Locked = true
- Part167.Material = Enum.Material.SmoothPlastic
- Part167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue168.Name = "qRelativeCFrameWeldValue"
- CFrameValue168.Parent = Part167
- CFrameValue168.Value = CFrame.new(-4.4019928, 0.00259590149, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld169.Name = "qCFrameWeldThingy"
- Weld169.Parent = Part167
- Weld169.C1 = CFrame.new(-3.22298074, 0.00190062553, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld169.Part0 = Part4
- Weld169.Part1 = Part167
- Weld169.part1 = Part167
- Part170.Name = "part"
- Part170.Parent = Model0
- Part170.CFrame = CFrame.new(-183.41333, 819.422302, -92.8505249, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part170.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part170.Position = Vector3.new(-183.41333, 819.422302, -92.8505249)
- Part170.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part170.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part170.Size = Vector3.new(0.439298391, 0.146432787, 0.146432787)
- Part170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part170.CanCollide = false
- Part170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part170.Locked = true
- Part170.Material = Enum.Material.SmoothPlastic
- Part170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue171.Name = "qRelativeCFrameWeldValue"
- CFrameValue171.Parent = Part170
- CFrameValue171.Value = CFrame.new(-3.90197754, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld172.Name = "qCFrameWeldThingy"
- Weld172.Parent = Part170
- Weld172.C1 = CFrame.new(-2.85688734, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld172.Part0 = Part4
- Weld172.Part1 = Part170
- Weld172.part1 = Part170
- Part173.Name = "part"
- Part173.Parent = Model0
- Part173.CFrame = CFrame.new(-183.412399, 820.007751, -93.5828781, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part173.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part173.Position = Vector3.new(-183.412399, 820.007751, -93.5828781)
- Part173.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part173.Color = Color3.new(0.466667, 0.466667, 0.466667)
- Part173.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part173.CanCollide = false
- Part173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part173.Locked = true
- Part173.Material = Enum.Material.SmoothPlastic
- Part173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue174.Name = "qRelativeCFrameWeldValue"
- CFrameValue174.Parent = Part173
- CFrameValue174.Value = CFrame.new(-2.90200806, -0.397405624, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld175.Name = "qCFrameWeldThingy"
- Weld175.Parent = Part173
- Weld175.C1 = CFrame.new(-2.12474585, -0.290966064, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld175.Part0 = Part4
- Weld175.Part1 = Part173
- Weld175.part1 = Part173
- Part176.Name = "part"
- Part176.Parent = Model0
- Part176.CFrame = CFrame.new(-183.413269, 820.008667, -94.6819839, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part176.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part176.Position = Vector3.new(-183.413269, 820.008667, -94.6819839)
- Part176.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part176.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part176.Size = Vector3.new(0.878596783, 0.146432787, 0.146432787)
- Part176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part176.CanCollide = false
- Part176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part176.Locked = true
- Part176.Material = Enum.Material.SmoothPlastic
- Part176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue177.Name = "qRelativeCFrameWeldValue"
- CFrameValue177.Parent = Part176
- CFrameValue177.Value = CFrame.new(-1.40083313, -0.399208069, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld178.Name = "qCFrameWeldThingy"
- Weld178.Parent = Part176
- Weld178.C1 = CFrame.new(-1.02563953, -0.29228577, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld178.Part0 = Part4
- Weld178.Part1 = Part176
- Weld178.part1 = Part176
- Part179.Name = "part"
- Part179.Parent = Model0
- Part179.CFrame = CFrame.new(-183.414093, 819.423279, -93.7299423, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part179.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part179.Position = Vector3.new(-183.414093, 819.423279, -93.7299423)
- Part179.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part179.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part179.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part179.CanCollide = false
- Part179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part179.Locked = true
- Part179.Material = Enum.Material.SmoothPlastic
- Part179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue180.Name = "qRelativeCFrameWeldValue"
- CFrameValue180.Parent = Part179
- CFrameValue180.Value = CFrame.new(-2.70085144, 0.400794983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld181.Name = "qCFrameWeldThingy"
- Weld181.Parent = Part179
- Weld181.C1 = CFrame.new(-1.97746611, 0.293447644, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld181.Part0 = Part4
- Weld181.Part1 = Part179
- Weld181.part1 = Part179
- Part182.Name = "part"
- Part182.Parent = Model0
- Part182.CFrame = CFrame.new(-183.413681, 819.275818, -92.9236832, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part182.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part182.Position = Vector3.new(-183.413681, 819.275818, -92.9236832)
- Part182.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part182.Color = Color3.new(0.203922, 0.203922, 0.203922)
- Part182.Size = Vector3.new(0.292865604, 0.146432787, 0.146432787)
- Part182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part182.CanCollide = false
- Part182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part182.Locked = true
- Part182.Material = Enum.Material.SmoothPlastic
- Part182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue183.Name = "qRelativeCFrameWeldValue"
- CFrameValue183.Parent = Part182
- CFrameValue183.Value = CFrame.new(-3.80198669, 0.60259819, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld184.Name = "qCFrameWeldThingy"
- Weld184.Parent = Part182
- Weld184.C1 = CFrame.new(-2.78367758, 0.441200703, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld184.Part0 = Part4
- Weld184.Part1 = Part182
- Weld184.part1 = Part182
- Part185.Name = "part"
- Part185.Parent = Model0
- Part185.CFrame = CFrame.new(-183.413574, 819.568298, -94.0220261, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part185.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part185.Position = Vector3.new(-183.413574, 819.568298, -94.0220261)
- Part185.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part185.Color = Color3.new(0.776471, 0.00392157, 0.0313726)
- Part185.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part185.CanCollide = false
- Part185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part185.Locked = true
- Part185.Material = Enum.Material.SmoothPlastic
- Part185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue186.Name = "qRelativeCFrameWeldValue"
- CFrameValue186.Parent = Part185
- CFrameValue186.Value = CFrame.new(-2.30200195, 0.202596664, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld187.Name = "qCFrameWeldThingy"
- Weld187.Parent = Part185
- Weld187.C1 = CFrame.new(-1.68544292, 0.148333982, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld187.Part0 = Part4
- Weld187.Part1 = Part185
- Weld187.part1 = Part185
- Part188.Name = "part"
- Part188.Parent = Model0
- Part188.CFrame = CFrame.new(-183.412811, 819.934326, -94.0953751, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part188.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part188.Position = Vector3.new(-183.412811, 819.934326, -94.0953751)
- Part188.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part188.Color = Color3.new(0.776471, 0.00392157, 0.0313726)
- Part188.Size = Vector3.new(0.292865604, 0.292865574, 0.146432787)
- Part188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part188.CanCollide = false
- Part188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part188.Locked = true
- Part188.Material = Enum.Material.SmoothPlastic
- Part188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue189.Name = "qRelativeCFrameWeldValue"
- CFrameValue189.Parent = Part188
- CFrameValue189.Value = CFrame.new(-2.20199585, -0.297405243, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld190.Name = "qCFrameWeldThingy"
- Weld190.Parent = Part188
- Weld190.C1 = CFrame.new(-1.61222196, -0.217749387, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld190.Part0 = Part4
- Weld190.Part1 = Part188
- Weld190.part1 = Part188
- Part191.Name = "part"
- Part191.Parent = Model0
- Part191.CFrame = CFrame.new(-183.413834, 819.421936, -93.8755417, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part191.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part191.Position = Vector3.new(-183.413834, 819.421936, -93.8755417)
- Part191.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part191.Color = Color3.new(0.266667, 0.266667, 0.266667)
- Part191.Size = Vector3.new(0.146432817, 0.146432787, 0.146432787)
- Part191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part191.CanCollide = false
- Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part191.Locked = true
- Part191.Material = Enum.Material.SmoothPlastic
- Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue192.Name = "qRelativeCFrameWeldValue"
- CFrameValue192.Parent = Part191
- CFrameValue192.Value = CFrame.new(-2.5019989, 0.402597427, 0.000465393066, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld193.Name = "qCFrameWeldThingy"
- Weld193.Parent = Part191
- Weld193.C1 = CFrame.new(-1.83187354, 0.29476732, 0.000340744038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld193.Part0 = Part4
- Weld193.Part1 = Part191
- Weld193.part1 = Part191
- Part194.Name = "part"
- Part194.Parent = Model0
- Part194.CFrame = CFrame.new(-183.413849, 819.569641, -93.8764267, 0.00048738718, 0.00219730916, -0.999997437, 0.00036569807, 0.999997735, 0.00219748775, 1, -0.000366768101, 0.000486552832)
- Part194.Orientation = Vector3.new(-0.129999995, -89.9700012, 0.0199999996)
- Part194.Position = Vector3.new(-183.413849, 819.569641, -93.8764267)
- Part194.Rotation = Vector3.new(-77.5199966, -89.8699951, -77.4899979)
- Part194.Color = Color3.new(0.305882, 0.305882, 0.305882)
- Part194.Size = Vector3.new(0.146432787, 0.146432787, 0.146432787)
- Part194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Part194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Part194.CanCollide = false
- Part194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Part194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Part194.Locked = true
- Part194.Material = Enum.Material.SmoothPlastic
- Part194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Part194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- CFrameValue195.Name = "qRelativeCFrameWeldValue"
- CFrameValue195.Parent = Part194
- CFrameValue195.Value = CFrame.new(-2.50085449, 0.20079422, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld196.Name = "qCFrameWeldThingy"
- Weld196.Parent = Part194
- Weld196.C1 = CFrame.new(-1.83103549, 0.14701429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld196.Part0 = Part4
- Weld196.Part1 = Part194
- Weld196.part1 = Part194
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- Part17.Anchored = false
- local shot = Part17
- local handle = Part74
- local shotgun = Model0
- shotgun.Parent = char
- local qui = Enum.EasingStyle.Quint
- local on = Enum.EasingDirection.InOut
- local gweld = Instance.new("Weld",ra) gweld.Part0 = ra gweld.Part1 = handle gweld.C0 = CFrame.new(-.15,-.8,0) * CFrame.Angles(rad(-90),rad(0),rad(0))
- --- ---
- local frs = Instance.new("Weld",t) frs.Name = "FakeRightShoulder" frs.Part0 = t frs.Part1 = ra frs.C0 = CFrame.new(1.5,.5,0) frs.C1 = CFrame.new(0,.5,0)
- local fls = Instance.new("Weld",t) fls.Name = "FakeLeftShoulder" fls.Part0 = t fls.Part1 = la fls.C0 = CFrame.new(-1.5,.5,0) fls.C1 = CFrame.new(0,.5,0)
- local frs0 = frs.C0
- local fls0 = fls.C0
- local necc1 = nec.C1
- local sshot = Instance.new("Sound") sshot.Volume = 3 sshot.SoundId = "rbxassetid://334149666"
- function remove(thingy,tiem)
- game:GetService("Debris"):AddItem(thingy,tiem)
- end
- function ragdoll1(who,megah)
- pcall(function()
- local ded = who
- local h1 = ded:FindFirstChild("Head")
- local t1 = ded:FindFirstChild("Torso") or ded:FindFirstChild("UpperTorso")
- local ff = ded:FindFirstChildOfClass("ForceField")
- if ff ~= nil then
- ff:Destroy()
- end
- if t1.Name == "UpperTorso" then
- r15r1(ded,megah)
- return ragdoll1
- end
- local ra1 = ded:FindFirstChild("Right Arm")
- local la1 = ded:FindFirstChild("Left Arm")
- local rl1 = ded:FindFirstChild("Right Leg")
- local ll1 = ded:FindFirstChild("Left Leg")
- local ff = Instance.new("ForceField",ded) ff.Visible = false
- local hum1 = ded:FindFirstChildOfClass("Humanoid")
- local acc = ded:FindFirstChild("xdded")
- if acc == nil then
- local ac = Instance.new("Glue",ded) ac.Name = "xddedxd"
- local rut1 = ded:FindFirstChild("HumanoidRootPart")
- hum1.PlatformStand = true
- if rut1 ~= nil then
- rut1.Parent = nil
- end
- pcall(function()
- for i,v in pairs(who:GetDescendants()) do
- if v:IsA("Script") or v:IsA("LocalScript") then
- if v.Name == "Health" then
- v.Parent = nil
- end
- end
- end
- for i,v in pairs(who:GetDescendants()) do
- if v:IsA("Part") then
- v.Anchored = false
- end
- if v:IsA("Accessory") or v:IsA("Hat") then
- v.Handle.Anchored = false
- end
- end
- end)
- for i,v in pairs(t1:GetDescendants()) do
- if v.Name == "yo" then
- v:Destroy()
- end
- end
- t1:BreakJoints()
- ra1:BreakJoints()
- la1:BreakJoints()
- rl1:BreakJoints()
- ll1:BreakJoints()
- --//Joints~//--
- --Neck--
- if h1 ~= nil then
- local neca = Instance.new("Glue",t1) neca.Part0 = t1 neca.Part1 = h1 neca.C0 = CFrame.new(0,t1.Size.y/2,0) neca.C1 = CFrame.new(0,-h1.Size.y/2,0) neca.Name = "yo"
- if megah == "hec" then
- neca:Destroy()
- local blyd = Instance.new("Part",h1) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(h1.Size.x/2.3,0.001,h1.Size.z/1.3) blyd.Material = "SmoothPlastic"
- local cyl = Instance.new("CylinderMesh",blyd)
- local blydw = Instance.new("Weld",blyd) blydw.Part0 = h1 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,-h1.Size.y/2 -h1.Size.y/13,0)
- local blyd1 = Instance.new("Part",t1) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t1.Size.x/2.3,0.001,t1.Size.z/1.3) blyd1.Material = "SmoothPlastic"
- local cyl1 = Instance.new("CylinderMesh",blyd1)
- local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t1 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,t1.Size.y/2,0)
- local att1 = Instance.new("Attachment",t1) att1.Name = "yo"
- local att2 = Instance.new("Attachment",h1) att2.Name = "yo"
- local rope = Instance.new("RopeConstraint",t1) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
- end
- local ch = Instance.new("Part",t1) ch.Name = "yo" ch.Size = Vector3.new(h1.Size.x/2,h1.Size.y/2,h1.Size.z/2 + h1.Size.z/4) ch.TopSurface = "Smooth" ch.BottomSurface = "Smooth" ch.Transparency = 1
- local wh = Instance.new("Weld",ch) wh.Part0 = h1 wh.Part1 = ch
- end
- --Right Arm--
- if ra1 ~= nil then
- local rsa = Instance.new("Glue",t1) rsa.Part0 = t1 rsa.Part1 = ra1 rsa.C0 = CFrame.new(t1.Size.x/2 + t1.Size.x/4,t1.Size.y/4,0) rsa.C1 = CFrame.new(0,ra1.Size.y/4,0)
- rsa.Name = "yo"
- local cra = Instance.new("Part",t1) cra.Name = "yo" cra.Size = Vector3.new(ra1.Size.y/2 + ra1.Size.y/4,ra1.Size.y/2,ra1.Size.z) cra.TopSurface = "Smooth" cra.BottomSurface = "Smooth" cra.Transparency = 1
- local wra = Instance.new("Weld",cra) wra.Part0 = ra1 wra.Part1 = cra wra.C0 = CFrame.new(0,-ra1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
- end
- --Left Arm--
- if la1 ~= nil then
- local lsa = Instance.new("Glue",t1) lsa.Part0 = t1 lsa.Part1 = la1 lsa.C0 = CFrame.new(-t1.Size.x/2 - t1.Size.x/4,t1.Size.y/4,0) lsa.C1 = CFrame.new(0,la1.Size.y/4,0) lsa.Name = "yo"
- local cla = Instance.new("Part",t1) cla.Name = "yo" cla.Size = Vector3.new(la1.Size.y/2 + la1.Size.y/4,la1.Size.y/2,la1.Size.z) cla.TopSurface = "Smooth" cla.BottomSurface = "Smooth" cla.Transparency = 1
- local wla = Instance.new("Weld",cla) wla.Part0 = la1 wla.Part1 = cla wla.C0 = CFrame.new(0,-la1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
- end
- --Right Leg--
- if rl1 ~= nil then
- local rha = Instance.new("Glue",t1) rha.Part0 = t1 rha.Part1 = rl1 rha.C0 = CFrame.new(t1.Size.x/4,-t1.Size.y/2,0) rha.C1 = CFrame.new(0,rl1.Size.y/2,0) rha.Name = "yo"
- if megah == "wai" then
- rha:Destroy()
- local blyd = Instance.new("Part",rl1) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(rl1.Size.x,0.001,rl1.Size.z) blyd.Material = "SmoothPlastic"
- local blydw = Instance.new("Weld",blyd) blydw.Part0 = rl1 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,rl1.Size.y/2,0)
- end
- local crl = Instance.new("Part",t1) crl.Name = "yo" crl.Size = Vector3.new(rl1.Size.y/2 + rl1.Size.y/4,rl1.Size.y/2,rl1.Size.z) crl.TopSurface = "Smooth" crl.BottomSurface = "Smooth" crl.Transparency = 1
- local wrl = Instance.new("Weld",crl) wrl.Part0 = rl1 wrl.Part1 = crl wrl.C0 = CFrame.new(0,-rl1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
- end
- --Left Leg--
- if ll1 ~= nil then
- local lha = Instance.new("Glue",t1) lha.Part0 = t1 lha.Part1 = ll1 lha.C0 = CFrame.new(-t1.Size.x/4,-t1.Size.y/2,0) lha.C1 = CFrame.new(0,ll1.Size.y/2,0) lha.Name = "yo"
- if megah == "wai" then
- lha.Part0 = rl1 lha.Part1 = ll1 lha.C0 = CFrame.new(-rl1.Size.x/2,rl1.Size.y/2,0) lha.C1 = CFrame.new(ll1.Size.x/2,ll1.Size.y/2,0)
- local blyd = Instance.new("Part",ll1) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(ll1.Size.x,0.001,ll1.Size.z) blyd.Material = "SmoothPlastic"
- local blydw = Instance.new("Weld",blyd) blydw.Part0 = ll1 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,ll1.Size.y/2,0)
- local blyd1 = Instance.new("Part",t1) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t1.Size.x,0.001,t1.Size.z) blyd1.Material = "SmoothPlastic"
- local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t1 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,-t1.Size.y/2,0)
- local att1 = Instance.new("Attachment",t1) att1.Name = "yo"
- local att2 = Instance.new("Attachment",ll1) att2.Name = "yo"
- local rope = Instance.new("RopeConstraint",t1) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
- end
- local cll = Instance.new("Part",t1) cll.Name = "yo" cll.Size = Vector3.new(ll1.Size.y/2 + ll1.Size.y/4,ll1.Size.y/2,ll1.Size.z) cll.TopSurface = "Smooth" cll.BottomSurface = "Smooth" cll.Transparency = 1
- local wll = Instance.new("Weld",cll) wll.Part0 = ll1 wll.Part1 = cll wll.C0 = CFrame.new(0,-ll1.Size.y/8,0) * CFrame.Angles(rad(0),rad(0),rad(90))
- end
- ded.Archivable = true
- local eag = who:Clone()
- eag.Parent = workspace
- eag:FindFirstChildOfClass("Humanoid").PlatformStand = true
- eag:FindFirstChildOfClass("Humanoid").MaxHealth = 100
- eag:FindFirstChildOfClass("Humanoid").Health = .1
- for i,v in pairs(eag:GetDescendants()) do
- if v:IsA("Script") or v:IsA("LocalScript") then
- v:Destroy()
- end
- end
- for i,v in pairs(who:GetDescendants()) do
- if v.Name == "Head" then
- v:Destroy()
- end
- if v:IsA("Part") then
- v:Destroy()
- end
- if v:IsA("Accessory") or v:IsA("Hat") then
- v:Destroy()
- end
- end
- coroutine.resume(coroutine.create(function()
- wait(6)
- remove(eag,5)
- ded:Destroy()
- end))
- end
- end)
- end
- function r15r1(who,megah)
- local ded = who
- if ded:FindFirstChild("xdded") == nil then
- local dame = Instance.new("Glue",ded) dame.Name = "xddedxd"
- local h2 = ded:FindFirstChild("Head")
- local t2 = ded:FindFirstChild("UpperTorso")
- local lt2 = ded:FindFirstChild("LowerTorso")
- local rua2 = ded:FindFirstChild("RightUpperArm")
- local lua2 = ded:FindFirstChild("LeftUpperArm")
- local rla2 = ded:FindFirstChild("RightLowerArm")
- local lla2 = ded:FindFirstChild("LeftLowerArm")
- local rh2 = ded:FindFirstChild("RightHand")
- local lh2 = ded:FindFirstChild("LeftHand")
- local rul2 = ded:FindFirstChild("RightUpperLeg")
- local lul2 = ded:FindFirstChild("LeftUpperLeg")
- local rll2 = ded:FindFirstChild("RightLowerLeg")
- local lll2 = ded:FindFirstChild("LeftLowerLeg")
- local rf2 = ded:FindFirstChild("RightFoot")
- local lf2 = ded:FindFirstChild("LeftFoot")
- local rut1 = ded:FindFirstChild("HumanoidRootPart")
- local nec1 = h2:FindFirstChild("Neck")
- local waist1 = t2:FindFirstChild("Waist")
- local rs1 = rua2:FindFirstChild("RightShoulder")
- local ls1 = lua2:FindFirstChild("LeftShoulder")
- local re1 = rla2:FindFirstChild("RightElbow")
- local le1 = lla2:FindFirstChild("LeftElbow")
- local rw1 = rh2:FindFirstChild("RightWrist")
- local lw1 = lh2:FindFirstChild("LeftWrist")
- local rh1 = rul2:FindFirstChild("RightHip")
- local lh1 = lul2:FindFirstChild("LeftHip")
- local rk1 = rll2:FindFirstChild("RightKnee")
- local lk1 = lll2:FindFirstChild("LeftKnee")
- local ra1 = rf2:FindFirstChild("RightAnkle")
- local la1 = lf2:FindFirstChild("LeftAnkle")
- if rut1 ~= nil then
- rut1:Destroy()
- end
- for i,v in pairs(ded:GetDescendants()) do
- if v:IsA("Script") or v:IsA("LocalScript") then
- v.Parent = nil
- end
- end
- local hum1 = ded:FindFirstChildOfClass("Humanoid")
- hum1.PlatformStand = true
- hum1.MaxHealth = 100
- hum1.Health = 5
- for i,v in pairs(t2:GetChildren()) do
- if v.Name == "yoh" and megah == "hec" or v.Name == "yow" and megah == "wai" then
- v:Destroy()
- end
- end
- if ded:FindFirstChild("rip") == nil then
- local trans = 1
- for i,v in pairs(t2:GetDescendants()) do
- if v.Name == "yo" then
- v:Destroy()
- end
- end
- ded:BreakJoints()
- if nec1 ~= nil then
- local nc = Instance.new("Glue",t2) nc.Name = "yoh" nc.C0 = nec1.C0 nc.C1 = nec1.C1 nc.Part0 = t2 nc.Part1 = h2
- if megah == "hec" then
- nc:Destroy()
- local blyd = Instance.new("Part",h2) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(h2.Size.x/2.3,0.001,h2.Size.z/1.3) blyd.Material = "SmoothPlastic"
- local cyl = Instance.new("CylinderMesh",blyd)
- local blydw = Instance.new("Weld",blyd) blydw.Part0 = h2 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,-h2.Size.y/2+-h2.Size.y/13,0)
- local blyd1 = Instance.new("Part",t2) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t2.Size.x/2.3,0.001,t2.Size.z/1.3) blyd1.Material = "SmoothPlastic"
- local cyl1 = Instance.new("CylinderMesh",blyd1)
- local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t2 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,t2.Size.y/2,0)
- local att1 = Instance.new("Attachment",t2) att1.Name = "yo"
- local att2 = Instance.new("Attachment",h2) att2.Name = "yo"
- local rope = Instance.new("RopeConstraint",t2) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
- end
- local ncc = Instance.new("Part",t2) ncc.Name = "yo" ncc.Transparency = trans ncc.Size = Vector3.new(h2.Size.x/2,h2.Size.y/2,h2.Size.z)
- local ncw = Instance.new("Weld",t2) ncw.Name = "yo" ncw.Part0 = h2 ncw.Part1 = ncc
- end
- for i,v in pairs(who:GetDescendants()) do
- if v:IsA("Part") or v:IsA("MeshPart") then
- v.Anchored = false
- end
- end
- hum1.PlatformStand = true
- if waist1 ~= nil then
- local tc = Instance.new("Glue",t2) tc.Name = "yow" tc.C0 = waist1.C1 tc.C1 = waist1.C0 tc.Part0 = t2 tc.Part1 = lt2
- if megah == "wai" then
- tc:Destroy()
- local blyd = Instance.new("Part",lt2) blyd.CanCollide = false blyd.BrickColor = BrickColor.new("Maroon") blyd.Size = Vector3.new(lt2.Size.x,0.001,lt2.Size.z) blyd.Material = "SmoothPlastic"
- local blydw = Instance.new("Weld",blyd) blydw.Part0 = lt2 blydw.Part1 = blyd blydw.C0 = CFrame.new(0,lt2.Size.y/2,0)
- local blyd1 = Instance.new("Part",t2) blyd1.CanCollide = false blyd1.BrickColor = BrickColor.new("Maroon") blyd1.Size = Vector3.new(t2.Size.x,0.001,t2.Size.z) blyd1.Material = "SmoothPlastic"
- local blydw1 = Instance.new("Weld",blyd1) blydw1.Part0 = t2 blydw1.Part1 = blyd1 blydw1.C0 = CFrame.new(0,-t2.Size.y/2,0)
- local att1 = Instance.new("Attachment",t2) att1.Name = "yo"
- local att2 = Instance.new("Attachment",lt2) att2.Name = "yo"
- local rope = Instance.new("RopeConstraint",t2) rope.Name = "yo" rope.Length = 5000 rope.Attachment0 = att1 rope.Attachment1 = att2
- end
- local tcc = Instance.new("Part",t2) tcc.Name = "yo" tcc.Transparency = trans tcc.Size = Vector3.new(lt2.Size.x/2,lt2.Size.y/2,lt2.Size.z)
- local tcw = Instance.new("Weld",t2) tcw.Name = "yo" tcw.Part0 = lt2 tcw.Part1 = tcc tcw.C0 = CFrame.new(0,-lt2.Size.y/4,0)
- end
- hum1.PlatformStand = true
- if rs1 ~= nil then
- local ruac = Instance.new("Glue",t2) ruac.Name = "yo" ruac.C0 = rs.C0 ruac.C1 = rs1.C1 ruac.Part0 = t2 ruac.Part1 = rua2
- local ruacc = Instance.new("Part",t2) ruacc.Name = "yo" ruacc.Transparency = trans ruacc.Size = Vector3.new(rua2.Size.x/1.2,rua2.Size.y/4,rua2.Size.z/1.2)
- local ruacw = Instance.new("Weld",t2) ruacw.Name = "yo" ruacw.Part0 = rua2 ruacw.Part1 = ruacc ruacw.C0 = CFrame.new(0,rua2.Size.y/7,0)
- end
- hum1.PlatformStand = true
- if ls1 ~= nil then
- local luac = Instance.new("Glue",t2) luac.Name = "yo" luac.C0 = ls1.C0 luac.C1 = ls1.C1 luac.Part0 = t2 luac.Part1 = lua2
- local luacc = Instance.new("Part",t2) luacc.Name = "yo" luacc.Transparency = trans luacc.Size = Vector3.new(lua2.Size.x/1.2,lua2.Size.y/4,lua2.Size.z/1.2)
- local luacw = Instance.new("Weld",t2) luacw.Name = "yo" luacw.Part0 = lua2 luacw.Part1 = luacc luacw.C0 = CFrame.new(0,lua2.Size.y/7,0)
- end
- hum1.PlatformStand = true
- if re1 ~= nil then
- local rlac = Instance.new("Glue",t2) rlac.Name = "yo" rlac.C0 = re1.C0 rlac.C1 = re1.C1 rlac.Part0 = rua2 rlac.Part1 = rla2
- local rlacc = Instance.new("Part",t2) rlacc.Name = "yo" rlacc.Transparency = trans rlacc.Size = Vector3.new(rla2.Size.x/1.2,rla2.Size.y/4,rla2.Size.z/1.2)
- local rlacw = Instance.new("Weld",t2) rlacw.Name = "yo" rlacw.Part0 = rla2 rlacw.Part1 = rlacc rlacw.C0 = CFrame.new(0,-rla2.Size.y/7,0)
- end
- hum1.PlatformStand = true
- if le1 ~= nil then
- local llac = Instance.new("Glue",t2) llac.Name = "yo" llac.C0 = le1.C0 llac.C1 = le1.C1 llac.Part0 = lua2 llac.Part1 = lla2
- local llacc = Instance.new("Part",t2) llacc.Name = "yo" llacc.Transparency = trans llacc.Size = Vector3.new(lla2.Size.x/1.2,lla2.Size.y/4,lla2.Size.z/1.2)
- local llacw = Instance.new("Weld",t2) llacw.Name = "yo" llacw.Part0 = lla2 llacw.Part1 = llacc llacw.C0 = CFrame.new(0,-lla2.Size.y/7,0)
- end
- if rw1 ~= nil then
- local rhc = Instance.new("Glue",t2) rhc.Name = "yo" rhc.C0 = rw1.C0 rhc.C1 = rw1.C1 rhc.Part0 = rla2 rhc.Part1 = rh2
- local rhcc = Instance.new("Part",t2) rhcc.Name = "yo" rhcc.Transparency = trans rhcc.Size = Vector3.new(rh2.Size.x/1.2,rh2.Size.y,rh2.Size.z/1.2)
- local rhcw = Instance.new("Weld",t2) rhcw.Name = "yo" rhcw.Part0 = rh2 rhcw.Part1 = rhcc rhcw.C0 = CFrame.new(0,0,0)
- end
- if lw1 ~= nil then
- local lhc = Instance.new("Glue",t2) lhc.Name = "yo" lhc.C0 = lw1.C0 lhc.C1 = lw1.C1 lhc.Part0 = lla2 lhc.Part1 = lh2
- local lhcc = Instance.new("Part",t2) lhcc.Name = "yo" lhcc.Transparency = trans lhcc.Size = Vector3.new(lh2.Size.x/1.2,lh2.Size.y,lh2.Size.z/1.2)
- local lhcw = Instance.new("Weld",t2) lhcw.Name = "yo" lhcw.Part0 = lh2 lhcw.Part1 = lhcc lhcw.C0 = CFrame.new(0,0,0)
- end
- if rh1 ~= nil then
- local rulc = Instance.new("Glue",t2) rulc.Name = "yo" rulc.C0 = rh1.C0 rulc.C1 = rh1.C1 rulc.Part0 = lt2 rulc.Part1 = rul2
- local rulcc = Instance.new("Part",t2) rulcc.Name = "yo" rulcc.Transparency = trans rulcc.Size = Vector3.new(rul2.Size.x/1.2,rul2.Size.y/4,rul2.Size.z/1.2)
- local rulcw = Instance.new("Weld",t2) rulcw.Name = "yo" rulcw.Part0 = rul2 rulcw.Part1 = rulcc rulcw.C0 = CFrame.new(0,rul2.Size.y/7,0)
- end
- if lh1 ~= nil then
- local lulc = Instance.new("Glue",t2) lulc.Name = "yo" lulc.C0 = lh1.C0 lulc.C1 = lh1.C1 lulc.Part0 = lt2 lulc.Part1 = lul2
- local lulcc = Instance.new("Part",t2) lulcc.Name = "yo" lulcc.Transparency = trans lulcc.Size = Vector3.new(lul2.Size.x/1.2,lul2.Size.y/4,lul2.Size.z/1.2)
- local lulcw = Instance.new("Weld",t2) lulcw.Name = "yo" lulcw.Part0 = lul2 lulcw.Part1 = lulcc lulcw.C0 = CFrame.new(0,lul2.Size.y/7,0)
- end
- if rk1 ~= nil then
- local rllc = Instance.new("Glue",t2) rllc.Name = "yo" rllc.C0 = rk1.C0 rllc.C1 = rk1.C1 rllc.Part0 = rul2 rllc.Part1 = rll2
- local rllcc = Instance.new("Part",t2) rllcc.Name = "yo" rllcc.Transparency = trans rllcc.Size = Vector3.new(rll2.Size.x/1.2,rll2.Size.y/3.5,rll2.Size.z/1.2)
- local rllcw = Instance.new("Weld",t2) rllcw.Name = "yo" rllcw.Part0 = rll2 rllcw.Part1 = rllcc rllcw.C0 = CFrame.new(0,-rll2.Size.y/7,0)
- end
- if lk1 ~= nil then
- local lllc = Instance.new("Glue",t2) lllc.Name = "yo" lllc.C0 = lk1.C0 lllc.C1 = lk1.C1 lllc.Part0 = lul2 lllc.Part1 = lll2
- local lllcc = Instance.new("Part",t2) lllcc.Name = "yo" lllcc.Transparency = trans lllcc.Size = Vector3.new(lll2.Size.x/1.2,lll2.Size.y/3.5,lll2.Size.z/1.2)
- local lllcw = Instance.new("Weld",t2) lllcw.Name = "yo" lllcw.Part0 = lll2 lllcw.Part1 = lllcc lllcw.C0 = CFrame.new(0,-lll2.Size.y/7,0)
- end
- if ra1 ~= nil then
- local rfc = Instance.new("Glue",t2) rfc.Name = "yo" rfc.C0 = ra1.C0 rfc.C1 = ra1.C1 rfc.Part0 = rll2 rfc.Part1 = rf2
- local rfcc = Instance.new("Part",t2) rfcc.Name = "yo" rfcc.Transparency = trans rfcc.Size = Vector3.new(rf2.Size.x/1,rf2.Size.y,rf2.Size.z/1)
- local rfcw = Instance.new("Weld",t2) rfcw.Name = "yo" rfcw.Part0 = rf2 rfcw.Part1 = rfcc
- end
- if la1 ~= nil then
- local lfc = Instance.new("Glue",t2) lfc.Name = "yo" lfc.C0 = la1.C0 lfc.C1 = la1.C1 lfc.Part0 = lll2 lfc.Part1 = lf2
- local lfcc = Instance.new("Part",t2) lfcc.Name = "yo" lfcc.Transparency = trans lfcc.Size = Vector3.new(lf2.Size.x/1,lf2.Size.y,lf2.Size.z/1)
- local lfcw = Instance.new("Weld",t2) lfcw.Name = "yo" lfcw.Part0 = lf2 lfcw.Part1 = lfcc
- end
- end
- ded:MakeJoints()
- hum1.Name = "aaa"
- ded.Archivable = true
- local dam = ded:Clone()
- dam.Parent = workspace
- remove(dam,5)
- dam.aaa.Health = .1 dam.aaa.MaxHealth = 100 dam.aaa.PlatformStand = true
- local dame = Instance.new("Glue",dam) dame.Name = "xddedxd"
- for i,v in pairs(ded:GetDescendants()) do
- if v:IsA("Part") or v:IsA("MeshPart") then
- v:Destroy()
- end
- end
- coroutine.resume(coroutine.create(function()
- wait(7)
- ded.Parent = nil
- end))
- end
- end
- local tlerp = function(part,tablee,leinght,easingstyle,easingdirec)
- local info = TweenInfo.new(
- leinght,
- easingstyle,
- easingdirec,
- 0,
- false,
- 0
- )
- local lerp = tweens:Create(part,info,tablee)
- lerp:Play()
- end
- function fires(parent)
- local sound = sshot:Clone() sound.Parent = parent
- local startl = .5
- sound.TimePosition = startl
- sound:Play()
- remove(sound,sound.TimeLength - startl)
- end
- function fire(partp,parent,color1,color2,ssize,osize,leinght,material,minr,maxr,shape,spread,st,ot,onlyraise)
- local part = Instance.new("Part",parent) part.Size = Vector3.new(ssize,ssize,ssize) part.Transparency = st part.CanCollide = false part.Anchored = true part.Shape = shape part.Material = material part.BrickColor = BrickColor.new(color1) part.CFrame = partp.CFrame * CFrame.new(partp.Size.x/math.random(-20,20),partp.Size.y/math.random(-20,20),partp.Size.z/math.random(-20,20))
- if onlyraise == true then
- part.CFrame = CFrame.new(part.CFrame.p,Vector3.new(nil,part.CFrame.y,part.CFrame.z))
- else
- end
- local pcf = part.CFrame
- tlerp(part,{CFrame = pcf * CFrame.new(math.random(-spread,spread)/math.random(2,4),math.random(minr,maxr),math.random(-spread,spread)/math.random(2,4)) * CFrame.Angles(rad(math.random(-180,180)),rad(math.random(-180,180)),rad(math.random(-180,180))),Size = Vector3.new(osize,osize,osize),Color = BrickColor.new(color2).Color,Transparency = ot},leinght,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut)
- game:GetService("Debris"):AddItem(part,leinght)
- end
- tlerp(frs,{C0 = CFrame.new(1,.2,.3) * CFrame.Angles(rad(90),rad(0),rad(0))},1.5,qui,on)
- tlerp(fls,{C0 = CFrame.new(-.5,.3,-1) * CFrame.Angles(rad(80),rad(0),rad(0)) * CFrame.Angles(rad(0),rad(0),rad(55))},1.5,qui,on)
- wait(1.5)
- local aweld = Instance.new("WeldConstraint",ra) aweld.Part0 = ra aweld.Part1 = la
- local bspread = 7
- fls.Part0 = nil
- local bgyro = Instance.new("BodyGyro",rut)
- function bullet(from,to)
- local bullett = Instance.new("Part",workspace) bullett.Name = "Bullet" bullett.Shape = "Ball" bullett.Size = Vector3.new(.5,.5,.5) bullett.Material = "Neon" bullett.BrickColor = BrickColor.new("Daisy orange") bullett.CFrame = from.CFrame * CFrame.new(0,math.random(-2,2)/math.random(2,5),math.random(-2,2)/math.random(2,5)) bullett.Anchored = false bullett.TopSurface = "Smooth" bullett.BottomSurface = "Smooth"
- local bullett1 = Instance.new("Part",bullett) bullett1.Name = "Bullet" bullett1.Shape = "Ball" bullett1.Size = Vector3.new(.7,.7,.7) bullett1.Material = "Neon" bullett1.BrickColor = BrickColor.new("Daisy orange") bullett1.CFrame = from.CFrame * CFrame.new(0,math.random(-2,2)/math.random(2,5),math.random(-2,2)/math.random(2,5)) bullett1.Anchored = false bullett1.Transparency = .6 bullett1.TopSurface = "Smooth" bullett1.BottomSurface = "Smooth" bullett1.CanCollide = false
- bullett.Name = "Bullet" bullett1.Name = "Bullet"
- local wel = Instance.new("Weld",bullett) wel.Part0 = bullett wel.Part1 = bullett1
- local vel = Instance.new("BodyVelocity",bullett) vel.MaxForce = Vector3.new(huge,huge,huge) vel.Velocity = Vector3.new(to.x,to.y,to.z) * 150
- bullett.Touched:connect(function(hit)
- coroutine.resume(coroutine.create(function()
- defc = {"New Yeller","Daisy orange","Neon",.9}
- if hit.Name ~= "Bullet" and hit.Parent ~= shotgun then
- bullett:Destroy() local humo = hit.Parent:FindFirstChildOfClass("Humanoid") or hit.Parent.Parent:FindFirstChildOfClass("Humanoid")
- if humo ~= nil and hit.Parent ~= char then
- if humo.MaxHealth > 5000 then
- if game:GetService("Players"):GetPlayerFromCharacter(humo.Parent) ~= nil then
- ragdoll1(humo.Parent)
- game:GetService("Players"):GetPlayerFromCharacter(humo.Parent):LoadCharacter()
- else
- defc = {"Crimson","Maroon","SmoothPlastic",.5}
- ragdoll1(humo.Parent)
- end
- else
- defc = {"Crimson","Maroon","SmoothPlastic",.5}
- if humo.Parent:FindFirstChild("xddedxd") == nil then
- humo.Health = humo.Health - math.random(10,15)
- if humo.Health <.2 then
- ragdoll1(hit.Parent)
- end
- end
- end
- end
- fire(bullett,workspace,defc[1],defc[2],.3,.8,.2,defc[3],0,0,"Block",0,0,defc[4],false)
- end
- end))
- end)
- remove(bullett,2)
- end
- function firee()
- if not using then
- using = true
- fires(shot)
- for i = 1,math.random(5,9) do
- bullet(shot,cff1.lookVector)
- end
- tlerp(frs,{C1 = CFrame.new(0,-.2,-.5) * CFrame.Angles(rad(-20),rad(0),rad(0))},.15,qui,on)
- wait(.15)
- tlerp(frs,{C1 = CFrame.new(0,.5,0) * CFrame.Angles(rad(0),rad(0),rad(0))},.8,qui,on)
- wait(.8)
- using = false
- end
- end
- cff1 = CFrame.new(shot.Position,mouse.Hit.p)
- mouse.Button1Down:connect(function()
- firee()
- end)
- local loc = NLS([[
- while true do
- local ra = owner.Character:FindFirstChild("Right Arm")
- local la = owner.Character:FindFirstChild("Left Arm")
- ra.Parent:FindFirstChildOfClass("Humanoid").Died:connect(function()
- script:Destroy()
- end)
- ra.LocalTransparencyModifier = 0
- la.LocalTransparencyModifier = 0
- for i,v in pairs(owner.Character:FindFirstChild("Shotgun M3"):GetChildren()) do
- if v:IsA("Part") then
- v.LocalTransparencyModifier = 0
- end
- wait()
- end
- end]],owner.character)
- while true do
- cff1 = CFrame.new(shot.Position,mouse.Hit.p)
- bgyro.MaxTorque = Vector3.new(0,huge,huge)
- bgyro.CFrame = mouse.Hit
- bgyro.D = 0 bgyro.P = 10000
- frs.C0 = CFrame.new(1,.2,.3) * CFrame.Angles(mouse.Hit.lookVector.y,0,0) * CFrame.Angles(rad(90),0,0)
- nec.C1 = necc1 * CFrame.Angles(mouse.Hit.lookVector.y,0,0)
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement