SHOW:
|
|
- or go back to the newest paste.
| 1 | if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
| |
| 2 | do | |
| 3 | script.Parent = owner.Character | |
| 4 | local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
| |
| 5 | local function NewFakeEvent() | |
| 6 | local Bind = Instance.new("BindableEvent")
| |
| 7 | local Fake;Fake = {Connections = {},
| |
| 8 | fakeEvent=true; | |
| 9 | Connect=function(self,Func) | |
| 10 | Bind.Event:connect(Func) | |
| 11 | self.Connections[Bind] = true | |
| 12 | return setmetatable({Connected = true},{
| |
| 13 | __index = function (self,Index) | |
| 14 | if Index:lower() == "disconnect" then | |
| 15 | return function() Fake.Connections[Bind] = false;self.Connected = false end | |
| 16 | end | |
| 17 | return Fake[Index] | |
| 18 | end; | |
| 19 | __tostring = function() return "Connection" end; | |
| 20 | }) | |
| 21 | end} | |
| 22 | Fake.connect = Fake.Connect;return Fake; | |
| 23 | end | |
| 24 | local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
| |
| 25 | local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
| |
| 26 | local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
| |
| 27 | self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
| |
| 28 | end};ContextActionService.UnBindAction = ContextActionService.BindAction | |
| 29 | local function TriggerEvent(self,Event,...) | |
| 30 | local Trigger = Mouse[Event] | |
| 31 | if Trigger and Trigger.fakeEvent and Trigger.Connections then | |
| 32 | for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end | |
| 33 | end | |
| 34 | end | |
| 35 | Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent | |
| 36 | Event.OnServerEvent:Connect(function(FiredBy,Input) | |
| 37 | if FiredBy.Name ~= owner.Name then return end | |
| 38 | if Input.MouseEvent then | |
| 39 | Mouse.Target = Input.Target;Mouse.Hit = Input.Hit | |
| 40 | else | |
| 41 | local Begin = Input.UserInputState == Enum.UserInputState.Begin | |
| 42 | if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end | |
| 43 | for _,Action in pairs(ContextActionService.Actions) do | |
| 44 | for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end | |
| 45 | end | |
| 46 | Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower()) | |
| 47 | UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false) | |
| 48 | end | |
| 49 | end) | |
| 50 | InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService | |
| 51 | Event.Parent = NLS([[ | |
| 52 | local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
| |
| 53 | local Input = function(Input,gameProcessedEvent) | |
| 54 | if gameProcessedEvent then return end | |
| 55 | Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
| |
| 56 | end | |
| 57 | UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input) | |
| 58 | local Hit,Target | |
| 59 | while wait(1/30) do | |
| 60 | if Hit ~= Mouse.Hit or Target ~= Mouse.Target then | |
| 61 | Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
| |
| 62 | end | |
| 63 | end | |
| 64 | ]],owner.Character) | |
| 65 | end | |
| 66 | RealGame = game;game = setmetatable({},{
| |
| 67 | __index = function (self,Index) | |
| 68 | local Sandbox = function (Thing) | |
| 69 | if Thing:IsA("Player") then
| |
| 70 | local RealPlayer = Thing | |
| 71 | return setmetatable({},{
| |
| 72 | __index = function (self,Index) | |
| 73 | local Type = type(RealPlayer[Index]) | |
| 74 | if Type == "function" then | |
| 75 | if Index:lower() == "getmouse" or Index:lower() == "mouse" then | |
| 76 | return function (self)return InternalData["Mouse"] end | |
| 77 | end | |
| 78 | return function (self,...)return RealPlayer[Index](RealPlayer,...) end | |
| 79 | end | |
| 80 | return RealPlayer[Index] | |
| 81 | end; | |
| 82 | __tostring = function(self) return RealPlayer.Name end | |
| 83 | }) | |
| 84 | end | |
| 85 | end | |
| 86 | if RealGame[Index] then | |
| 87 | local Type = type(RealGame[Index]) | |
| 88 | if Type == "function" then | |
| 89 | if Index:lower() == "getservice" or Index:lower() == "service" then | |
| 90 | return function (self,Service) | |
| 91 | local FakeServices = {
| |
| 92 | ["players"] = function() | |
| 93 | return setmetatable({},{
| |
| 94 | __index = function (self2,Index2) | |
| 95 | local RealService = RealGame:GetService(Service) | |
| 96 | local Type2 = type(Index2) | |
| 97 | if Type2 == "function" then | |
| 98 | return function (self,...) return RealService[Index2](RealService,...)end | |
| 99 | else | |
| 100 | if Index2:lower() == "localplayer" then return Sandbox(owner) end | |
| 101 | return RealService[Index2] | |
| 102 | end | |
| 103 | end; | |
| 104 | __tostring = function(self) return RealGame:GetService(Service).Name end | |
| 105 | }) | |
| 106 | end; | |
| 107 | ["contextactionservice"] = function() return InternalData["ContextActionService"] end; | |
| 108 | ["userinputservice"] = function() return InternalData["UserInputService"] end; | |
| 109 | ["runservice"] = function() | |
| 110 | return setmetatable({},{
| |
| 111 | __index = function(self2,Index2) | |
| 112 | local RealService = RealGame:GetService(Service) | |
| 113 | local Type2 = type(Index2) | |
| 114 | if Type2 == "function" then | |
| 115 | return function (self,...) return RealService[Index2](RealService,...) end | |
| 116 | else | |
| 117 | local RunServices = {
| |
| 118 | ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
| |
| 119 | ["renderstepped"] = function() return RealService["Stepped"] end | |
| 120 | } | |
| 121 | if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end | |
| 122 | return RealService[Index2] | |
| 123 | end | |
| 124 | end | |
| 125 | }) | |
| 126 | end | |
| 127 | } | |
| 128 | if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end | |
| 129 | return RealGame:GetService(Service) | |
| 130 | end | |
| 131 | end | |
| 132 | return function (self,...) return RealGame[Index](RealGame,...) end | |
| 133 | else | |
| 134 | if game:GetService(Index) then return game:GetService(Index) end | |
| 135 | return RealGame[Index] | |
| 136 | end | |
| 137 | end | |
| 138 | return nil | |
| 139 | end | |
| 140 | });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
| |
| 141 | ||
| 142 | Me = game.Players.LocalPlayer | |
| 143 | char = Me.Character | |
| 144 | larm = char["Left Arm"] | |
| 145 | rarm = char["Right Arm"] | |
| 146 | lleg = char["Left Leg"] | |
| 147 | rleg = char["Right Leg"] | |
| 148 | torso = char.Torso | |
| 149 | ||
| 150 | lleg.Transparency = 1 | |
| 151 | rleg.Transparency = 1 | |
| 152 | larm.Transparency = 1 | |
| 153 | rarm.Transparency = 1 | |
| 154 | torso.Transparency = 1 | |
| 155 | ------------------------------------------------------------------ Player ------------------------------------------------------------------- | |
| 156 | ||
| 157 | ----------------------------------------------------------------- Left Arm ----------------------------------------------------------------- | |
| 158 | larm1 = Instance.new("Part", char)
| |
| 159 | larm1.Name = "Middle" | |
| 160 | larm1.BrickColor = BrickColor.new("Royal purple")
| |
| 161 | larm1.Size = Vector3.new(1, 2, 1) | |
| 162 | larm1.CanCollide = false | |
| 163 | larm1.BottomSurface = "Smooth" | |
| 164 | larm1.TopSurface = "Smooth" | |
| 165 | larm1.Material = "Neon" | |
| 166 | Weld = Instance.new("Weld",larm)
| |
| 167 | Weld.Part0 = larm | |
| 168 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 169 | Weld.Part1 = larm1 | |
| 170 | Weld.C1 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 171 | ||
| 172 | larm2 = Instance.new("Part", char)
| |
| 173 | larm2.BrickColor = BrickColor.new("Really black")
| |
| 174 | larm2.Size = Vector3.new(1, 0.4, 1) | |
| 175 | larm2.CanCollide = false | |
| 176 | larm2.BottomSurface = "Smooth" | |
| 177 | larm2.TopSurface = "Smooth" | |
| 178 | Weld = Instance.new("Weld",larm)
| |
| 179 | Weld.Part0 = larm | |
| 180 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 181 | Weld.Part1 = larm2 | |
| 182 | Weld.C1 = CFrame.new(-0.452633858, -0.349740982, -1.50225353, -0.00506608887, 0.999986708, -0.00096991309, -0.0106740929, 0.000915773562, 0.999942601, 0.999930143, 0.0050761546, 0.0106693096) | |
| 183 | ||
| 184 | larm3 = Instance.new("Part", char)
| |
| 185 | larm3.BrickColor = BrickColor.new("Really black")
| |
| 186 | larm3.Size = Vector3.new(1, 0.4, 1) | |
| 187 | larm3.CanCollide = false | |
| 188 | larm3.BottomSurface = "Smooth" | |
| 189 | larm3.TopSurface = "Smooth" | |
| 190 | Weld = Instance.new("Weld",larm)
| |
| 191 | Weld.Part0 = larm | |
| 192 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 193 | Weld.Part1 = larm3 | |
| 194 | Weld.C1 = CFrame.new(-0.452513218, -1.90224648, -0.0102577209, -0.00506604509, 0.999986708, -0.000969912624, 0.999930143, 0.00507611083, 0.0106693096, 0.0106740929, -0.000915773562, -0.999942601) | |
| 195 | ||
| 196 | larm4 = Instance.new("Part", char)
| |
| 197 | larm4.BrickColor = BrickColor.new("Really black")
| |
| 198 | larm4.Size = Vector3.new(1, 0.4, 1) | |
| 199 | larm4.CanCollide = false | |
| 200 | larm4.BottomSurface = "Smooth" | |
| 201 | larm4.TopSurface = "Smooth" | |
| 202 | Weld = Instance.new("Weld",larm)
| |
| 203 | Weld.Part0 = larm | |
| 204 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 205 | Weld.Part1 = larm4 | |
| 206 | Weld.C1 = CFrame.new(-0.452511787, -0.41024971, 1.50225258, -0.00506623974, 0.999986708, -0.000969914719, 0.0106740929, -0.000915773562, -0.999942601, -0.999930143, -0.00507630548, -0.0106693096) | |
| 207 | ||
| 208 | larm5 = Instance.new("Part", char)
| |
| 209 | larm5.BrickColor = BrickColor.new("Really black")
| |
| 210 | larm5.Size = Vector3.new(1, 0.4, 1) | |
| 211 | larm5.CanCollide = false | |
| 212 | larm5.BottomSurface = "Smooth" | |
| 213 | larm5.TopSurface = "Smooth" | |
| 214 | Weld = Instance.new("Weld",larm)
| |
| 215 | Weld.Part0 = larm | |
| 216 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 217 | Weld.Part1 = larm5 | |
| 218 | Weld.C1 = CFrame.new(-1.50225163, -0.762512684, 0.0102577209, 0.999930143, 0.0050761546, 0.0106693534, -0.00506608794, 0.999986708, -0.000970000518, -0.0106741367, 0.000915860757, 0.999942601) | |
| 219 | ||
| 220 | larm6 = Instance.new("Part", char)
| |
| 221 | larm6.BrickColor = BrickColor.new("Really black")
| |
| 222 | larm6.Size = Vector3.new(1, 0.4, 1) | |
| 223 | larm6.CanCollide = false | |
| 224 | larm6.BottomSurface = "Smooth" | |
| 225 | larm6.TopSurface = "Smooth" | |
| 226 | Mesh = Instance.new("SpecialMesh", larm6)
| |
| 227 | Mesh.MeshType = "Brick" | |
| 228 | Mesh.Scale = Vector3.new(1.1, 1.1, 1.1) | |
| 229 | Weld = Instance.new("Weld",larm)
| |
| 230 | Weld.Part0 = larm | |
| 231 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 232 | Weld.Part1 = larm6 | |
| 233 | Weld.C1 = CFrame.new(0.0102558136, 0.847481251, 1.50225353, -0.0106740929, 0.00091586099, 0.999942601, -0.00506608794, 0.999986708, -0.000970000518, -0.999930143, -0.0050761546, -0.0106693096) | |
| 234 | ||
| 235 | larm7 = Instance.new("Part", char)
| |
| 236 | larm7.BrickColor = BrickColor.new("Royal purple")
| |
| 237 | larm7.Size = Vector3.new(0.5, 0.3, 2) | |
| 238 | larm7.CanCollide = false | |
| 239 | larm7.BottomSurface = "Smooth" | |
| 240 | larm7.TopSurface = "Smooth" | |
| 241 | larm7.Material = "Neon" | |
| 242 | Weld = Instance.new("Weld",larm)
| |
| 243 | Weld.Part0 = larm | |
| 244 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 245 | Weld.Part1 = larm7 | |
| 246 | Weld.C1 = CFrame.new(-0.339956284, 1.83238316, 1.50933075, 0.11770986, 0.484406531, 0.866887927, -0.967169523, 0.253912479, -0.0105566857, -0.225227386, -0.837184966, 0.498391271) | |
| 247 | ||
| 248 | larm8 = Instance.new("Part", char)
| |
| 249 | larm8.BrickColor = BrickColor.new("Really black")
| |
| 250 | larm8.Size = Vector3.new(1, 0.4, 1) | |
| 251 | larm8.CanCollide = false | |
| 252 | larm8.BottomSurface = "Smooth" | |
| 253 | larm8.TopSurface = "Smooth" | |
| 254 | Weld = Instance.new("Weld",larm)
| |
| 255 | Weld.Part0 = larm | |
| 256 | Weld.C0 = CFrame.new(1.50225258, 0.0474791527, -0.0102558136, -0.999930143, -0.0050761546, -0.0106693096, -0.00506608794, 0.999986708, -0.000970000518, 0.0106740929, -0.00091586099, -0.999942601) | |
| 257 | Weld.Part1 = larm8 | |
| 258 | Weld.C1 = CFrame.new(0.247514963, -0.0102424622, 1.58225441, -0.00506623974, 0.999986708, -0.000969914719, 0.0106740929, -0.000915773562, -0.999942601, -0.999930143, -0.00507630548, -0.0106693096) | |
| 259 | ----------------------------------------------------------------- Right Arm ----------------------------------------------------------------- | |
| 260 | rarm1 = Instance.new("Part", char)
| |
| 261 | rarm1.Name = "Middle" | |
| 262 | rarm1.BrickColor = BrickColor.new("Royal purple")
| |
| 263 | rarm1.Size = Vector3.new(1, 2, 1) | |
| 264 | rarm1.CanCollide = false | |
| 265 | rarm1.BottomSurface = "Smooth" | |
| 266 | rarm1.TopSurface = "Smooth" | |
| 267 | rarm1.Material = "Neon" | |
| 268 | Weld = Instance.new("Weld",rarm)
| |
| 269 | Weld.Part0 = rarm | |
| 270 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 271 | Weld.Part1 = rarm1 | |
| 272 | Weld.C1 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 273 | ||
| 274 | rarm2 = Instance.new("Part", char)
| |
| 275 | rarm2.BrickColor = BrickColor.new("Really black")
| |
| 276 | rarm2.Size = Vector3.new(1, 0.4, 1) | |
| 277 | rarm2.CanCollide = false | |
| 278 | rarm2.BottomSurface = "Smooth" | |
| 279 | rarm2.TopSurface = "Smooth" | |
| 280 | Weld = Instance.new("Weld",rarm)
| |
| 281 | Weld.Part0 = rarm | |
| 282 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 283 | Weld.Part1 = rarm2 | |
| 284 | Weld.C1 = CFrame.new(-0.458259583, -0.356315613, 1.50168037, 0.00366159994, 0.999978125, -0.00550877256, 0.00621323148, 0.00548594771, 0.999965668, 0.999974012, -0.00369570963, -0.00619300362) | |
| 285 | ||
| 286 | rarm3 = Instance.new("Part", char)
| |
| 287 | rarm3.BrickColor = BrickColor.new("Really black")
| |
| 288 | rarm3.Size = Vector3.new(1, 0.4, 1) | |
| 289 | rarm3.CanCollide = false | |
| 290 | rarm3.BottomSurface = "Smooth" | |
| 291 | rarm3.TopSurface = "Smooth" | |
| 292 | Weld = Instance.new("Weld",rarm)
| |
| 293 | Weld.Part0 = rarm | |
| 294 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 295 | Weld.Part1 = rarm3 | |
| 296 | Weld.C1 = CFrame.new(-1.50168133, -0.768137932, -0.00367927551, -0.999974012, 0.00369570986, 0.00619304739, 0.00366159948, 0.999978125, -0.00550886011, -0.00621327572, -0.00548603525, -0.999965668) | |
| 297 | ||
| 298 | rarm4 = Instance.new("Part", char)
| |
| 299 | rarm4.BrickColor = BrickColor.new("Really black")
| |
| 300 | rarm4.Size = Vector3.new(1, 0.4, 1) | |
| 301 | rarm4.CanCollide = false | |
| 302 | rarm4.BottomSurface = "Smooth" | |
| 303 | rarm4.TopSurface = "Smooth" | |
| 304 | Weld = Instance.new("Weld",rarm)
| |
| 305 | Weld.Part0 = rarm | |
| 306 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 307 | Weld.Part1 = rarm4 | |
| 308 | Weld.C1 = CFrame.new(-0.00368309021, 1.8716774, 0.458146095, -0.00621323194, -0.00548603525, -0.999965668, 0.999974012, -0.0036957534, -0.00619300315, -0.00366164325, -0.999978125, 0.00550886057) | |
| 309 | ||
| 310 | rarm5 = Instance.new("Part", char)
| |
| 311 | rarm5.BrickColor = BrickColor.new("Really black")
| |
| 312 | rarm5.Size = Vector3.new(1, 0.4, 1) | |
| 313 | rarm5.CanCollide = false | |
| 314 | rarm5.BottomSurface = "Smooth" | |
| 315 | rarm5.TopSurface = "Smooth" | |
| 316 | Mesh = Instance.new("SpecialMesh", rarm5)
| |
| 317 | Mesh.MeshType = "Brick" | |
| 318 | Mesh.Scale = Vector3.new(1.1, 1.1, 1.1) | |
| 319 | Weld = Instance.new("Weld",rarm)
| |
| 320 | Weld.Part0 = rarm | |
| 321 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 322 | Weld.Part1 = rarm5 | |
| 323 | Weld.C1 = CFrame.new(0.00368118286, 0.841855764, -1.50168228, 0.00621323194, 0.00548603525, 0.999965668, 0.00366159948, 0.999978125, -0.00550886011, -0.999974012, 0.00369570963, 0.00619300362) | |
| 324 | ||
| 325 | rarm6 = Instance.new("Part", char)
| |
| 326 | rarm6.BrickColor = BrickColor.new("Really black")
| |
| 327 | rarm6.Size = Vector3.new(1, 0.4, 1) | |
| 328 | rarm6.CanCollide = false | |
| 329 | rarm6.BottomSurface = "Smooth" | |
| 330 | rarm6.TopSurface = "Smooth" | |
| 331 | Weld = Instance.new("Weld",rarm)
| |
| 332 | Weld.Part0 = rarm | |
| 333 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 334 | Weld.Part1 = rarm6 | |
| 335 | Weld.C1 = CFrame.new(-1.50168133, -0.403675079, 0.458138466, -0.999974012, 0.00369575364, 0.00619304692, -0.00621327572, -0.00548603525, -0.999965668, -0.00366164325, -0.999978125, 0.00550886057) | |
| 336 | ||
| 337 | rarm7 = Instance.new("Part", char)
| |
| 338 | rarm7.BrickColor = BrickColor.new("Royal purple")
| |
| 339 | rarm7.Size = Vector3.new(0.5, 0.3, 2) | |
| 340 | rarm7.CanCollide = false | |
| 341 | rarm7.BottomSurface = "Smooth" | |
| 342 | rarm7.TopSurface = "Smooth" | |
| 343 | rarm7.Material = "Neon" | |
| 344 | Weld = Instance.new("Weld",rarm)
| |
| 345 | Weld.Part0 = rarm | |
| 346 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 347 | Weld.Part1 = rarm7 | |
| 348 | Weld.C1 = CFrame.new(0.344418526, -1.80139351, -1.50391006, 0.122256897, -0.48818168, -0.864136577, -0.966848493, -0.25524351, 0.00740774209, -0.224181563, 0.834583461, -0.503202915) | |
| 349 | ||
| 350 | rarm8 = Instance.new("Part", char)
| |
| 351 | rarm8.BrickColor = BrickColor.new("Really black")
| |
| 352 | rarm8.Size = Vector3.new(1, 0.4, 1) | |
| 353 | rarm8.CanCollide = false | |
| 354 | rarm8.BottomSurface = "Smooth" | |
| 355 | rarm8.TopSurface = "Smooth" | |
| 356 | Weld = Instance.new("Weld",rarm)
| |
| 357 | Weld.Part0 = rarm | |
| 358 | Weld.C0 = CFrame.new(-1.50168228, 0.0418539047, -0.00368309021, -0.999974012, 0.00369570963, 0.00619300362, 0.00366159948, 0.999978125, -0.00550886011, -0.00621323194, -0.00548603525, -0.999965668) | |
| 359 | Weld.Part1 = rarm8 | |
| 360 | Weld.C1 = CFrame.new(0.241888285, -0.00366973877, -1.56167889, 0.00366144883, 0.999978125, -0.00550877163, -0.00621323148, -0.00548594771, -0.999965668, -0.999974012, 0.00369555852, 0.00619300455) | |
| 361 | ----------------------------------------------------------------- Left Leg ----------------------------------------------------------------- | |
| 362 | lleg1 = Instance.new("Part", char)
| |
| 363 | lleg1.Name = "Middle" | |
| 364 | lleg1.BrickColor = BrickColor.new("Royal purple")
| |
| 365 | lleg1.Size = Vector3.new(1, 2, 1) | |
| 366 | lleg1.CanCollide = false | |
| 367 | lleg1.BottomSurface = "Smooth" | |
| 368 | lleg1.TopSurface = "Smooth" | |
| 369 | lleg1.Material = "Neon" | |
| 370 | Weld = Instance.new("Weld",lleg)
| |
| 371 | Weld.Part0 = lleg | |
| 372 | Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 373 | Weld.Part1 = lleg1 | |
| 374 | Weld.C1 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 375 | ||
| 376 | lleg2 = Instance.new("Part", char)
| |
| 377 | lleg2.BrickColor = BrickColor.new("Really black")
| |
| 378 | lleg2.Size = Vector3.new(1, 0.4, 1) | |
| 379 | lleg2.CanCollide = false | |
| 380 | lleg2.BottomSurface = "Smooth" | |
| 381 | lleg2.TopSurface = "Smooth" | |
| 382 | Weld = Instance.new("Weld",lleg)
| |
| 383 | Weld.Part0 = lleg | |
| 384 | Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 385 | Weld.Part1 = lleg2 | |
| 386 | Weld.C1 = CFrame.new(0.898587704, 4.77446556, 2.3581152, -7.17753299e-023, 1, 4.37113883e-008, 1.64202821e-015, -4.37113883e-008, 1, 1, -1.4355066e-022, 0) | |
| 387 | ||
| 388 | lleg3 = Instance.new("Part", char)
| |
| 389 | lleg3.BrickColor = BrickColor.new("Really black")
| |
| 390 | lleg3.Size = Vector3.new(0.5, 0.3, 2) | |
| 391 | lleg3.CanCollide = false | |
| 392 | lleg3.BottomSurface = "Smooth" | |
| 393 | lleg3.TopSurface = "Smooth" | |
| 394 | Weld = Instance.new("Weld",lleg)
| |
| 395 | Weld.Part0 = lleg | |
| 396 | Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 397 | Weld.Part1 = lleg3 | |
| 398 | Weld.C1 = CFrame.new(4.69929504, -1.49470997, 3.25491428, 0.183012843, 0.683012605, 0.707106829, -0.965925813, 0.258819133, 1.06770166e-007, -0.183012709, -0.683012724, 0.707106769) | |
| 399 | ||
| 400 | lleg4 = Instance.new("Part", char)
| |
| 401 | lleg4.BrickColor = BrickColor.new("Really black")
| |
| 402 | lleg4.Size = Vector3.new(1, 0.4, 1) | |
| 403 | lleg4.CanCollide = false | |
| 404 | lleg4.BottomSurface = "Smooth" | |
| 405 | lleg4.TopSurface = "Smooth" | |
| 406 | Weld = Instance.new("Weld",lleg)
| |
| 407 | Weld.Part0 = lleg | |
| 408 | Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 409 | Weld.Part1 = lleg4 | |
| 410 | Weld.C1 = CFrame.new(0.899408102, 1.9581213, -5.17447472, 4.37113883e-008, 1, 8.74227766e-008, 1, -4.37113883e-008, -2.68657252e-016, -1.37337096e-015, 8.74227766e-008, -1) | |
| 411 | ||
| 412 | lleg5 = Instance.new("Part", char)
| |
| 413 | lleg5.BrickColor = BrickColor.new("Really black")
| |
| 414 | lleg5.Size = Vector3.new(1, 0.4, 1) | |
| 415 | lleg5.CanCollide = false | |
| 416 | lleg5.BottomSurface = "Smooth" | |
| 417 | lleg5.TopSurface = "Smooth" | |
| 418 | Weld = Instance.new("Weld",lleg)
| |
| 419 | Weld.Part0 = lleg | |
| 420 | Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 421 | Weld.Part1 = lleg5 | |
| 422 | Weld.C1 = CFrame.new(0.899407625, -5.57446861, -2.3581152, -1.50995788e-007, 1, 8.74227766e-008, -1.20315126e-014, 8.74227766e-008, -1, -1, -1.50995788e-007, -8.24226416e-015) | |
| 423 | ||
| 424 | lleg6 = Instance.new("Part", char)
| |
| 425 | lleg6.BrickColor = BrickColor.new("Really black")
| |
| 426 | lleg6.Size = Vector3.new(1, 0.4, 1) | |
| 427 | lleg6.CanCollide = false | |
| 428 | lleg6.BottomSurface = "Smooth" | |
| 429 | lleg6.TopSurface = "Smooth" | |
| 430 | Weld = Instance.new("Weld",lleg)
| |
| 431 | Weld.Part0 = lleg | |
| 432 | Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 433 | Weld.Part1 = lleg6 | |
| 434 | Weld.C1 = CFrame.new(1.49948871, -2.31810665, 5.08444977, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1) | |
| 435 | ||
| 436 | lleg7 = Instance.new("Part", char)
| |
| 437 | lleg7.BrickColor = BrickColor.new("Really black")
| |
| 438 | lleg7.Size = Vector3.new(1, 0.4, 1) | |
| 439 | lleg7.CanCollide = false | |
| 440 | lleg7.BottomSurface = "Smooth" | |
| 441 | lleg7.TopSurface = "Smooth" | |
| 442 | Weld = Instance.new("Weld",lleg)
| |
| 443 | Weld.Part0 = lleg | |
| 444 | Weld.C0 = CFrame.new(-2.3581152, 0.999663353, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 445 | Weld.Part1 = lleg7 | |
| 446 | Weld.C1 = CFrame.new(1.4994036, -2.33812618, 5.26447296, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1) | |
| 447 | ----------------------------------------------------------------- Right Leg ----------------------------------------------------------------- | |
| 448 | rleg1 = Instance.new("Part", char)
| |
| 449 | rleg1.Name = "Middle" | |
| 450 | rleg1.BrickColor = BrickColor.new("Royal purple")
| |
| 451 | rleg1.Size = Vector3.new(1, 2, 1) | |
| 452 | rleg1.CanCollide = false | |
| 453 | rleg1.BottomSurface = "Smooth" | |
| 454 | rleg1.TopSurface = "Smooth" | |
| 455 | rleg1.Material = "Neon" | |
| 456 | Weld = Instance.new("Weld",rleg)
| |
| 457 | Weld.Part0 = rleg | |
| 458 | Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 459 | Weld.Part1 = rleg1 | |
| 460 | Weld.C1 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 461 | ||
| 462 | rleg2 = Instance.new("Part", char)
| |
| 463 | rleg2.BrickColor = BrickColor.new("Really black")
| |
| 464 | rleg2.Size = Vector3.new(1, 0.4, 1) | |
| 465 | rleg2.CanCollide = false | |
| 466 | rleg2.BottomSurface = "Smooth" | |
| 467 | rleg2.TopSurface = "Smooth" | |
| 468 | Weld = Instance.new("Weld",rleg)
| |
| 469 | Weld.Part0 = rleg | |
| 470 | Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 471 | Weld.Part1 = rleg2 | |
| 472 | Weld.C1 = CFrame.new(0.905565023, 3.75810814, -5.17447472, 4.37113883e-008, 1, 8.74227766e-008, 1, -4.37113883e-008, -2.68657252e-016, -1.37337096e-015, 8.74227766e-008, -1) | |
| 473 | ||
| 474 | rleg3 = Instance.new("Part", char)
| |
| 475 | rleg3.BrickColor = BrickColor.new("Really black")
| |
| 476 | rleg3.Size = Vector3.new(1, 0.4, 1) | |
| 477 | rleg3.CanCollide = false | |
| 478 | rleg3.BottomSurface = "Smooth" | |
| 479 | rleg3.TopSurface = "Smooth" | |
| 480 | Weld = Instance.new("Weld",rleg)
| |
| 481 | Weld.Part0 = rleg | |
| 482 | Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 483 | Weld.Part1 = rleg3 | |
| 484 | Weld.C1 = CFrame.new(1.4545058, -3.34725952, 5.0867691, -0.0153048551, 0.999882877, -5.25215728e-006, -0.999882638, -0.0153048476, 0.000690514687, 0.000690353394, 1.58197654e-005, 0.999999762) | |
| 485 | ||
| 486 | rleg4 = Instance.new("Part", char)
| |
| 487 | rleg4.BrickColor = BrickColor.new("Really black")
| |
| 488 | rleg4.Size = Vector3.new(1, 0.4, 1) | |
| 489 | rleg4.CanCollide = false | |
| 490 | rleg4.BottomSurface = "Smooth" | |
| 491 | rleg4.TopSurface = "Smooth" | |
| 492 | Weld = Instance.new("Weld",rleg)
| |
| 493 | Weld.Part0 = rleg | |
| 494 | Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 495 | Weld.Part1 = rleg4 | |
| 496 | Weld.C1 = CFrame.new(1.5055685, -3.33812618, 5.26447296, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1) | |
| 497 | ||
| 498 | rleg5 = Instance.new("Part", char)
| |
| 499 | rleg5.BrickColor = BrickColor.new("Really black")
| |
| 500 | rleg5.Size = Vector3.new(1, 0.4, 1) | |
| 501 | rleg5.CanCollide = false | |
| 502 | rleg5.BottomSurface = "Smooth" | |
| 503 | rleg5.TopSurface = "Smooth" | |
| 504 | Weld = Instance.new("Weld",rleg)
| |
| 505 | Weld.Part0 = rleg | |
| 506 | Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 507 | Weld.Part1 = rleg5 | |
| 508 | Weld.C1 = CFrame.new(0.905564308, -5.57446861, -3.3581152, -1.50995788e-007, 1, 8.74227766e-008, -1.20315126e-014, 8.74227766e-008, -1, -1, -1.50995788e-007, -8.24226416e-015) | |
| 509 | ||
| 510 | rleg6 = Instance.new("Part", char)
| |
| 511 | rleg6.BrickColor = BrickColor.new("Really black")
| |
| 512 | rleg6.Size = Vector3.new(1, 0.4, 1) | |
| 513 | rleg6.CanCollide = false | |
| 514 | rleg6.BottomSurface = "Smooth" | |
| 515 | rleg6.TopSurface = "Smooth" | |
| 516 | Weld = Instance.new("Weld",rleg)
| |
| 517 | Weld.Part0 = rleg | |
| 518 | Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 519 | Weld.Part1 = rleg6 | |
| 520 | Weld.C1 = CFrame.new(0.904744625, 4.77446556, 3.3581152, -7.17753299e-023, 1, 4.37113883e-008, 1.64202821e-015, -4.37113883e-008, 1, 1, -1.4355066e-022, 0) | |
| 521 | ||
| 522 | rleg7 = Instance.new("Part", char)
| |
| 523 | rleg7.BrickColor = BrickColor.new("Really black")
| |
| 524 | rleg7.Size = Vector3.new(0.5, 0.3, 2) | |
| 525 | rleg7.CanCollide = false | |
| 526 | rleg7.BottomSurface = "Smooth" | |
| 527 | rleg7.TopSurface = "Smooth" | |
| 528 | Weld = Instance.new("Weld",rleg)
| |
| 529 | Weld.Part0 = rleg | |
| 530 | Weld.C0 = CFrame.new(-3.3581152, 1.00582027, -5.17447472, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 531 | Weld.Part1 = rleg7 | |
| 532 | Weld.C1 = CFrame.new(-3.66284275, -3.99935341, -4.29136944, 0.183012664, -0.683012724, -0.707106829, -0.965925872, -0.258818954, -3.53088581e-008, -0.183012635, 0.683012784, -0.707106769) | |
| 533 | ----------------------------------------------------------------- Torso ----------------------------------------------------------------- | |
| 534 | Chest1 = Instance.new("Part", char)
| |
| 535 | Chest1.Name = "Ball" | |
| 536 | Chest1.BrickColor = BrickColor.new("Royal purple")
| |
| 537 | Chest1.Size = Vector3.new(1, 0.4, 1) | |
| 538 | Chest1.CanCollide = false | |
| 539 | Chest1.BottomSurface = "Smooth" | |
| 540 | Chest1.TopSurface = "Smooth" | |
| 541 | Chest1.Material = "Neon" | |
| 542 | Mesh = Instance.new("CylinderMesh", Chest1)
| |
| 543 | Mesh.Scale = Vector3.new(0.9, 0.4, 0.9) | |
| 544 | Weld = Instance.new("Weld",torso)
| |
| 545 | Weld.Part0 = torso | |
| 546 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 547 | Weld.Part1 = Chest1 | |
| 548 | Weld.C1 = CFrame.new(0, 0.700000763, 0.176463604, -1, 0, 0, 0, 0, -1, 0, -1, 0) | |
| 549 | ||
| 550 | Chest2 = Instance.new("Part", char)
| |
| 551 | Chest2.BrickColor = BrickColor.new("Royal purple")
| |
| 552 | Chest2.Name = "Middle" | |
| 553 | Chest2.Size = Vector3.new(2, 2, 1) | |
| 554 | Chest2.CanCollide = false | |
| 555 | Chest2.BottomSurface = "Smooth" | |
| 556 | Chest2.TopSurface = "Smooth" | |
| 557 | Chest2.Material = "Neon" | |
| 558 | Weld = Instance.new("Weld",torso)
| |
| 559 | Weld.Part0 = torso | |
| 560 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 561 | Weld.Part1 = Chest2 | |
| 562 | Weld.C1 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 563 | ||
| 564 | Chest3 = Instance.new("Part", char)
| |
| 565 | Chest3.BrickColor = BrickColor.new("Really black")
| |
| 566 | Chest3.Size = Vector3.new(1, 0.4, 1) | |
| 567 | Chest3.CanCollide = false | |
| 568 | Chest3.BottomSurface = "Smooth" | |
| 569 | Chest3.TopSurface = "Smooth" | |
| 570 | Weld = Instance.new("Weld",torso)
| |
| 571 | Weld.Part0 = torso | |
| 572 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 573 | Weld.Part1 = Chest3 | |
| 574 | Weld.C1 = CFrame.new(-0.476491928, -0.5, -0.499999046, 5.15558582e-008, 1, -7.54979013e-008, -3.35276091e-008, 7.54979013e-008, 1, 1, -5.15558582e-008, 3.35276091e-008) | |
| 575 | ||
| 576 | Chest4 = Instance.new("Part", char)
| |
| 577 | Chest4.BrickColor = BrickColor.new("Really black")
| |
| 578 | Chest4.Size = Vector3.new(1, 0.4, 1) | |
| 579 | Chest4.CanCollide = false | |
| 580 | Chest4.BottomSurface = "Smooth" | |
| 581 | Chest4.TopSurface = "Smooth" | |
| 582 | Weld = Instance.new("Weld",torso)
| |
| 583 | Weld.Part0 = torso | |
| 584 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 585 | Weld.Part1 = Chest4 | |
| 586 | Weld.C1 = CFrame.new(-0.476491451, -0.5, 0.5, -1.4355066e-022, 1, 4.37113883e-008, 3.28405643e-015, -4.37113883e-008, 1, 1, -2.8710132e-022, 1.64202821e-015) | |
| 587 | ||
| 588 | Chest5 = Instance.new("Part", char)
| |
| 589 | Chest5.BrickColor = BrickColor.new("Really black")
| |
| 590 | Chest5.Size = Vector3.new(1, 0.4, 1) | |
| 591 | Chest5.CanCollide = false | |
| 592 | Chest5.BottomSurface = "Smooth" | |
| 593 | Chest5.TopSurface = "Smooth" | |
| 594 | Weld = Instance.new("Weld",torso)
| |
| 595 | Weld.Part0 = torso | |
| 596 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 597 | Weld.Part1 = Chest5 | |
| 598 | Weld.C1 = CFrame.new(-0.499999046, 0.5, 0.476491451, 1, -4.37113918e-008, 4.37113847e-008, -4.37113847e-008, 0, 1, -4.37113883e-008, -1, 0) | |
| 599 | ||
| 600 | Chest6 = Instance.new("Part", char)
| |
| 601 | Chest6.BrickColor = BrickColor.new("Really black")
| |
| 602 | Chest6.Size = Vector3.new(1, 0.4, 1) | |
| 603 | Chest6.CanCollide = false | |
| 604 | Chest6.BottomSurface = "Smooth" | |
| 605 | Chest6.TopSurface = "Smooth" | |
| 606 | Weld = Instance.new("Weld",torso)
| |
| 607 | Weld.Part0 = torso | |
| 608 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 609 | Weld.Part1 = Chest6 | |
| 610 | Weld.C1 = CFrame.new(0.5236063, -0.449995041, 0, 0, 1, 8.74227766e-008, 3.28405643e-015, -8.74227766e-008, 1, 1, -1.4355066e-022, 0) | |
| 611 | ||
| 612 | Chest7 = Instance.new("Part", char)
| |
| 613 | Chest7.BrickColor = BrickColor.new("Really black")
| |
| 614 | Chest7.Size = Vector3.new(1, 0.4, 1) | |
| 615 | Chest7.CanCollide = false | |
| 616 | Chest7.BottomSurface = "Smooth" | |
| 617 | Chest7.TopSurface = "Smooth" | |
| 618 | Weld = Instance.new("Weld",torso)
| |
| 619 | Weld.Part0 = torso | |
| 620 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 621 | Weld.Part1 = Chest7 | |
| 622 | Weld.C1 = CFrame.new(0.5, 0.5, 0.476491928, 1, -4.37113918e-008, 4.37113847e-008, -4.37113847e-008, 0, 1, -4.37113883e-008, -1, 0) | |
| 623 | ||
| 624 | Chest8 = Instance.new("Part", char)
| |
| 625 | Chest8.BrickColor = BrickColor.new("Really black")
| |
| 626 | Chest8.Size = Vector3.new(1, 0.4, 1) | |
| 627 | Chest8.CanCollide = false | |
| 628 | Chest8.BottomSurface = "Smooth" | |
| 629 | Chest8.TopSurface = "Smooth" | |
| 630 | Weld = Instance.new("Weld",torso)
| |
| 631 | Weld.Part0 = torso | |
| 632 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 633 | Weld.Part1 = Chest8 | |
| 634 | Weld.C1 = CFrame.new(0, 0.389970779, -0.473520517, 1, -4.37113954e-008, 4.37113847e-008, -4.37113883e-008, -4.37113883e-008, 1, -4.37113883e-008, -1, -4.37113883e-008) | |
| 635 | ||
| 636 | Chest9 = Instance.new("Part", char)
| |
| 637 | Chest9.BrickColor = BrickColor.new("Really black")
| |
| 638 | Chest9.Size = Vector3.new(0.5, 0.3, 2) | |
| 639 | Chest9.CanCollide = false | |
| 640 | Chest9.BottomSurface = "Smooth" | |
| 641 | Chest9.TopSurface = "Smooth" | |
| 642 | Weld = Instance.new("Weld",torso)
| |
| 643 | Weld.Part0 = torso | |
| 644 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 645 | Weld.Part1 = Chest9 | |
| 646 | Weld.C1 = CFrame.new(-0.458083153, 0.580001831, 0.306574821, -0.866025448, -0.49999997, 4.37113883e-008, -3.78551732e-008, -2.18556924e-008, -1, 0.49999997, -0.866025448, 0) | |
| 647 | ||
| 648 | Chest10 = Instance.new("Part", char)
| |
| 649 | Chest10.BrickColor = BrickColor.new("Really black")
| |
| 650 | Chest10.Size = Vector3.new(1, 0.4, 1) | |
| 651 | Chest10.CanCollide = false | |
| 652 | Chest10.BottomSurface = "Smooth" | |
| 653 | Chest10.TopSurface = "Smooth" | |
| 654 | Mesh = Instance.new("SpecialMesh", Chest10)
| |
| 655 | Mesh.Scale = Vector3.new(1.1, 1.1, 1.1) | |
| 656 | Weld = Instance.new("Weld",torso)
| |
| 657 | Weld.Part0 = torso | |
| 658 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 659 | Weld.Part1 = Chest10 | |
| 660 | Weld.C1 = CFrame.new(-1.07653379, 0.899993896, 0, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1) | |
| 661 | ||
| 662 | Chest11 = Instance.new("Part", char)
| |
| 663 | Chest11.BrickColor = BrickColor.new("Really black")
| |
| 664 | Chest11.Size = Vector3.new(0.5, 0.3, 2) | |
| 665 | Chest11.CanCollide = false | |
| 666 | Chest11.BottomSurface = "Smooth" | |
| 667 | Chest11.TopSurface = "Smooth" | |
| 668 | Weld = Instance.new("Weld",torso)
| |
| 669 | Weld.Part0 = torso | |
| 670 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 671 | Weld.Part1 = Chest11 | |
| 672 | Weld.C1 = CFrame.new(0.973486662, -0.460004807, -9.53674316e-007, 1.50995803e-007, 1, 7.54979013e-008, -1.85052948e-014, -7.54979013e-008, 1, 1, -1.50995803e-007, 7.10542736e-015) | |
| 673 | ||
| 674 | Chest12 = Instance.new("Part", char)
| |
| 675 | Chest12.BrickColor = BrickColor.new("Really black")
| |
| 676 | Chest12.Size = Vector3.new(0.5, 0.3, 2) | |
| 677 | Chest12.CanCollide = false | |
| 678 | Chest12.BottomSurface = "Smooth" | |
| 679 | Chest12.TopSurface = "Smooth" | |
| 680 | Weld = Instance.new("Weld",torso)
| |
| 681 | Weld.Part0 = torso | |
| 682 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 683 | Weld.Part1 = Chest12 | |
| 684 | Weld.C1 = CFrame.new(-0.973600388, 0.450008392, -7.62939453e-006, -9.32088255e-008, -1, -4.37113883e-008, 5.82035878e-011, -4.37113883e-008, 1, -1, 9.32088255e-008, 5.82076609e-011) | |
| 685 | ||
| 686 | Chest13 = Instance.new("Part", char)
| |
| 687 | Chest13.BrickColor = BrickColor.new("Really black")
| |
| 688 | Chest13.Size = Vector3.new(0.5, 0.3, 2) | |
| 689 | Chest13.CanCollide = false | |
| 690 | Chest13.BottomSurface = "Smooth" | |
| 691 | Chest13.TopSurface = "Smooth" | |
| 692 | Weld = Instance.new("Weld",torso)
| |
| 693 | Weld.Part0 = torso | |
| 694 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 695 | Weld.Part1 = Chest13 | |
| 696 | Weld.C1 = CFrame.new(-0.729999542, -0.117254257, -1.91926646, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044) | |
| 697 | ||
| 698 | Chest14 = Instance.new("Part", char)
| |
| 699 | Chest14.BrickColor = BrickColor.new("Really black")
| |
| 700 | Chest14.Size = Vector3.new(0.5, 0.3, 2) | |
| 701 | Chest14.CanCollide = false | |
| 702 | Chest14.BottomSurface = "Smooth" | |
| 703 | Chest14.TopSurface = "Smooth" | |
| 704 | Weld = Instance.new("Weld",torso)
| |
| 705 | Weld.Part0 = torso | |
| 706 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 707 | Weld.Part1 = Chest14 | |
| 708 | Weld.C1 = CFrame.new(0.769999504, -0.150730133, -1.91693306, -1, -3.31366472e-008, -4.24129745e-008, 3.31366472e-008, 0.241921902, -0.970295727, 4.24129745e-008, -0.970295727, -0.241921902) | |
| 709 | ||
| 710 | Chest15 = Instance.new("Part", char)
| |
| 711 | Chest15.BrickColor = BrickColor.new("Really black")
| |
| 712 | Chest15.Size = Vector3.new(0.5, 0.3, 2) | |
| 713 | Chest15.CanCollide = false | |
| 714 | Chest15.BottomSurface = "Smooth" | |
| 715 | Chest15.TopSurface = "Smooth" | |
| 716 | Weld = Instance.new("Weld",torso)
| |
| 717 | Weld.Part0 = torso | |
| 718 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 719 | Weld.Part1 = Chest15 | |
| 720 | Weld.C1 = CFrame.new(-0.209440231, 1.25000095, 1.42984772, -6.16862437e-008, 0.656059027, 0.754709601, -1, -6.53672387e-008, -2.49122056e-008, 3.2989405e-008, -0.754709601, 0.656059027) | |
| 721 | ||
| 722 | Chest16 = Instance.new("Part", char)
| |
| 723 | Chest16.BrickColor = BrickColor.new("Really black")
| |
| 724 | Chest16.Size = Vector3.new(0.5, 0.3, 2) | |
| 725 | Chest16.CanCollide = false | |
| 726 | Chest16.BottomSurface = "Smooth" | |
| 727 | Chest16.TopSurface = "Smooth" | |
| 728 | Weld = Instance.new("Weld",torso)
| |
| 729 | Weld.Part0 = torso | |
| 730 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 731 | Weld.Part1 = Chest16 | |
| 732 | Weld.C1 = CFrame.new(-0.158526421, 1.25000095, 1.0131588, -7.35374925e-008, 0.927183867, 0.374606639, -1, -7.43167945e-008, -1.23653887e-008, 1.63745764e-008, -0.374606639, 0.927183867) | |
| 733 | ||
| 734 | Chest17 = Instance.new("Part", char)
| |
| 735 | Chest17.BrickColor = BrickColor.new("Really black")
| |
| 736 | Chest17.Size = Vector3.new(0.5, 0.3, 2) | |
| 737 | Chest17.CanCollide = false | |
| 738 | Chest17.BottomSurface = "Smooth" | |
| 739 | Chest17.TopSurface = "Smooth" | |
| 740 | Weld = Instance.new("Weld",torso)
| |
| 741 | Weld.Part0 = torso | |
| 742 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 743 | Weld.Part1 = Chest17 | |
| 744 | Weld.C1 = CFrame.new(-0.229999542, -0.117254257, -1.91926742, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044) | |
| 745 | ||
| 746 | Chest18 = Instance.new("Part", char)
| |
| 747 | Chest18.BrickColor = BrickColor.new("Really black")
| |
| 748 | Chest18.Size = Vector3.new(0.5, 0.3, 2) | |
| 749 | Chest18.CanCollide = false | |
| 750 | Chest18.BottomSurface = "Smooth" | |
| 751 | Chest18.TopSurface = "Smooth" | |
| 752 | Weld = Instance.new("Weld",torso)
| |
| 753 | Weld.Part0 = torso | |
| 754 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 755 | Weld.Part1 = Chest18 | |
| 756 | Weld.C1 = CFrame.new(0.269999504, -0.117254257, -1.91926742, -1, -3.23980487e-008, -4.22219593e-008, 3.23980487e-008, 0.258819044, -0.965925813, 4.22219593e-008, -0.965925813, -0.258819044) | |
| 757 | ||
| 758 | Chest19 = Instance.new("Part", char)
| |
| 759 | Chest19.BrickColor = BrickColor.new("Really black")
| |
| 760 | Chest19.Size = Vector3.new(0.5, 0.3, 2) | |
| 761 | Chest19.CanCollide = false | |
| 762 | Chest19.BottomSurface = "Smooth" | |
| 763 | Chest19.TopSurface = "Smooth" | |
| 764 | Weld = Instance.new("Weld",torso)
| |
| 765 | Weld.Part0 = torso | |
| 766 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 767 | Weld.Part1 = Chest19 | |
| 768 | Weld.C1 = CFrame.new(-0.00685310364, 1.25, 1.45221233, -2.47515253e-008, 0.224950925, 0.974370122, -1, -4.7067342e-008, -1.45362469e-008, 4.2591072e-008, -0.974370122, 0.224950925) | |
| 769 | ||
| 770 | Chest20 = Instance.new("Part", char)
| |
| 771 | Chest20.BrickColor = BrickColor.new("Really black")
| |
| 772 | Chest20.Size = Vector3.new(1, 0.4, 1) | |
| 773 | Chest20.CanCollide = false | |
| 774 | Chest20.BottomSurface = "Smooth" | |
| 775 | Chest20.TopSurface = "Smooth" | |
| 776 | Mesh = Instance.new("SpecialMesh",Chest20)
| |
| 777 | Mesh.Scale = Vector3.new(1.1,1.1,1.1) | |
| 778 | Weld = Instance.new("Weld",torso)
| |
| 779 | Weld.Part0 = torso | |
| 780 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 781 | Weld.Part1 = Chest20 | |
| 782 | Weld.C1 = CFrame.new(-1.07653379, -0.899992943, 0, -4.37113883e-008, 1, 8.74227766e-008, -1, -4.37113883e-008, -3.55271368e-015, 8.47879895e-015, -8.74227766e-008, 1) | |
| 783 | ||
| 784 | Chest21 = Instance.new("Part", char)
| |
| 785 | Chest21.BrickColor = BrickColor.new("Really black")
| |
| 786 | Chest21.Size = Vector3.new(0.5, 0.3, 2) | |
| 787 | Chest21.CanCollide = false | |
| 788 | Chest21.BottomSurface = "Smooth" | |
| 789 | Chest21.TopSurface = "Smooth" | |
| 790 | Weld = Instance.new("Weld",torso)
| |
| 791 | Weld.Part0 = torso | |
| 792 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 793 | Weld.Part1 = Chest21 | |
| 794 | Weld.C1 = CFrame.new(-0.209432602, -1.14999962, 1.429842, -6.16862437e-008, 0.656059027, 0.754709601, -1, -6.53672387e-008, -2.49122056e-008, 3.2989405e-008, -0.754709601, 0.656059027) | |
| 795 | ||
| 796 | Chest22 = Instance.new("Part", char)
| |
| 797 | Chest22.BrickColor = BrickColor.new("Really black")
| |
| 798 | Chest22.Size = Vector3.new(0.5, 0.3, 2) | |
| 799 | Chest22.CanCollide = false | |
| 800 | Chest22.BottomSurface = "Smooth" | |
| 801 | Chest22.TopSurface = "Smooth" | |
| 802 | Weld = Instance.new("Weld",torso)
| |
| 803 | Weld.Part0 = torso | |
| 804 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 805 | Weld.Part1 = Chest22 | |
| 806 | Weld.C1 = CFrame.new(-0.00685119629, -1.15000057, 1.45220757, -2.47515253e-008, 0.224950925, 0.974370122, -1, -4.7067342e-008, -1.45362469e-008, 4.2591072e-008, -0.974370122, 0.224950925) | |
| 807 | ||
| 808 | Chest23 = Instance.new("Part", char)
| |
| 809 | Chest23.BrickColor = BrickColor.new("Really black")
| |
| 810 | Chest23.Size = Vector3.new(0.5, 0.3, 2) | |
| 811 | Chest23.CanCollide = false | |
| 812 | Chest23.BottomSurface = "Smooth" | |
| 813 | Chest23.TopSurface = "Smooth" | |
| 814 | Weld = Instance.new("Weld",torso)
| |
| 815 | Weld.Part0 = torso | |
| 816 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 817 | Weld.Part1 = Chest23 | |
| 818 | Weld.C1 = CFrame.new(-0.158511639, -1.15000057, 1.01315498, -7.35374925e-008, 0.927183926, 0.374606401, -1, -7.43168016e-008, -1.23653807e-008, 1.63745657e-008, -0.374606401, 0.927183926) | |
| 819 | ||
| 820 | Chest24 = Instance.new("Part", char)
| |
| 821 | Chest24.BrickColor = BrickColor.new("Really black")
| |
| 822 | Chest24.Size = Vector3.new(0.5, 0.3, 2) | |
| 823 | Chest24.CanCollide = false | |
| 824 | Chest24.BottomSurface = "Smooth" | |
| 825 | Chest24.TopSurface = "Smooth" | |
| 826 | Weld = Instance.new("Weld",torso)
| |
| 827 | Weld.Part0 = torso | |
| 828 | Weld.C0 = CFrame.new(0, 0.0235004425, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 829 | Weld.Part1 = Chest24 | |
| 830 | Weld.C1 = CFrame.new(-0.458065987, -0.579999924, 0.306604624, 0.866025388, -0.50000006, 4.37113883e-008, 4.53686155e-008, 1.66003517e-007, 1, -0.50000006, -0.866025388, 1.66447563e-007) |