Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Island made by zachrogamehard133447")
- print("thanks to Ietahuoy for helping me out")
- if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
- print("FE Compatibility: by WaverlyCole & Mokiros")
- InternalData = {}
- do
- script.Parent = owner.Character
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput"
- local function NewFakeEvent()
- local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
- return Fake
- end
- local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
- local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
- local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
- self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
- end};ContextActionService.UnBindAction = ContextActionService.BindAction
- local function TriggerEvent(self,Event,...)
- local Trigger = Mouse[Event]
- if Trigger and Trigger.fakeEvent and Trigger.Function then
- Trigger.Function(...)
- end
- end
- Mouse.TrigEvent = TriggerEvent
- UserInputService.TrigEvent = TriggerEvent
- Event.OnServerEvent:Connect(function(FiredBy,Input)
- if FiredBy.Name ~= owner.Name then end
- if Input.MouseEvent then
- Mouse.Target = Input.Target
- Mouse.Hit = Input.Hit
- else
- local Begin = Input.UserInputState == Enum.UserInputState.Begin
- if Input.UserInputType == Enum.UserInputType.MouseButton1 then
- return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
- end
- for _,Action in pairs(ContextActionService.Actions) do
- for _,Key in pairs(Action.Keys) do
- if Key==Input.KeyCode then
- Action.Function(Action.Name,Input.UserInputState,Input)
- end
- end
- end
- Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
- UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
- end
- end)
- InternalData["Mouse"] = Mouse
- InternalData["ContextActionService"] = ContextActionService
- InternalData["UserInputService"] = UserInputService
- Event.Parent = NLS([[
- local Player = owner
- local Event = script:WaitForChild("UserInput")
- local UserInputService = game:GetService("UserInputService")
- local Mouse = Player:GetMouse()
- local Input = function(Input,gameProcessedEvent)
- if gameProcessedEvent then return end
- Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
- end
- UserInputService.InputBegan:Connect(Input)
- UserInputService.InputEnded:Connect(Input)
- local Hit,Target
- while wait(1/30) do
- if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
- Hit,Target = Mouse.Hit,Mouse.Target
- Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
- end
- end
- ]],owner.Character)
- end
- RealGame = game;game = setmetatable({},{
- __index = function (self,Index)
- local Sandbox = function (Thing)
- if Thing:IsA("Player") then
- local RealPlayer = Thing
- return setmetatable({},{
- __index = function (self,Index)
- local Type = type(RealPlayer[Index])
- if Type == "function" then
- if Index:lower() == "getmouse" or Index:lower() == "mouse" then
- return function (self)
- return InternalData["Mouse"]
- end
- end
- return function (self,...)
- return RealPlayer[Index](RealPlayer,...)
- end
- else
- return RealPlayer[Index]
- end
- end;
- __tostring = function(self)
- return RealPlayer.Name
- end
- })
- end
- end
- if RealGame[Index] then
- local Type = type(RealGame[Index])
- if Type == "function" then
- if Index:lower() == "getservice" or Index:lower() == "service" then
- return function (self,Service)
- if Service:lower() == "players" then
- return setmetatable({},{
- __index = function (self2,Index2)
- local RealService = RealGame:GetService(Service)
- local Type2 = type(Index2)
- if Type2 == "function" then
- return function (self,...)
- return RealService[Index2](RealService,...)
- end
- else
- if Index2:lower() == "localplayer" then
- return Sandbox(owner)
- end
- return RealService[Index2]
- end
- end;
- __tostring = function(self)
- return RealGame:GetService(Service).Name
- end
- })
- elseif Service:lower() == "contextactionservice" then
- return InternalData["ContextActionService"]
- elseif Service:lower() == "contextactionservice" then
- return InternalData["UserInputService"]
- elseif Service:lower() == "runservice" then
- return setmetatable({},{
- __index = function(self2,Index2)
- local RealService = RealGame:GetService(Service)
- local Type2 = type(Index2)
- if Type2 == "function" then
- return function (self,...)
- return RealService[Index2](RealService,...)
- end
- else
- if Index2:lower() == "bindtorenderstep" then
- return function (self,Name,Priority,Function)
- return RealGame:GetService("RunService").Stepped:Connect(Function)
- end
- end
- if Index2:lower() == "renderstepped" then
- return RealService["Stepped"]
- end
- return RealService[Index2]
- end
- end
- })
- else
- return RealGame:GetService(Service)
- end
- end
- end
- return function (self,...)
- return RealGame[Index](RealGame,...)
- end
- else
- if game:GetService(Index) then
- return game:GetService(Index)
- end
- return RealGame[Index]
- end
- else
- return nil
- end
- end
- });Game = game;owner = game:GetService("Players").LocalPlayer
- -- Created with Z_Vs model compiler
- -- https://web.roblox.com/library/2027616474/yee
- --Errors: Attachment,Accessory,Camera
- System = {}
- System.Create = function(a, c)
- local e = Instance.new(a)
- for d, a in pairs(c) do
- local b, a = ypcall(function()
- return e[d]
- end)
- if b then
- e[d] = c[d]
- end
- end
- return e
- end
- function b(d, b)
- local c = getfenv(d)
- local a = setmetatable({}, {
- __index = function(a, a)
- if a:lower() == 'script' then
- return b
- else
- return c[a]
- end
- end
- })
- setfenv(d, a)
- ypcall(function()
- d()
- end)
- end
- c = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "CompiledModel"
- o1 = System.Create("Model",{
- ["Name"] = "SecureIsland",
- ["Parent"] = mas,
- })
- o2 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o1,
- })
- o3 = System.Create("Part",{
- ["Parent"] = o2,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 35.7926559, 717.437317, 33.7440491,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(35.7926559, 717.437317, 33.7440491, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 35.7926559, 717.437317, 33.7440491,
- })
- o4 = System.Create("Part",{
- ["Parent"] = o2,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 37.8667145, 717.342896, 35.6795654,
- ["Rotation"] = -179.860001, 89.8600006, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.8667145, 717.342896, 35.6795654, 0.00268320809, -1.25857698e-13, 0.999996841, -0.00251000212, -0.999997735, 6.73383056e-06, 0.999997497, -0.00251000142, -0.00268279202),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 37.8667145, 717.342896, 35.6795654,
- })
- o5 = System.Create("Weld",{
- ["Parent"] = o4,
- ["Part0"] = o11,
- ["Part1"] = o4,
- })
- o6 = System.Create("Part",{
- ["Parent"] = o2,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 39.9107437, 717.338501, 33.7432556,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(39.9107437, 717.338501, 33.7432556, 1.00000036, -1.25857698e-13, -1.79047206e-07, -4.49741577e-10, -0.999997735, 0.0025100098, 1.79279667e-07, -0.00251000142, -1.0000006),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 39.9107437, 717.338501, 33.7432556,
- })
- o7 = System.Create("Weld",{
- ["Parent"] = o6,
- ["Part0"] = o11,
- ["Part1"] = o6,
- })
- o8 = System.Create("Part",{
- ["Parent"] = o2,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = 37.990715, 717.889221, 33.7150574,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.990715, 717.889221, 33.7150574, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = 37.990715, 717.889221, 33.7150574,
- })
- o9 = System.Create("Part",{
- ["Parent"] = o2,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 38.0457306, 719.338501, 33.6182861,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(38.0457306, 719.338501, 33.6182861, 1.00000036, -1.25857698e-13, -1.79047206e-07, -4.49741577e-10, -0.999997735, 0.0025100098, 1.79279667e-07, -0.00251000142, -1.0000006),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 38.0457306, 719.338501, 33.6182861,
- })
- o10 = System.Create("Weld",{
- ["Parent"] = o9,
- ["Part0"] = o385,
- ["Part1"] = o9,
- })
- o11 = System.Create("Part",{
- ["Parent"] = o2,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 37.9157257, 718.338501, 33.5757751,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.9157257, 718.338501, 33.5757751, 1.00000036, -1.25857698e-13, -1.79047206e-07, -4.49741577e-10, -0.999997735, 0.0025100098, 1.79279667e-07, -0.00251000142, -1.0000006),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 37.9157257, 718.338501, 33.5757751,
- })
- o12 = System.Create("Weld",{
- ["Parent"] = o11,
- ["Part0"] = o9,
- ["Part1"] = o11,
- })
- o13 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o2,
- })
- o14 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o13,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = 37.9464111, 717.545349, 33.7537231,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.9464111, 717.545349, 33.7537231, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = 37.9464111, 717.545349, 33.7537231,
- })
- o15 = System.Create("BlockMesh",{
- ["Parent"] = o14,
- })
- o16 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o14,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
- ["LightEmission"] = 0.75,
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o17 = System.Create("PointLight",{
- ["Parent"] = o14,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o18 = System.Create("Part",{
- ["Parent"] = o2,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 37.8563766, 717.360901, 31.8276672,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.8563766, 717.360901, 31.8276672, 0.00268578832, -3.2525239e-12, 0.999996424, -0.00250999141, -0.999996901, 6.74132616e-06, 0.999993324, -0.00251000049, -0.00268577947),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 37.8563766, 717.360901, 31.8276672,
- })
- o19 = System.Create("Weld",{
- ["Parent"] = o18,
- ["Part0"] = o11,
- ["Part1"] = o18,
- })
- o20 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o1,
- })
- o21 = System.Create("Part",{
- ["Parent"] = o20,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 35.7926407, 717.442322, -29.8513489,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(35.7926407, 717.442322, -29.8513489, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 35.7926407, 717.442322, -29.8513489,
- })
- o22 = System.Create("Part",{
- ["Parent"] = o20,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 37.866684, 717.348022, -27.9153748,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.866684, 717.348022, -27.9153748, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 37.866684, 717.348022, -27.9153748,
- })
- o23 = System.Create("Weld",{
- ["Parent"] = o22,
- ["Part0"] = o29,
- ["Part1"] = o22,
- })
- o24 = System.Create("Part",{
- ["Parent"] = o20,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 39.9107132, 717.343262, -29.8516541,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(39.9107132, 717.343262, -29.8516541, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 39.9107132, 717.343262, -29.8516541,
- })
- o25 = System.Create("Weld",{
- ["Parent"] = o24,
- ["Part0"] = o29,
- ["Part1"] = o24,
- })
- o26 = System.Create("Part",{
- ["Parent"] = o20,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = 37.9906998, 717.895813, -29.8803406,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.9906998, 717.895813, -29.8803406, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = 37.9906998, 717.895813, -29.8803406,
- })
- o27 = System.Create("Part",{
- ["Parent"] = o20,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 38.0457001, 719.343506, -29.9766388,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(38.0457001, 719.343506, -29.9766388, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 38.0457001, 719.343506, -29.9766388,
- })
- o28 = System.Create("Weld",{
- ["Parent"] = o27,
- ["Part0"] = o385,
- ["Part1"] = o27,
- })
- o29 = System.Create("Part",{
- ["Parent"] = o20,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 37.9156952, 718.343506, -30.0191498,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.9156952, 718.343506, -30.0191498, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 37.9156952, 718.343506, -30.0191498,
- })
- o30 = System.Create("Weld",{
- ["Parent"] = o29,
- ["Part0"] = o27,
- ["Part1"] = o29,
- })
- o31 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o20,
- })
- o32 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o31,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = 37.9464035, 717.551941, -29.8416901,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.9464035, 717.551941, -29.8416901, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = 37.9464035, 717.551941, -29.8416901,
- })
- o33 = System.Create("BlockMesh",{
- ["Parent"] = o32,
- })
- o34 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o32,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
- ["LightEmission"] = 0.75,
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o35 = System.Create("PointLight",{
- ["Parent"] = o32,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o36 = System.Create("Part",{
- ["Parent"] = o20,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 37.8563461, 717.367859, -31.7672424,
- ["Rotation"] = -179.860001, 89.9000015, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(37.8563461, 717.367859, -31.7672424, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 37.8563461, 717.367859, -31.7672424,
- })
- o37 = System.Create("Weld",{
- ["Parent"] = o36,
- ["Part0"] = o29,
- ["Part1"] = o36,
- })
- o38 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o1,
- })
- o39 = System.Create("Part",{
- ["Parent"] = o38,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -32.8137093, 717.637329, -29.6328735,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8137093, 717.637329, -29.6328735, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -32.8137093, 717.637329, -29.6328735,
- })
- o40 = System.Create("Part",{
- ["Parent"] = o38,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.7396278, 717.543091, -27.6973419,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.7396278, 717.543091, -27.6973419, 0.00268338691, -3.92129498e-13, 0.999996722, -0.00250999304, -0.999997497, 6.73455406e-06, 0.999996305, -0.00250999769, -0.00268308679),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.7396278, 717.543091, -27.6973419,
- })
- o41 = System.Create("Weld",{
- ["Parent"] = o40,
- ["Part0"] = o46,
- ["Part1"] = o40,
- })
- o42 = System.Create("Part",{
- ["Parent"] = o38,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -28.6955986, 717.538513, -29.6336212,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-28.6955986, 717.538513, -29.6336212, 1.00000024, -3.92129498e-13, -3.58099953e-07, 2.9820596e-10, -0.999997497, 0.00251000072, -1.18750542e-07, -0.00250999769, -0.999999404),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -28.6955986, 717.538513, -29.6336212,
- })
- o43 = System.Create("Weld",{
- ["Parent"] = o42,
- ["Part0"] = o46,
- ["Part1"] = o42,
- })
- o44 = System.Create("Part",{
- ["Parent"] = o38,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = -30.615654, 718.088989, -29.6618652,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.615654, 718.088989, -29.6618652, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = -30.615654, 718.088989, -29.6618652,
- })
- o45 = System.Create("Part",{
- ["Parent"] = o38,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.5606098, 719.538513, -29.758606,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.5606098, 719.538513, -29.758606, 1.00000024, -3.92129498e-13, -3.58099953e-07, 2.9820596e-10, -0.999997497, 0.00251000072, -1.18750542e-07, -0.00250999769, -0.999999404),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.5606098, 719.538513, -29.758606,
- })
- o46 = System.Create("Part",{
- ["Parent"] = o38,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.6906128, 718.538513, -29.8011169,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.6906128, 718.538513, -29.8011169, 1.00000024, -3.92129498e-13, -3.58099953e-07, 2.9820596e-10, -0.999997497, 0.00251000072, -1.18750542e-07, -0.00250999769, -0.999999404),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.6906128, 718.538513, -29.8011169,
- })
- o47 = System.Create("Weld",{
- ["Parent"] = o46,
- ["Part0"] = o45,
- ["Part1"] = o46,
- })
- o48 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o38,
- })
- o49 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o48,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = -30.6599541, 717.745361, -29.6231689,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.6599541, 717.745361, -29.6231689, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = -30.6599541, 717.745361, -29.6231689,
- })
- o50 = System.Create("BlockMesh",{
- ["Parent"] = o49,
- })
- o51 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o49,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
- ["LightEmission"] = 0.75,
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o52 = System.Create("PointLight",{
- ["Parent"] = o49,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o53 = System.Create("Part",{
- ["Parent"] = o38,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.7499599, 717.561157, -31.5492096,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.7499599, 717.561157, -31.5492096, 0.00268597039, 4.61087765e-12, 0.999996424, -0.00250998535, -0.999996901, 6.74177409e-06, 0.999993324, -0.00250999443, -0.00268596178),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.7499599, 717.561157, -31.5492096,
- })
- o54 = System.Create("Weld",{
- ["Parent"] = o53,
- ["Part0"] = o46,
- ["Part1"] = o53,
- })
- o55 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o1,
- })
- o56 = System.Create("Part",{
- ["Parent"] = o55,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -32.8136902, 717.757202, 33.7348328,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8136902, 717.757202, 33.7348328, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -32.8136902, 717.757202, 33.7348328,
- })
- o57 = System.Create("Part",{
- ["Parent"] = o55,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.7396088, 717.662537, 35.6704407,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.7396088, 717.662537, 35.6704407, 0.0026833266, 3.29501671e-13, 0.999996603, -0.00250999024, -0.999997377, 6.73469731e-06, 0.999995232, -0.00250999746, -0.00268314383),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.7396088, 717.662537, 35.6704407,
- })
- o58 = System.Create("Weld",{
- ["Parent"] = o57,
- ["Part0"] = o63,
- ["Part1"] = o57,
- })
- o59 = System.Create("Part",{
- ["Parent"] = o55,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -28.6955795, 717.658142, 33.7341309,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-28.6955795, 717.658142, 33.7341309, 1.00000012, 3.29501671e-13, -2.9825614e-07, 4.48835469e-10, -0.999997377, 0.00250999792, -1.78581104e-07, -0.00250999746, -0.999998331),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -28.6955795, 717.658142, 33.7341309,
- })
- o60 = System.Create("Weld",{
- ["Parent"] = o59,
- ["Part0"] = o63,
- ["Part1"] = o59,
- })
- o61 = System.Create("Part",{
- ["Parent"] = o55,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = -30.6156311, 718.210449, 33.7058411,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.6156311, 718.210449, 33.7058411, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = -30.6156311, 718.210449, 33.7058411,
- })
- o62 = System.Create("Part",{
- ["Parent"] = o55,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.5605888, 719.658142, 33.6091614,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.5605888, 719.658142, 33.6091614, 1.00000012, 3.29501671e-13, -2.9825614e-07, 4.48835469e-10, -0.999997377, 0.00250999792, -1.78581104e-07, -0.00250999746, -0.999998331),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.5605888, 719.658142, 33.6091614,
- })
- o63 = System.Create("Part",{
- ["Parent"] = o55,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.6905937, 718.658142, 33.5666504,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.6905937, 718.658142, 33.5666504, 1.00000012, 3.29501671e-13, -2.9825614e-07, 4.48835469e-10, -0.999997377, 0.00250999792, -1.78581104e-07, -0.00250999746, -0.999998331),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.6905937, 718.658142, 33.5666504,
- })
- o64 = System.Create("Weld",{
- ["Parent"] = o63,
- ["Part0"] = o62,
- ["Part1"] = o63,
- })
- o65 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o55,
- })
- o66 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o65,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = -30.6599312, 717.866577, 33.7445068,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.6599312, 717.866577, 33.7445068, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = -30.6599312, 717.866577, 33.7445068,
- })
- o67 = System.Create("BlockMesh",{
- ["Parent"] = o66,
- })
- o68 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o66,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
- ["LightEmission"] = 0.75,
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o69 = System.Create("PointLight",{
- ["Parent"] = o66,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o70 = System.Create("Part",{
- ["Parent"] = o55,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -30.7499371, 717.682373, 31.8185711,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.7499371, 717.682373, 31.8185711, 0.00268591288, 5.33240162e-12, 0.999996424, -0.00250998535, -0.999996901, 6.74163039e-06, 0.999993324, -0.00250999443, -0.00268590404),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -30.7499371, 717.682373, 31.8185711,
- })
- o71 = System.Create("Weld",{
- ["Parent"] = o70,
- ["Part0"] = o63,
- ["Part1"] = o70,
- })
- o72 = System.Create("Model",{
- ["Name"] = "Controller",
- ["Parent"] = o1,
- })
- o73 = System.Create("Part",{
- ["Parent"] = o72,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = -31.8268661, 750.130066, -3.0370791,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.8268661, 750.130066, -3.0370791, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 4, 8.22999954, 13.5200005,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = -31.8268661, 750.130066, -3.0370791,
- })
- o74 = System.Create("Part",{
- ["Name"] = "Normal",
- ["Parent"] = o72,
- ["BrickColor"] = BrickColor.new("Really blue"),
- ["Position"] = -29.7468662, 748.125061, -2.42747498,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.7468662, 748.125061, -2.42747498, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
- ["Size"] = 0.160000265, 1.48000002, 4.07000017,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0, 1),
- ["Position"] = -29.7468662, 748.125061, -2.42747498,
- })
- o75 = System.Create("ClickDetector",{
- ["Parent"] = o74,
- })
- o76 = System.Create("Script",{
- ["Parent"] = o75,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.workspace.Gravity = 192.2
- end
- script.Parent.MouseClick:connect(onClick) end..o76)
- end))
- o77 = System.Create("SurfaceGui",{
- ["Parent"] = o74,
- ["Face"] = Enum.NormalId.Right,
- ["ClipsDescendants"] = true,
- })
- o78 = System.Create("TextLabel",{
- ["Parent"] = o77,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,200,0,50),
- ["Text"] = "Normal",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SciFi,
- ["FontSize"] = Enum.FontSize.Size60,
- ["TextColor3"] = Color3.new(0, 0, 0),
- })
- o79 = System.Create("Weld",{
- ["Parent"] = o74,
- ["Part0"] = o73,
- ["Part1"] = o74,
- })
- o80 = System.Create("Part",{
- ["Name"] = "END",
- ["Parent"] = o72,
- ["BrickColor"] = BrickColor.new("Bright red"),
- ["Position"] = -29.7468662, 753.14325, 1.37200904,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.7468662, 753.14325, 1.37200904, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
- ["Size"] = 0.160000265, 1.48000002, 4.07000017,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.768627, 0.156863, 0.109804),
- ["Position"] = -29.7468662, 753.14325, 1.37200904,
- })
- o81 = System.Create("ClickDetector",{
- ["Parent"] = o80,
- })
- o82 = System.Create("Script",{
- ["Parent"] = o81,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.Workspace:ClearAllChildren()
- end
- script.Parent.MouseClick:connect(onClick) end..o82)
- end))
- o83 = System.Create("SurfaceGui",{
- ["Parent"] = o80,
- ["Face"] = Enum.NormalId.Right,
- ["ClipsDescendants"] = true,
- })
- o84 = System.Create("TextLabel",{
- ["Parent"] = o83,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,200,0,50),
- ["Text"] = "DELETE",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SciFi,
- ["FontSize"] = Enum.FontSize.Size60,
- ["TextColor3"] = Color3.new(0, 0, 0),
- })
- o85 = System.Create("Weld",{
- ["Parent"] = o80,
- ["Part0"] = o73,
- ["Part1"] = o80,
- })
- o86 = System.Create("Part",{
- ["Name"] = "night",
- ["Parent"] = o72,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = -29.7468662, 750.805969, -6.85208082,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.7468662, 750.805969, -6.85208082, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
- ["Size"] = 0.160000265, 1.48000002, 4.07000017,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = -29.7468662, 750.805969, -6.85208082,
- })
- o87 = System.Create("ClickDetector",{
- ["Parent"] = o86,
- })
- o88 = System.Create("Script",{
- ["Parent"] = o87,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.Lighting.TimeOfDay="0:00:00"
- end
- script.Parent.MouseClick:connect(onClick) end..o88)
- end))
- o89 = System.Create("Weld",{
- ["Parent"] = o86,
- ["Part0"] = o73,
- ["Part1"] = o86,
- })
- o90 = System.Create("SurfaceGui",{
- ["Parent"] = o86,
- ["Face"] = Enum.NormalId.Right,
- ["ClipsDescendants"] = true,
- })
- o91 = System.Create("TextLabel",{
- ["Parent"] = o90,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,200,0,50),
- ["Text"] = "Night",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SciFi,
- ["FontSize"] = Enum.FontSize.Size60,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextStrokeColor3"] = Color3.new(1, 1, 1),
- })
- o92 = System.Create("Part",{
- ["Name"] = "day",
- ["Parent"] = o72,
- ["BrickColor"] = BrickColor.new("Really blue"),
- ["Position"] = -29.7468662, 748.150085, -6.85208082,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.7468662, 748.150085, -6.85208082, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
- ["Size"] = 0.160000265, 1.48000002, 4.07000017,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 0, 1),
- ["Position"] = -29.7468662, 748.150085, -6.85208082,
- })
- o93 = System.Create("ClickDetector",{
- ["Parent"] = o92,
- })
- o94 = System.Create("Script",{
- ["Parent"] = o93,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.Lighting.TimeOfDay="14:00:00"
- end
- script.Parent.MouseClick:connect(onClick) end..o94)
- end))
- o95 = System.Create("SurfaceGui",{
- ["Parent"] = o92,
- ["Face"] = Enum.NormalId.Right,
- ["ClipsDescendants"] = true,
- })
- o96 = System.Create("TextLabel",{
- ["Parent"] = o95,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,200,0,50),
- ["Text"] = "Day",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SciFi,
- ["FontSize"] = Enum.FontSize.Size60,
- ["TextColor3"] = Color3.new(0, 0, 0),
- })
- o97 = System.Create("Weld",{
- ["Parent"] = o92,
- ["Part0"] = o73,
- ["Part1"] = o92,
- })
- o98 = System.Create("Part",{
- ["Name"] = "lowgrav",
- ["Parent"] = o72,
- ["BrickColor"] = BrickColor.new("Mulberry"),
- ["Position"] = -29.7468662, 750.821777, -2.42161489,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.7468662, 750.821777, -2.42161489, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
- ["Size"] = 0.160000265, 1.48000002, 4.07000017,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.34902, 0.133333, 0.34902),
- ["Position"] = -29.7468662, 750.821777, -2.42161489,
- })
- o99 = System.Create("ClickDetector",{
- ["Parent"] = o98,
- })
- o100 = System.Create("Script",{
- ["Parent"] = o99,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.workspace.Gravity = 50
- end
- script.Parent.MouseClick:connect(onClick) end..o100)
- end))
- o101 = System.Create("SurfaceGui",{
- ["Parent"] = o98,
- ["Face"] = Enum.NormalId.Right,
- ["ClipsDescendants"] = true,
- })
- o102 = System.Create("TextLabel",{
- ["Parent"] = o101,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,200,0,50),
- ["Text"] = "Low gravity",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SciFi,
- ["FontSize"] = Enum.FontSize.Size48,
- ["TextColor3"] = Color3.new(1, 1, 1),
- ["TextStrokeColor3"] = Color3.new(1, 1, 1),
- })
- o103 = System.Create("Weld",{
- ["Parent"] = o98,
- ["Part0"] = o73,
- ["Part1"] = o98,
- })
- o104 = System.Create("Part",{
- ["Name"] = "Smoke",
- ["Parent"] = o72,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Transparency"] = 0.75,
- ["Position"] = -32.2019234, 748.165649, -10.4584198,
- ["Rotation"] = -12.2700005, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.2019234, 748.165649, -10.4584198, 1, 0, 0, 0, 0.977159977, 0.212504998, 0, -0.212504998, 0.977159977),
- ["CanCollide"] = false,
- ["Size"] = 2, 2, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = -32.2019234, 748.165649, -10.4584198,
- })
- o105 = System.Create("ParticleEmitter",{
- ["Parent"] = o104,
- ["Transparency"] = NumberSequence.new(0.5,1),
- ["Size"] = NumberSequence.new(1,0),
- ["Color"] = ColorSequence.new(Color3.new(0.470588, 0.470588, 0.470588),Color3.new(0, 0, 0)),
- ["Texture"] = "rbxassetid://2977044760",
- ["Rate"] = 50,
- ["Speed"] = NumberRange.new(1.25,1.25),
- })
- o106 = System.Create("Part",{
- ["Name"] = "Spark",
- ["Parent"] = o72,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["Transparency"] = 1,
- ["Position"] = -32.7702217, 748.814941, -11.1808004,
- ["Rotation"] = -56.4099998, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.7702217, 748.814941, -11.1808004, 1, 0, 0, 0, 0.553301156, 0.832981288, 0, -0.832981288, 0.553301156),
- ["Size"] = 4, 1, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -32.7702217, 748.814941, -11.1808004,
- })
- o107 = System.Create("ParticleEmitter",{
- ["Parent"] = o106,
- ["Size"] = NumberSequence.new(0.69999998807907,0.69999998807907),
- ["Color"] = ColorSequence.new(Color3.new(0.913725, 1, 0.345098),Color3.new(0.72549, 0, 0)),
- ["Lifetime"] = NumberRange.new(0.30000001192093,0.30000001192093),
- ["Rate"] = 3,
- })
- o108 = System.Create("Part",{
- ["Name"] = "security",
- ["Parent"] = o72,
- ["BrickColor"] = BrickColor.new("Lime green"),
- ["Position"] = -29.7468662, 753.111633, -3.54261804,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.7468662, 753.111633, -3.54261804, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
- ["Size"] = 0.160000265, 1.48000002, 4.07000017,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 0),
- ["Position"] = -29.7468662, 753.111633, -3.54261804,
- })
- o109 = System.Create("ClickDetector",{
- ["Parent"] = o108,
- })
- o110 = System.Create("Script",{
- ["Parent"] = o109,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.Workspace.ff1.Transparency = 0.4
- game.Workspace.ff1.CanCollide = true
- game.Workspace.ff2.Transparency = 0.4
- game.Workspace.ff2.CanCollide = true
- game.Workspace.ff3.Transparency = 0.4
- game.Workspace.ff3.CanCollide = true
- game.Workspace.ff4.Transparency = 0.4
- game.Workspace.ff4.CanCollide = true
- game.Workspace.ff5.Transparency = 0.4
- game.Workspace.ff5.CanCollide = true
- game.Workspace.ff6.Transparency = 0.4
- game.Workspace.ff6.CanCollide = true
- end
- script.Parent.MouseClick:connect(onClick) end..o110)
- end))
- o111 = System.Create("SurfaceGui",{
- ["Parent"] = o108,
- ["Face"] = Enum.NormalId.Right,
- ["ClipsDescendants"] = true,
- })
- o112 = System.Create("TextLabel",{
- ["Parent"] = o111,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,200,0,50),
- ["Text"] = "Shield",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SciFi,
- ["FontSize"] = Enum.FontSize.Size60,
- ["TextColor3"] = Color3.new(0, 0, 0),
- })
- o113 = System.Create("Weld",{
- ["Parent"] = o108,
- ["Part0"] = o73,
- ["Part1"] = o108,
- })
- o114 = System.Create("Part",{
- ["Name"] = "de security",
- ["Parent"] = o72,
- ["BrickColor"] = BrickColor.new("Ghost grey"),
- ["Position"] = -29.7468662, 753.044189, -7.81773376,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.7468662, 753.044189, -7.81773376, 0.999999762, 0, 0, 0, 0.999999762, 0, 0, 0, 1),
- ["Size"] = 0.160000265, 1.48000002, 4.07000017,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.792157, 0.796078, 0.819608),
- ["Position"] = -29.7468662, 753.044189, -7.81773376,
- })
- o115 = System.Create("ClickDetector",{
- ["Parent"] = o114,
- })
- o116 = System.Create("Script",{
- ["Parent"] = o115,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.Workspace.ff1.Transparency = 1
- game.Workspace.ff1.CanCollide = false
- game.Workspace.ff2.Transparency = 1
- game.Workspace.ff2.CanCollide = false
- game.Workspace.ff3.Transparency = 1
- game.Workspace.ff3.CanCollide = false
- game.Workspace.ff4.Transparency = 1
- game.Workspace.ff4.CanCollide = false
- game.Workspace.ff5.Transparency = 1
- game.Workspace.ff5.CanCollide = false
- game.Workspace.ff6.Transparency = 1
- game.Workspace.ff6.CanCollide = false
- end
- script.Parent.MouseClick:connect(onClick) end..o116)
- end))
- o117 = System.Create("SurfaceGui",{
- ["Parent"] = o114,
- ["Face"] = Enum.NormalId.Right,
- ["ClipsDescendants"] = true,
- })
- o118 = System.Create("TextLabel",{
- ["Parent"] = o117,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(0,200,0,50),
- ["Text"] = "Deactivate",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SciFi,
- ["FontSize"] = Enum.FontSize.Size48,
- ["TextColor3"] = Color3.new(0, 0, 0),
- })
- o119 = System.Create("Weld",{
- ["Parent"] = o114,
- ["Part0"] = o73,
- ["Part1"] = o114,
- })
- o120 = System.Create("Part",{
- ["Parent"] = o72,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = -30.2870903, 748.42627, -10.4298096,
- ["Rotation"] = -11.75, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.2870903, 748.42627, -10.4298096, 0.999999464, 0, 0, 0, 0.979034901, 0.203696504, 0, -0.203696638, 0.979034364),
- ["Size"] = 0.389999926, 2.78999925, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -30.2870903, 748.42627, -10.4298096,
- })
- o121 = System.Create("Weld",{
- ["Parent"] = o120,
- ["Part0"] = o122,
- ["Part1"] = o120,
- })
- o122 = System.Create("Part",{
- ["Parent"] = o72,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = -31.6855392, 746.895813, -10.3468924,
- ["Rotation"] = -11.75, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.6855392, 746.895813, -10.3468924, 0.999999464, 0, 0, 0, 0.979034901, 0.203696564, 0, -0.203696698, 0.979034364),
- ["Size"] = 3.08999968, 0.239999965, 2.03999972,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -31.6855392, 746.895813, -10.3468924,
- })
- o123 = System.Create("Part",{
- ["Name"] = "Prop Jetpack",
- ["Parent"] = o72,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = -29.8370361, 747.129456, 4.33050489,
- ["Rotation"] = -49.6300011, 42.3400002, 38.3800011,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.8370361, 747.129456, 4.33050489, 0.579434097, -0.458998263, 0.673481107, 0, 0.826337695, 0.563174903, -0.81501919, -0.326322675, 0.478808284),
- ["Size"] = 4, 1, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -29.8370361, 747.129456, 4.33050489,
- })
- o124 = System.Create("SpecialMesh",{
- ["Parent"] = o123,
- ["MeshId"] = "http://www.roblox.com/asset/?id=30643517",
- ["TextureId"] = "http://www.roblox.com/asset/?id=30643565",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o125 = System.Create("Part",{
- ["Parent"] = o72,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = -33.0442696, 748.311646, -10.6714163,
- ["Rotation"] = -11.75, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-33.0442696, 748.311646, -10.6714163, 0.999999642, 0, 0, 0, 0.979036033, 0.203690901, 0, -0.203690991, 0.979035676),
- ["Size"] = 0.389999926, 3.09999895, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -33.0442696, 748.311646, -10.6714163,
- })
- o126 = System.Create("Part",{
- ["Parent"] = o72,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = -31.6704922, 748.271057, -9.31045437,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.6704922, 748.271057, -9.31045437, 0.999999881, 0, 0, 0, 1.00000024, 2.07126141e-06, 0, -2.11596489e-06, 1.00000012),
- ["Size"] = 2.3599999, 3.10999942, 1.03000033,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = -31.6704922, 748.271057, -9.31045437,
- })
- o127 = System.Create("Weld",{
- ["Parent"] = o126,
- ["Part0"] = o125,
- ["Part1"] = o126,
- })
- o128 = System.Create("Weld",{
- ["Parent"] = o126,
- ["Part0"] = o120,
- ["Part1"] = o126,
- })
- o129 = System.Create("Part",{
- ["Parent"] = o72,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = -31.6622353, 749.905029, -10.7375183,
- ["Rotation"] = -14.04, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.6622353, 749.905029, -10.7375183, 1, 0, 0, 0, 0.970142901, 0.242533967, 0, -0.242533967, 0.970142901),
- ["Size"] = 3.08999968, 0.239999965, 2.31999946,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -31.6622353, 749.905029, -10.7375183,
- })
- o130 = System.Create("Model",{
- ["Name"] = "Ietahuoy",
- ["Parent"] = o72,
- ["PrimaryPart"] = o145,
- })
- o131 = System.Create("Part",{
- ["Name"] = "Head",
- ["Parent"] = o130,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -31.2631836, 749.410461, -13.2323904,
- ["Rotation"] = -149.539993, 5.15999985, 176.970001,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.2631836, 749.410461, -13.2323904, -0.994565129, -0.0525620058, 0.0898753926, 0, 0.863215327, 0.504835904, -0.104117014, 0.502092183, -0.858523786),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 1, 1,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -31.2631836, 749.410461, -13.2323904,
- })
- o136 = System.Create("SpecialMesh",{
- ["Parent"] = o131,
- ["MeshId"] = "rbxasset://avatar/heads/headP.mesh",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o137 = System.Create("StringValue",{
- ["Name"] = "AvatarPartScaleType",
- ["Parent"] = o136,
- ["Value"] = "Classic",
- })
- o138 = System.Create("Vector3Value",{
- ["Name"] = "FaceCenterAttachment",
- ["Parent"] = o136,
- })
- o139 = System.Create("Vector3Value",{
- ["Name"] = "FaceFrontAttachment",
- ["Parent"] = o136,
- ["Value"] = 0, 0, -0.589999974,
- })
- o140 = System.Create("Vector3Value",{
- ["Name"] = "HairAttachment",
- ["Parent"] = o136,
- ["Value"] = 0, 0.589999974, -0,
- })
- o141 = System.Create("Vector3Value",{
- ["Name"] = "HatAttachment",
- ["Parent"] = o136,
- ["Value"] = 0, 0.589999974, -0,
- })
- o142 = System.Create("Vector3Value",{
- ["Name"] = "NeckRigAttachment",
- ["Parent"] = o136,
- ["Value"] = 0, -0.490999997, -0,
- })
- o143 = System.Create("Decal",{
- ["Name"] = "faces-25",
- ["Parent"] = o131,
- ["Texture"] = "http://www.roblox.com/asset/?id=3092649878",
- })
- o144 = System.Create("Decal",{
- ["Name"] = "faces-7",
- ["Parent"] = o131,
- ["Texture"] = "http://www.roblox.com/asset/?id=3090334536",
- })
- o145 = System.Create("Part",{
- ["Name"] = "HumanoidRootPart",
- ["Parent"] = o130,
- ["Transparency"] = 1,
- ["Position"] = -31.0471478, 749.210449, -15.2960663,
- ["Rotation"] = -180, 5.98000002, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.0471478, 749.210449, -15.2960663, -0.994565129, 0, 0.104117021, 0, 1, 0, -0.104117014, 0, -0.994565129),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -31.0471478, 749.210449, -15.2960663,
- })
- o146 = System.Create("Part",{
- ["Name"] = "Left Arm",
- ["Parent"] = o130,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -29.8187923, 748.80835, -12.6229095,
- ["Rotation"] = 82.5800018, -0.769999981, -174.070007,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-29.8187923, 748.80835, -12.6229095, -0.994565129, 0.103234738, -0.0135255298, 0, -0.129907042, -0.991526246, -0.104117014, -0.98613739, 0.12920098),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -29.8187923, 748.80835, -12.6229095,
- })
- o148 = System.Create("Part",{
- ["Name"] = "Left Leg",
- ["Parent"] = o130,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -30.5498657, 747.210449, -15.2440023,
- ["Rotation"] = -114.129997, 2.45000005, 174.550003,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-30.5498657, 747.210449, -15.2440023, -0.994564772, -0.0949361995, 0.0427561589, 0, 0.41064316, 0.911796212, -0.104119979, 0.906840324, -0.408411235),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -30.5498657, 747.210449, -15.2440023,
- })
- o149 = System.Create("Part",{
- ["Name"] = "Right Arm",
- ["Parent"] = o130,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.7418709, 748.376709, -13.5143118,
- ["Rotation"] = 162.949997, 5.71999979, -178.25,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.7418709, 748.376709, -13.5143118, -0.994565129, 0.0303802956, 0.0995860845, 0, 0.95648247, -0.291789949, -0.104117014, -0.290204108, -0.951283991),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.7418709, 748.376709, -13.5143118,
- })
- o151 = System.Create("Part",{
- ["Name"] = "Right Leg",
- ["Parent"] = o130,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -31.5452557, 746.610352, -15.3402395,
- ["Rotation"] = -90.75, 0.0799999982, 174.020004,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.5452557, 746.610352, -15.3402395, -0.99456501, -0.104108877, 0.0013776893, 0, 0.0132319983, 0.9999125, -0.104117997, 0.994477868, -0.0131600825),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -31.5452557, 746.610352, -15.3402395,
- })
- o152 = System.Create("Part",{
- ["Name"] = "Torso",
- ["Parent"] = o130,
- ["BrickColor"] = BrickColor.new("Black"),
- ["Position"] = -31.1876755, 748.172241, -13.9536896,
- ["Rotation"] = -161.130005, 5.65999985, 178.070007,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.1876755, 748.172241, -13.9536896, -0.994565129, -0.0335131101, 0.098575972, 0, 0.946780741, 0.321879327, -0.104117014, 0.320129901, -0.941635072),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["LeftSurface"] = Enum.SurfaceType.Weld,
- ["RightSurface"] = Enum.SurfaceType.Weld,
- ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
- ["Position"] = -31.1876755, 748.172241, -13.9536896,
- })
- o153 = System.Create("Decal",{
- ["Name"] = "roblox",
- ["Parent"] = o152,
- })
- o162 = System.Create("Humanoid",{
- ["Parent"] = o130,
- ["RightLeg"] = o151,
- ["LeftLeg"] = o148,
- ["Torso"] = o145,
- })
- o163 = System.Create("BodyColors",{
- ["Parent"] = o130,
- ["HeadColor"] = BrickColor.new("Dark stone grey"),
- ["LeftArmColor"] = BrickColor.new("Dark stone grey"),
- ["LeftLegColor"] = BrickColor.new("Dark stone grey"),
- ["RightArmColor"] = BrickColor.new("Dark stone grey"),
- ["RightLegColor"] = BrickColor.new("Dark stone grey"),
- ["TorsoColor"] = BrickColor.new("Black"),
- })
- o164 = System.Create("Part",{
- ["Name"] = "builder",
- ["Parent"] = o130,
- ["Position"] = -31.1962299, 750.181213, -12.7131205,
- ["Rotation"] = -153.229996, -7.86999989, -176.050003,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.1962299, 750.181213, -12.7131205, -0.988239229, 0.0682264268, -0.136851996, 0, 0.894948721, 0.446169198, 0.152916029, 0.440921932, -0.884423316),
- ["Size"] = 3.29999971, 1, 2.21999979,
- ["Position"] = -31.1962299, 750.181213, -12.7131205,
- })
- o165 = System.Create("SpecialMesh",{
- ["Parent"] = o164,
- ["MeshId"] = "rbxassetid://1073659",
- ["TextureId"] = "rbxassetid://112346870",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o166 = System.Create("Model",{
- ["Name"] = "Wrench",
- ["Parent"] = o130,
- })
- o167 = System.Create("WedgePart",{
- ["Name"] = "WedgePart",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8483963, 747.765381, -12.2414398,
- ["Rotation"] = -121.739998, -2.47000003, 3.98000002,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8483963, 747.765381, -12.2414398, 0.996666372, -0.0693188682, -0.0430252887, 0, -0.527360916, 0.849641323, -0.0815860331, -0.84680891, -0.525602877),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.141821235, 0.283643305, 0.0500000007,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8483963, 747.765381, -12.2414398,
- })
- o168 = System.Create("SpecialMesh",{
- ["Parent"] = o167,
- ["Scale"] = 1, 1, 0.945473671,
- ["MeshType"] = Enum.MeshType.Wedge,
- })
- o169 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8464661, 748.085266, -12.2179556,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8464661, 748.085266, -12.2179556, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.472737432, 0.189095542, 0.165457889,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8464661, 748.085266, -12.2179556,
- })
- o170 = System.Create("BlockMesh",{
- ["Parent"] = o169,
- })
- o171 = System.Create("WedgePart",{
- ["Name"] = "WedgePart",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.9190826, 747.43512, -13.1048117,
- ["Rotation"] = -121.739998, -2.47000003, 3.98000002,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9190826, 747.43512, -13.1048117, 0.996666372, -0.0693188682, -0.0430252887, 0, -0.527360916, 0.849641323, -0.0815860331, -0.84680891, -0.525602877),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.141821235, 0.0500000007, 0.0500000007,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.9190826, 747.43512, -13.1048117,
- })
- o172 = System.Create("SpecialMesh",{
- ["Parent"] = o171,
- ["Scale"] = 1, 0.472738862, 0.472736865,
- ["MeshType"] = Enum.MeshType.Wedge,
- })
- o173 = System.Create("WedgePart",{
- ["Name"] = "WedgePart",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.7885361, 748.039795, -11.5097342,
- ["Rotation"] = 148.089996, -3.97000003, -2.47000003,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.7885361, 748.039795, -11.5097342, 0.996666372, 0.0430257134, -0.0693186074, 0, -0.849638164, -0.527366221, -0.0815860331, 0.525608122, -0.846805692),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.165458098, 0.260006368, 0.118184231,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.7885361, 748.039795, -11.5097342,
- })
- o174 = System.Create("Part",{
- ["Name"] = "Cylinder",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8901329, 747.558899, -12.7515097,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8901329, 747.558899, -12.7515097, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.141821235, 0.425464958, 0.141821057,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8901329, 747.558899, -12.7515097,
- })
- o175 = System.Create("CylinderMesh",{
- ["Parent"] = o174,
- })
- o176 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.809082, 748.356445, -11.7612925,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.809082, 748.356445, -11.7612925, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.543648005, 0.212732479, 0.165457889,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.809082, 748.356445, -11.7612925,
- })
- o177 = System.Create("BlockMesh",{
- ["Parent"] = o176,
- })
- o178 = System.Create("Part",{
- ["Name"] = "Sphere",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Wood,
- ["BrickColor"] = BrickColor.new("Dirt brown"),
- ["Position"] = -32.9809837, 747.201477, -13.8610678,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9809837, 747.201477, -13.8610678, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.189095542, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
- ["Position"] = -32.9809837, 747.201477, -13.8610678,
- })
- o179 = System.Create("SpecialMesh",{
- ["Parent"] = o178,
- ["MeshType"] = Enum.MeshType.Sphere,
- })
- o180 = System.Create("Part",{
- ["Name"] = "Cylinder",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.9081955, 747.421875, -12.9720917,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9081955, 747.421875, -12.9720917, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.0945477709, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.9081955, 747.421875, -12.9720917,
- })
- o181 = System.Create("CylinderMesh",{
- ["Parent"] = o180,
- })
- o182 = System.Create("Part",{
- ["Name"] = "Cylinder",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8721313, 747.695923, -12.5315857,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8721313, 747.695923, -12.5315857, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.0945477709, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8721313, 747.695923, -12.5315857,
- })
- o183 = System.Create("CylinderMesh",{
- ["Parent"] = o182,
- })
- o184 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8721619, 747.875549, -12.5320282,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8721619, 747.875549, -12.5320282, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.543648005, 0.0945477709, 0.2127316,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8721619, 747.875549, -12.5320282,
- })
- o185 = System.Create("BlockMesh",{
- ["Parent"] = o184,
- })
- o186 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8550949, 747.853149, -12.3231659,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8550949, 747.853149, -12.3231659, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.236369416, 0.141821057,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8550949, 747.853149, -12.3231659,
- })
- o187 = System.Create("BlockMesh",{
- ["Parent"] = o186,
- })
- o188 = System.Create("WedgePart",{
- ["Name"] = "WedgePart",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8439369, 747.734558, -12.0419159,
- ["Rotation"] = -31.9099998, 3.97000003, -177.529999,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8439369, 747.734558, -12.0419159, -0.996666372, 0.0430257134, 0.0693186074, 0, -0.849638164, 0.527366221, 0.0815860331, 0.525608122, 0.846805692),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.141821235, 0.307280242, 0.118184231,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8439369, 747.734558, -12.0419159,
- })
- o189 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.8256721, 747.785583, -11.9637604,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.8256721, 747.785583, -11.9637604, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.307279348, 0.0709108263, 0.165457889,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.8256721, 747.785583, -11.9637604,
- })
- o190 = System.Create("BlockMesh",{
- ["Parent"] = o189,
- })
- o191 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.7959671, 747.98175, -11.6005239,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.7959671, 747.98175, -11.6005239, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.260005563, 0.0945477709, 0.165457889,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.7959671, 747.98175, -11.6005239,
- })
- o192 = System.Create("BlockMesh",{
- ["Parent"] = o191,
- })
- o193 = System.Create("Part",{
- ["Name"] = "Cylinder",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Wood,
- ["BrickColor"] = BrickColor.new("Dirt brown"),
- ["Position"] = -32.9547729, 747.401489, -13.5407858,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9547729, 747.401489, -13.5407858, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.756382167, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
- ["Position"] = -32.9547729, 747.401489, -13.5407858,
- })
- o194 = System.Create("CylinderMesh",{
- ["Parent"] = o193,
- })
- o195 = System.Create("Part",{
- ["Name"] = "Cylinder",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.9131355, 747.383667, -13.0323324,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9131355, 747.383667, -13.0323324, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.141821235, 0.0500000007, 0.141821057,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.9131355, 747.383667, -13.0323324,
- })
- o196 = System.Create("CylinderMesh",{
- ["Parent"] = o195,
- ["Scale"] = 1, 0.945477724, 1,
- })
- o197 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.9183998, 747.621765, -13.0958996,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9183998, 747.621765, -13.0958996, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.236368716, 0.0945477709, 0.141821057,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.9183998, 747.621765, -13.0958996,
- })
- o198 = System.Create("BlockMesh",{
- ["Parent"] = o197,
- })
- o199 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.923542, 747.568298, -13.1595917,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.923542, 747.568298, -13.1595917, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.260005563, 0.0709108263, 0.141821057,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.923542, 747.568298, -13.1595917,
- })
- o200 = System.Create("BlockMesh",{
- ["Parent"] = o199,
- })
- o201 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.86763, 748.008179, -12.4756622,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.86763, 748.008179, -12.4756622, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.236368716, 1.37094259, 0.118184231,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.86763, 748.008179, -12.4756622,
- })
- o202 = System.Create("BlockMesh",{
- ["Parent"] = o201,
- })
- o203 = System.Create("Part",{
- ["Name"] = "Cylinder",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Wood,
- ["BrickColor"] = BrickColor.new("Dirt brown"),
- ["Position"] = -32.9790154, 747.161011, -13.8363638,
- ["Rotation"] = -0.0199999996, -85.3199997, 31.8099995,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9790154, 747.161011, -13.8363638, 0.0693220124, -0.0429979376, -0.996667266, 0.527360141, 0.84964186, 2.48957713e-05, 0.846809208, -0.525604308, 0.0815742686),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.0945477709, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
- ["Position"] = -32.9790154, 747.161011, -13.8363638,
- })
- o204 = System.Create("CylinderMesh",{
- ["Parent"] = o203,
- })
- o205 = System.Create("Part",{
- ["Name"] = "Cylinder",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Wood,
- ["BrickColor"] = BrickColor.new("Dirt brown"),
- ["Position"] = -32.950676, 747.320496, -13.4908743,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.950676, 747.320496, -13.4908743, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.756382167, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
- ["Position"] = -32.950676, 747.320496, -13.4908743,
- })
- o206 = System.Create("CylinderMesh",{
- ["Parent"] = o205,
- })
- o207 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Wood,
- ["BrickColor"] = BrickColor.new("Dirt brown"),
- ["Position"] = -32.9527893, 747.360901, -13.515914,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9527893, 747.360901, -13.515914, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.0945474803, 0.756382167, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
- ["Position"] = -32.9527893, 747.360901, -13.515914,
- })
- o208 = System.Create("BlockMesh",{
- ["Parent"] = o207,
- })
- o209 = System.Create("Part",{
- ["Name"] = "Sphere",
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Wood,
- ["BrickColor"] = BrickColor.new("Dirt brown"),
- ["Position"] = -32.9769363, 747.12085, -13.8115845,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.9769363, 747.12085, -13.8115845, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.189094961, 0.189095542, 0.189094737,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.337255, 0.258824, 0.211765),
- ["Position"] = -32.9769363, 747.12085, -13.8115845,
- })
- o210 = System.Create("SpecialMesh",{
- ["Parent"] = o209,
- ["MeshType"] = Enum.MeshType.Sphere,
- })
- o211 = System.Create("Part",{
- ["Parent"] = o166,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -32.915184, 747.423889, -13.0569143,
- ["Rotation"] = -0.0199999996, -85.3199997, -58.1899986,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.915184, 747.423889, -13.0569143, 0.0430009998, 0.069319956, -0.996667385, -0.849636972, 0.527368069, 2.19616995e-05, 0.525611997, 0.84680438, 0.0815741569),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.0945474803, 0.0500000007, 0.141821057,
- ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -32.915184, 747.423889, -13.0569143,
- })
- o212 = System.Create("BlockMesh",{
- ["Parent"] = o211,
- ["Scale"] = 1, 0.945477724, 1,
- })
- o213 = System.Create("Model",{
- ["Name"] = "Fat cage",
- ["Parent"] = o1,
- })
- o214 = System.Create("Part",{
- ["Parent"] = o213,
- ["Position"] = 34.482872, 733.223877, 16.3497295,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.482872, 733.223877, 16.3497295, 1.00000942, 0, 0, 0, 0.999999881, 0, 0, 0, 1.00000966),
- ["Size"] = 11.6799994, 1, 12.1300001,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 34.482872, 733.223877, 16.3497295,
- })
- o215 = System.Create("Part",{
- ["Parent"] = o213,
- ["Material"] = Enum.Material.Glass,
- ["BrickColor"] = BrickColor.new("Cyan"),
- ["Transparency"] = 0.5,
- ["Position"] = 34.3648453, 727.257629, 10.6807861,
- ["Rotation"] = 0, 89.7300034, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.3648453, 727.257629, 10.6807861, 0.00470699323, 0, 0.999988914, 0, 1, 0, -0.999988914, 0, 0.00470699323),
- ["Size"] = 0.819999039, 10.8999987, 11.4300003,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
- ["Position"] = 34.3648453, 727.257629, 10.6807861,
- })
- o216 = System.Create("Weld",{
- ["Parent"] = o215,
- ["Part0"] = o214,
- ["Part1"] = o215,
- })
- o217 = System.Create("Part",{
- ["Name"] = "Front",
- ["Parent"] = o213,
- ["Material"] = Enum.Material.Glass,
- ["BrickColor"] = BrickColor.new("Cyan"),
- ["Transparency"] = 0.5,
- ["Position"] = 28.9758987, 727.313843, 16.3496056,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(28.9758987, 727.313843, 16.3496056, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 0.819999039, 10.8999987, 12.1300001,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
- ["Position"] = 28.9758987, 727.313843, 16.3496056,
- })
- o218 = System.Create("Sound",{
- ["Parent"] = o217,
- ["SoundId"] = "rbxassetid://513919776",
- ["Volume"] = 1,
- })
- o219 = System.Create("Script",{
- ["Parent"] = o217,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- p = script.Parent.Sound
- clicker = script.Parent.ClickDetector
- function onClicked(mouse)
- clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
- p:play()
- wait(.5)
- clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- end))
- o220 = System.Create("ClickDetector",{
- ["Parent"] = o217,
- })
- o221 = System.Create("Part",{
- ["Parent"] = o213,
- ["Material"] = Enum.Material.Glass,
- ["BrickColor"] = BrickColor.new("Cyan"),
- ["Transparency"] = 0.5,
- ["Position"] = 34.3114929, 727.264465, 22.0121765,
- ["Rotation"] = 0, 89.7300034, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.3114929, 727.264465, 22.0121765, 0.00470698392, 0, 0.999988914, 0, 1, 0, -0.999988914, 0, 0.00470698392),
- ["Size"] = 0.819999039, 10.8999987, 11.4300003,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
- ["Position"] = 34.3114929, 727.264465, 22.0121765,
- })
- o222 = System.Create("Weld",{
- ["Parent"] = o221,
- ["Part0"] = o214,
- ["Part1"] = o221,
- })
- o223 = System.Create("Part",{
- ["Parent"] = o213,
- ["Material"] = Enum.Material.Glass,
- ["BrickColor"] = BrickColor.new("Cyan"),
- ["Transparency"] = 0.5,
- ["Position"] = 40.0011368, 727.323059, 16.3491516,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(40.0011368, 727.323059, 16.3491516, 1.00000942, 0, 0, 0, 0.999999881, 0, 0, 0, 1.00000966),
- ["Size"] = 0.819999039, 10.7699995, 12.1300001,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
- ["Position"] = 40.0011368, 727.323059, 16.3491516,
- })
- o224 = System.Create("Weld",{
- ["Parent"] = o223,
- ["Part0"] = o214,
- ["Part1"] = o223,
- })
- o225 = System.Create("Part",{
- ["Parent"] = o213,
- ["Position"] = 34.4830322, 721.408081, 16.3493042,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.4830322, 721.408081, 16.3493042, 1.00000215, 0, 0, 0, 1, 0, 0, 0, 1.00000215),
- ["Size"] = 11.6799994, 1, 12.1300001,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 34.4830322, 721.408081, 16.3493042,
- })
- o226 = System.Create("Model",{
- ["Name"] = "Ion plate",
- ["Parent"] = o1,
- })
- o227 = System.Create("Part",{
- ["Name"] = "Ion Plate",
- ["Parent"] = o226,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 47.5077515, 738.250671, 21.7371521,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5077515, 738.250671, 21.7371521, 1.00000024, -2.99223757e-10, 1.1944212e-07, -2.98769065e-10, 1.00000048, -4.88944352e-09, 1.19442134e-07, -5.58793545e-09, 1.00000238),
- ["Size"] = 7.86999941, 1, 6.90999937,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 47.5077515, 738.250671, 21.7371521,
- })
- o228 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o227,
- })
- o229 = System.Create("Part",{
- ["Parent"] = o228,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 45.3486176, 735.799133, 21.8385315,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(45.3486176, 735.799133, 21.8385315, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 45.3486176, 735.799133, 21.8385315,
- })
- o230 = System.Create("Part",{
- ["Parent"] = o228,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4226532, 735.704773, 23.7744751,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4226532, 735.704773, 23.7744751, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4226532, 735.704773, 23.7744751,
- })
- o231 = System.Create("Weld",{
- ["Parent"] = o230,
- ["Part0"] = o236,
- ["Part1"] = o230,
- })
- o232 = System.Create("Part",{
- ["Parent"] = o228,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 49.4666824, 735.700317, 21.8381958,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(49.4666824, 735.700317, 21.8381958, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 49.4666824, 735.700317, 21.8381958,
- })
- o233 = System.Create("Weld",{
- ["Parent"] = o232,
- ["Part0"] = o236,
- ["Part1"] = o232,
- })
- o234 = System.Create("Part",{
- ["Parent"] = o228,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = 47.5466766, 736.250671, 21.8095398,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5466766, 736.250671, 21.8095398, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = 47.5466766, 736.250671, 21.8095398,
- })
- o235 = System.Create("Part",{
- ["Parent"] = o228,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.6016693, 737.700317, 21.7132263,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.6016693, 737.700317, 21.7132263, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.6016693, 737.700317, 21.7132263,
- })
- o236 = System.Create("Part",{
- ["Parent"] = o228,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4716644, 736.700317, 21.6707153,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4716644, 736.700317, 21.6707153, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4716644, 736.700317, 21.6707153,
- })
- o237 = System.Create("Weld",{
- ["Parent"] = o236,
- ["Part0"] = o235,
- ["Part1"] = o236,
- })
- o238 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o228,
- })
- o239 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o238,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = 47.5023651, 735.907166, 21.848175,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5023651, 735.907166, 21.848175, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = 47.5023651, 735.907166, 21.848175,
- })
- o240 = System.Create("BlockMesh",{
- ["Parent"] = o239,
- })
- o241 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o239,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o242 = System.Create("PointLight",{
- ["Parent"] = o239,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o243 = System.Create("Part",{
- ["Parent"] = o228,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4123154, 735.722717, 19.9226379,
- ["Rotation"] = -179.860001, 89.9000015, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4123154, 735.722717, 19.9226379, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4123154, 735.722717, 19.9226379,
- })
- o244 = System.Create("Weld",{
- ["Parent"] = o243,
- ["Part0"] = o236,
- ["Part1"] = o243,
- })
- o245 = System.Create("Model",{
- ["Name"] = "Ion plate",
- ["Parent"] = o1,
- })
- o246 = System.Create("Part",{
- ["Name"] = "Ion Plate",
- ["Parent"] = o245,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 47.5077438, 741.807983, 30.4944763,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5077438, 741.807983, 30.4944763, 1.00000012, -1.49611878e-10, 5.98374754e-08, -1.49611906e-10, 1.00000024, -2.32830644e-09, 5.98374825e-08, -2.56113708e-09, 1.00000119),
- ["Size"] = 7.86999941, 1, 6.90999937,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 47.5077438, 741.807983, 30.4944763,
- })
- o247 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o246,
- })
- o248 = System.Create("Part",{
- ["Parent"] = o247,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 45.3486176, 739.356445, 30.5958557,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(45.3486176, 739.356445, 30.5958557, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 45.3486176, 739.356445, 30.5958557,
- })
- o249 = System.Create("Part",{
- ["Parent"] = o247,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4226532, 739.262085, 32.5317993,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4226532, 739.262085, 32.5317993, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4226532, 739.262085, 32.5317993,
- })
- o250 = System.Create("Weld",{
- ["Parent"] = o249,
- ["Part0"] = o255,
- ["Part1"] = o249,
- })
- o251 = System.Create("Part",{
- ["Parent"] = o247,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 49.4666824, 739.255798, 30.59552,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(49.4666824, 739.255798, 30.59552, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 49.4666824, 739.255798, 30.59552,
- })
- o252 = System.Create("Weld",{
- ["Parent"] = o251,
- ["Part0"] = o255,
- ["Part1"] = o251,
- })
- o253 = System.Create("Part",{
- ["Parent"] = o247,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = 47.5466766, 739.807983, 30.566864,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5466766, 739.807983, 30.566864, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = 47.5466766, 739.807983, 30.566864,
- })
- o254 = System.Create("Part",{
- ["Parent"] = o247,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.6016693, 741.25592, 30.4705505,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.6016693, 741.25592, 30.4705505, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.6016693, 741.25592, 30.4705505,
- })
- o255 = System.Create("Part",{
- ["Parent"] = o247,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4716644, 740.257629, 30.4280396,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4716644, 740.257629, 30.4280396, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4716644, 740.257629, 30.4280396,
- })
- o256 = System.Create("Weld",{
- ["Parent"] = o255,
- ["Part0"] = o254,
- ["Part1"] = o255,
- })
- o257 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o247,
- })
- o258 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o257,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = 47.5023651, 739.464478, 30.6054993,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5023651, 739.464478, 30.6054993, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = 47.5023651, 739.464478, 30.6054993,
- })
- o259 = System.Create("BlockMesh",{
- ["Parent"] = o258,
- })
- o260 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o258,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o261 = System.Create("PointLight",{
- ["Parent"] = o258,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o262 = System.Create("Part",{
- ["Parent"] = o247,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4123154, 739.280029, 28.6799622,
- ["Rotation"] = -179.860001, 89.9000015, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4123154, 739.280029, 28.6799622, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4123154, 739.280029, 28.6799622,
- })
- o263 = System.Create("Weld",{
- ["Parent"] = o262,
- ["Part0"] = o255,
- ["Part1"] = o262,
- })
- o264 = System.Create("Model",{
- ["Name"] = "Ion plate",
- ["Parent"] = o1,
- })
- o265 = System.Create("Part",{
- ["Name"] = "Ion Plate",
- ["Parent"] = o264,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 47.5077438, 734.693726, 12.5512075,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5077438, 734.693726, 12.5512075, 1.00000024, -2.99223757e-10, 1.1944212e-07, -2.98769065e-10, 1.00000048, -4.88944352e-09, 1.19442134e-07, -5.58793545e-09, 1.00000238),
- ["Size"] = 7.86999941, 1, 6.90999937,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 47.5077438, 734.693726, 12.5512075,
- })
- o266 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o265,
- })
- o267 = System.Create("Part",{
- ["Parent"] = o266,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 45.3486176, 732.241821, 12.6525564,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(45.3486176, 732.241821, 12.6525564, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 45.3486176, 732.241821, 12.6525564,
- })
- o268 = System.Create("Part",{
- ["Parent"] = o266,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4226532, 732.147461, 14.5885,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4226532, 732.147461, 14.5885, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4226532, 732.147461, 14.5885,
- })
- o269 = System.Create("Weld",{
- ["Parent"] = o268,
- ["Part0"] = o274,
- ["Part1"] = o268,
- })
- o270 = System.Create("Part",{
- ["Parent"] = o266,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 49.4666824, 732.143005, 12.6522217,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(49.4666824, 732.143005, 12.6522217, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 49.4666824, 732.143005, 12.6522217,
- })
- o271 = System.Create("Weld",{
- ["Parent"] = o270,
- ["Part0"] = o274,
- ["Part1"] = o270,
- })
- o272 = System.Create("Part",{
- ["Parent"] = o266,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = 47.5466766, 732.69397, 12.6235657,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5466766, 732.69397, 12.6235657, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = 47.5466766, 732.69397, 12.6235657,
- })
- o273 = System.Create("Part",{
- ["Parent"] = o266,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.6016693, 734.143005, 12.5272522,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.6016693, 734.143005, 12.5272522, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.6016693, 734.143005, 12.5272522,
- })
- o274 = System.Create("Part",{
- ["Parent"] = o266,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4716644, 733.143005, 12.4847403,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4716644, 733.143005, 12.4847403, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4716644, 733.143005, 12.4847403,
- })
- o275 = System.Create("Weld",{
- ["Parent"] = o274,
- ["Part0"] = o273,
- ["Part1"] = o274,
- })
- o276 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o266,
- })
- o277 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o276,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = 47.5023651, 732.349854, 12.6622,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5023651, 732.349854, 12.6622, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = 47.5023651, 732.349854, 12.6622,
- })
- o278 = System.Create("BlockMesh",{
- ["Parent"] = o277,
- })
- o279 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o277,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o280 = System.Create("PointLight",{
- ["Parent"] = o277,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o281 = System.Create("Part",{
- ["Parent"] = o266,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4123154, 732.165649, 10.7366638,
- ["Rotation"] = -179.860001, 89.9000015, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4123154, 732.165649, 10.7366638, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4123154, 732.165649, 10.7366638,
- })
- o282 = System.Create("Weld",{
- ["Parent"] = o281,
- ["Part0"] = o274,
- ["Part1"] = o281,
- })
- o283 = System.Create("Model",{
- ["Name"] = "Ion plate",
- ["Parent"] = o1,
- })
- o284 = System.Create("Part",{
- ["Name"] = "Ion Plate",
- ["Parent"] = o283,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 47.3283157, 724.491882, -7.12927198,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.3283157, 724.491882, -7.12927198, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 7.86999941, 1, 6.90999937,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 47.3283157, 724.491882, -7.12927198,
- })
- o285 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o284,
- })
- o286 = System.Create("Part",{
- ["Parent"] = o285,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 45.1691971, 722.040222, -7.0279541,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(45.1691971, 722.040222, -7.0279541, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 45.1691971, 722.040222, -7.0279541,
- })
- o287 = System.Create("Part",{
- ["Parent"] = o285,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.2432327, 721.945801, -5.09199476,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.2432327, 721.945801, -5.09199476, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.2432327, 721.945801, -5.09199476,
- })
- o288 = System.Create("Weld",{
- ["Parent"] = o287,
- ["Part0"] = o293,
- ["Part1"] = o287,
- })
- o289 = System.Create("Part",{
- ["Parent"] = o285,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 49.2872543, 721.940979, -7.02827406,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(49.2872543, 721.940979, -7.02827406, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 49.2872543, 721.940979, -7.02827406,
- })
- o290 = System.Create("Weld",{
- ["Parent"] = o289,
- ["Part0"] = o293,
- ["Part1"] = o289,
- })
- o291 = System.Create("Part",{
- ["Parent"] = o285,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = 47.3672562, 722.493469, -7.0569458,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.3672562, 722.493469, -7.0569458, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = 47.3672562, 722.493469, -7.0569458,
- })
- o292 = System.Create("Part",{
- ["Parent"] = o285,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4222488, 723.94104, -7.1532588,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4222488, 723.94104, -7.1532588, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4222488, 723.94104, -7.1532588,
- })
- o293 = System.Create("Part",{
- ["Parent"] = o285,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.292244, 722.94104, -7.19576979,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.292244, 722.94104, -7.19576979, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.292244, 722.94104, -7.19576979,
- })
- o294 = System.Create("Weld",{
- ["Parent"] = o293,
- ["Part0"] = o292,
- ["Part1"] = o293,
- })
- o295 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o285,
- })
- o296 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o295,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = 47.3229446, 722.14801, -7.01831007,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.3229446, 722.14801, -7.01831007, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = 47.3229446, 722.14801, -7.01831007,
- })
- o297 = System.Create("BlockMesh",{
- ["Parent"] = o296,
- })
- o298 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o296,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o299 = System.Create("PointLight",{
- ["Parent"] = o296,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o300 = System.Create("Part",{
- ["Parent"] = o285,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.2328949, 721.963806, -8.94386196,
- ["Rotation"] = -179.860001, 89.9000015, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.2328949, 721.963806, -8.94386196, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.2328949, 721.963806, -8.94386196,
- })
- o301 = System.Create("Weld",{
- ["Parent"] = o300,
- ["Part0"] = o293,
- ["Part1"] = o300,
- })
- o302 = System.Create("Model",{
- ["Name"] = "Ion plate",
- ["Parent"] = o1,
- })
- o303 = System.Create("Part",{
- ["Name"] = "Ion Plate",
- ["Parent"] = o302,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 47.5077591, 731.136841, 1.42550695,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5077591, 731.136841, 1.42550695, 1.00000024, -2.99223757e-10, 1.1944212e-07, -2.98769065e-10, 1.00000048, -4.88944352e-09, 1.19442134e-07, -5.58793545e-09, 1.00000238),
- ["Size"] = 7.86999941, 1, 6.90999937,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 47.5077591, 731.136841, 1.42550695,
- })
- o304 = System.Create("Model",{
- ["Name"] = "Boost",
- ["Parent"] = o303,
- })
- o305 = System.Create("Part",{
- ["Parent"] = o304,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 45.3486176, 728.684753, 1.52688599,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(45.3486176, 728.684753, 1.52688599, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 45.3486176, 728.684753, 1.52688599,
- })
- o306 = System.Create("Part",{
- ["Parent"] = o304,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4226532, 728.590149, 3.46282911,
- ["Rotation"] = -179.860001, 89.8499985, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4226532, 728.590149, 3.46282911, 0.00268302811, 0, 0.999996483, -0.0025099921, -0.999996901, 6.73425347e-06, 0.999993801, -0.00250999979, -0.00268296129),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4226532, 728.590149, 3.46282911,
- })
- o307 = System.Create("Weld",{
- ["Parent"] = o306,
- ["Part0"] = o312,
- ["Part1"] = o306,
- })
- o308 = System.Create("Part",{
- ["Parent"] = o304,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 49.4666824, 728.585693, 1.52655005,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(49.4666824, 728.585693, 1.52655005, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 49.4666824, 728.585693, 1.52655005,
- })
- o309 = System.Create("Weld",{
- ["Parent"] = o308,
- ["Part0"] = o312,
- ["Part1"] = o308,
- })
- o310 = System.Create("Part",{
- ["Parent"] = o304,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Daisy orange"),
- ["Position"] = 47.5466766, 729.138611, 1.49789405,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5466766, 729.138611, 1.49789405, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Shape"] = Enum.PartType.Ball,
- ["Size"] = 0.430000156, 0.430000156, 0.430000156,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.85098, 0.427451),
- ["Position"] = 47.5466766, 729.138611, 1.49789405,
- })
- o311 = System.Create("Part",{
- ["Parent"] = o304,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.6016693, 730.585938, 1.40158105,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.6016693, 730.585938, 1.40158105, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 6.89999962, 1, 6.52999973,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.6016693, 730.585938, 1.40158105,
- })
- o312 = System.Create("Part",{
- ["Parent"] = o304,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4716644, 729.585938, 1.35906994,
- ["Rotation"] = -179.860001, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4716644, 729.585938, 1.35906994, 1, 0, 0, 0, -0.999996901, 0.00250999979, 0, -0.00250999979, -0.999996901),
- ["Size"] = 5.31999969, 1, 5.1899991,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4716644, 729.585938, 1.35906994,
- })
- o313 = System.Create("Weld",{
- ["Parent"] = o312,
- ["Part0"] = o311,
- ["Part1"] = o312,
- })
- o314 = System.Create("Model",{
- ["Name"] = "Fire",
- ["Parent"] = o304,
- })
- o315 = System.Create("Part",{
- ["Name"] = "Fire",
- ["Parent"] = o314,
- ["Material"] = Enum.Material.SmoothPlastic,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Transparency"] = 1,
- ["Position"] = 47.5023651, 728.794739, 1.53652894,
- ["Rotation"] = -179.860001, -90, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.5023651, 728.794739, 1.53652894, 0, 0, -1, 0.00250999979, -0.999996901, 0, -0.999996901, -0.00250999979, 0),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 0.400000006, 0.200000003, 0.400000006,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = 47.5023651, 728.794739, 1.53652894,
- })
- o316 = System.Create("BlockMesh",{
- ["Parent"] = o315,
- })
- o317 = System.Create("ParticleEmitter",{
- ["Name"] = "FireParticle",
- ["Parent"] = o315,
- ["Rotation"] = NumberRange.new(100000,100000),
- ["Size"] = NumberSequence.new(2.4374997615814,0.75,0.3846150636673,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0235294, 1, 1),Color3.new(0.937255, 0.905882, 0),Color3.new(0.988235, 0.988235, 0.988235),Color3.new(1, 1, 1),Color3.new(1, 1, 1)),
- ["Texture"] = "rbxasset://textures/particles/explosion01_implosion_main.dds",
- ["Lifetime"] = NumberRange.new(0.60000002384186,0.60000002384186),
- ["Rate"] = 300,
- ["RotSpeed"] = NumberRange.new(1,1),
- ["Speed"] = NumberRange.new(10,10),
- })
- o318 = System.Create("PointLight",{
- ["Parent"] = o315,
- ["Color"] = Color3.new(0.870588, 1, 0.0313726),
- })
- o319 = System.Create("Part",{
- ["Parent"] = o304,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Fossil"),
- ["Position"] = 47.4123154, 728.608582, -0.389023006,
- ["Rotation"] = -179.860001, 89.9000015, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(47.4123154, 728.608582, -0.389023006, 0.00268564257, 0, 0.99999845, -0.00251001352, -0.999996901, 6.73816749e-06, 1.00000238, -0.00250999979, -0.00268452079),
- ["Size"] = 0.390000045, 1, 4.2699995,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.623529, 0.631373, 0.67451),
- ["Position"] = 47.4123154, 728.608582, -0.389023006,
- })
- o320 = System.Create("Weld",{
- ["Parent"] = o319,
- ["Part0"] = o312,
- ["Part1"] = o319,
- })
- o321 = System.Create("Model",{
- ["Name"] = "NomSodsutart",
- ["Parent"] = o1,
- ["PrimaryPart"] = o329,
- })
- o322 = System.Create("Part",{
- ["Name"] = "Head",
- ["Parent"] = o321,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = -17.0416622, 750.473328, 22.4839172,
- ["Rotation"] = -180, 0, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-17.0416622, 750.473328, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 1, 1,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = -17.0416622, 750.473328, 22.4839172,
- })
- o323 = System.Create("SpecialMesh",{
- ["Parent"] = o322,
- ["Scale"] = 1.25, 1.25, 1.25,
- })
- o328 = System.Create("Decal",{
- ["Name"] = "faces-23",
- ["Parent"] = o322,
- ["Texture"] = "http://www.roblox.com/asset/?id=3092649554",
- })
- o329 = System.Create("Part",{
- ["Name"] = "HumanoidRootPart",
- ["Parent"] = o321,
- ["Transparency"] = 1,
- ["Position"] = -17.0416622, 748.972229, 22.4839172,
- ["Rotation"] = -180, 0, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-17.0416622, 748.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -17.0416622, 748.972229, 22.4839172,
- })
- o330 = System.Create("Motor6D",{
- ["Name"] = "RootJoint",
- ["Parent"] = o329,
- ["Part0"] = o329,
- ["Part1"] = o337,
- ["MaxVelocity"] = 0.10000000149012,
- })
- o331 = System.Create("Part",{
- ["Name"] = "Left Arm",
- ["Parent"] = o321,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = -16.714798, 749.181213, 23.2197266,
- ["Rotation"] = 95.2900009, -13.1999998, -85.5,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-16.714798, 749.181213, 23.2197266, 0.0764440373, 0.97055912, -0.228410617, 0.0740220398, -0.233973026, -0.969421208, -0.994322479, 0.057199046, -0.0897286013),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = -16.714798, 749.181213, 23.2197266,
- })
- o333 = System.Create("Part",{
- ["Name"] = "Left Leg",
- ["Parent"] = o321,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = -16.5416622, 746.972229, 22.4839172,
- ["Rotation"] = -180, 0, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-16.5416622, 746.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = -16.5416622, 746.972229, 22.4839172,
- })
- o334 = System.Create("Part",{
- ["Name"] = "Right Arm",
- ["Parent"] = o321,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = -17.2243423, 749.055603, 23.2459717,
- ["Rotation"] = 83.75, -0.0299999993, 79.9199982,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-17.2243423, 749.055603, 23.2459717, 0.175047949, -0.984559774, -0.000480864575, 0.107160978, 0.0195379797, -0.994049728, 0.978710771, 0.173954815, 0.108926475),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = -17.2243423, 749.055603, 23.2459717,
- })
- o336 = System.Create("Part",{
- ["Name"] = "Right Leg",
- ["Parent"] = o321,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = -17.5416622, 746.972229, 22.4839172,
- ["Rotation"] = -180, 0, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-17.5416622, 746.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = -17.5416622, 746.972229, 22.4839172,
- })
- o337 = System.Create("Part",{
- ["Name"] = "Torso",
- ["Parent"] = o321,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = -17.0416622, 748.972229, 22.4839172,
- ["Rotation"] = -180, 0, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-17.0416622, 748.972229, 22.4839172, -1, 0, 0, 0, 1, 0, 0, 0, -1),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["LeftSurface"] = Enum.SurfaceType.Weld,
- ["RightSurface"] = Enum.SurfaceType.Weld,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = -17.0416622, 748.972229, 22.4839172,
- })
- o338 = System.Create("Decal",{
- ["Name"] = "roblox",
- ["Parent"] = o337,
- })
- o339 = System.Create("Motor6D",{
- ["Name"] = "Right Hip",
- ["Parent"] = o337,
- ["Part0"] = o337,
- ["Part1"] = o336,
- ["MaxVelocity"] = 0.10000000149012,
- })
- o340 = System.Create("Motor6D",{
- ["Name"] = "Neck",
- ["Parent"] = o337,
- ["Part0"] = o337,
- ["Part1"] = o322,
- ["MaxVelocity"] = 0.10000000149012,
- })
- o341 = System.Create("Motor6D",{
- ["Name"] = "Left Hip",
- ["Parent"] = o337,
- ["Part0"] = o337,
- ["Part1"] = o333,
- ["MaxVelocity"] = 0.10000000149012,
- })
- o350 = System.Create("Humanoid",{
- ["Parent"] = o321,
- ["RightLeg"] = o336,
- ["LeftLeg"] = o333,
- ["Torso"] = o329,
- })
- o352 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = mas,
- ["Position"] = -17.0416622, 750.722717, 22.7336426,
- ["Rotation"] = -180, 0, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-17.0416622, 750.722717, 22.7336426, -1, 7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, 3.26223034e-24, 4.1444221e-16, -1),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 1, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -17.0416622, 750.722717, 22.7336426,
- })
- o353 = System.Create("SpecialMesh",{
- ["Parent"] = o352,
- ["MeshId"] = "http://www.roblox.com/asset/?id=83293901",
- ["Scale"] = 1, 1.04999995, 1,
- ["TextureId"] = "http://www.roblox.com/asset/?id=83284747",
- ["VertexColor"] = 1.20000005, 1.39999998, 1.39999998,
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o355 = System.Create("Weld",{
- ["Name"] = "AccessoryWeld",
- ["Parent"] = o352,
- ["Part0"] = o352,
- ["Part1"] = o322,
- })
- o358 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = mas,
- ["Position"] = -17.0416622, 750.172241, 22.4836426,
- ["Rotation"] = -180, 0, -180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-17.0416622, 750.172241, 22.4836426, -1, 7.87137555e-09, 0, 7.87137555e-09, 1, 4.1444221e-16, 3.26223034e-24, 4.1444221e-16, -1),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 1, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -17.0416622, 750.172241, 22.4836426,
- })
- o359 = System.Create("SpecialMesh",{
- ["Parent"] = o358,
- ["MeshId"] = "http://www.roblox.com/asset/?id=20637493",
- ["Scale"] = 1, 0.899999976, 1,
- ["TextureId"] = "http://www.roblox.com/asset/?id=20637003",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o361 = System.Create("Weld",{
- ["Name"] = "AccessoryWeld",
- ["Parent"] = o358,
- ["Part0"] = o358,
- ["Part1"] = o322,
- })
- o362 = System.Create("CharacterMesh",{
- ["Parent"] = o321,
- ["MeshId"] = 82907977,
- ["BodyPart"] = Enum.BodyPart.LeftArm,
- })
- o363 = System.Create("CharacterMesh",{
- ["Parent"] = o321,
- ["MeshId"] = 82908019,
- ["BodyPart"] = Enum.BodyPart.RightArm,
- })
- o364 = System.Create("CharacterMesh",{
- ["Parent"] = o321,
- ["MeshId"] = 82907945,
- ["BodyPart"] = Enum.BodyPart.Torso,
- })
- o365 = System.Create("CharacterMesh",{
- ["Parent"] = o321,
- ["MeshId"] = 81487710,
- ["BodyPart"] = Enum.BodyPart.RightLeg,
- })
- o366 = System.Create("CharacterMesh",{
- ["Parent"] = o321,
- ["MeshId"] = 81487640,
- ["BodyPart"] = Enum.BodyPart.LeftLeg,
- })
- o367 = System.Create("BodyColors",{
- ["Parent"] = o321,
- ["HeadColor"] = BrickColor.new("Institutional white"),
- ["LeftArmColor"] = BrickColor.new("Institutional white"),
- ["LeftLegColor"] = BrickColor.new("Institutional white"),
- ["RightArmColor"] = BrickColor.new("Institutional white"),
- ["RightLegColor"] = BrickColor.new("Institutional white"),
- ["TorsoColor"] = BrickColor.new("Institutional white"),
- })
- o368 = System.Create("Shirt",{
- ["Name"] = "Shirt",
- ["Parent"] = o321,
- ["ShirtTemplate"] = "http://www.roblox.com/asset/?id=752328865",
- })
- o369 = System.Create("Pants",{
- ["Name"] = "Pants",
- ["Parent"] = o321,
- ["PantsTemplate"] = "http://www.roblox.com/asset/?id=144076759",
- })
- o370 = System.Create("Part",{
- ["Name"] = "Binary",
- ["Parent"] = o321,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Bright green"),
- ["Transparency"] = 0.69999998807907,
- ["Position"] = -15.9331465, 749.525085, 22.4012756,
- ["Rotation"] = 0, 0, -35.5999985,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.9331465, 749.525085, 22.4012756, 0.813092113, 0.582135081, 0, -0.582135081, 0.813092113, 0, 0, 0, 1),
- ["CanCollide"] = false,
- ["Size"] = 1.29999995, 1.49999976, 1.63999987,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
- ["Position"] = -15.9331465, 749.525085, 22.4012756,
- })
- o371 = System.Create("ParticleEmitter",{
- ["Name"] = "Fog",
- ["Parent"] = o370,
- ["Transparency"] = NumberSequence.new(0,0,1),
- ["Rotation"] = NumberRange.new(1,360),
- ["Size"] = NumberSequence.new(2,2.1875),
- ["Color"] = ColorSequence.new(Color3.new(0, 0, 0),Color3.new(0, 0, 0)),
- ["Texture"] = "rbxassetid://269072950",
- ["ZOffset"] = -0.10000000149012,
- ["Lifetime"] = NumberRange.new(2.5,2.5),
- ["Rate"] = 1,
- ["RotSpeed"] = NumberRange.new(-20,20),
- ["Speed"] = NumberRange.new(0.050000000745058,0.10000000149012),
- ["VelocitySpread"] = 50,
- })
- o372 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr0",
- ["Parent"] = o370,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504241",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o373 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr1",
- ["Parent"] = o370,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504259",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o374 = System.Create("ParticleEmitter",{
- ["Name"] = "Specks",
- ["Parent"] = o370,
- ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
- ["Rotation"] = NumberRange.new(-180,180),
- ["Size"] = NumberSequence.new(2.162162065506,0),
- ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
- ["LightEmission"] = 1,
- ["Texture"] = "rbxassetid://1084976679",
- ["Lifetime"] = NumberRange.new(5,5),
- ["Rate"] = 5,
- ["RotSpeed"] = NumberRange.new(-60,60),
- ["Speed"] = NumberRange.new(0,0),
- })
- o375 = System.Create("Model",{
- ["Name"] = "Plate",
- ["Parent"] = o1,
- })
- o376 = System.Create("Part",{
- ["Parent"] = o375,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 3.74948096, 745.471069, 1.86794996,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(3.74948096, 745.471069, 1.86794996, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 75.7800064, 1, 70.3300018,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 3.74948096, 745.471069, 1.86794996,
- })
- o377 = System.Create("PointLight",{
- ["Parent"] = o376,
- ["Range"] = 35,
- })
- o378 = System.Create("Model",{
- ["Name"] = "Plate",
- ["Parent"] = o1,
- })
- o379 = System.Create("Part",{
- ["Name"] = "Button",
- ["Parent"] = o378,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 24.5494766, 721.33905, 32.26297,
- ["Rotation"] = 24.4300003, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(24.5494766, 721.33905, 32.26297, 1, 0, 0, 0, 0.910434246, -0.413654059, 0, 0.413654089, 0.910434246),
- ["Size"] = 1, 1, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 24.5494766, 721.33905, 32.26297,
- })
- o380 = System.Create("Script",{
- ["Parent"] = o379,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- p = script.Parent.Sound
- clicker = script.Parent.ClickDetector
- function onClicked(mouse)
- clicker.MaxActivationDistance = 0 --Only delete if you delete the same thing below
- p:play()
- wait(.5)
- clicker.MaxActivationDistance = 32 --Only delete if you delete the same thing that is above
- end
- script.Parent.ClickDetector.MouseClick:connect(onClicked)
- --by devjin1
- --Change the size and color of the brick if you want, don't bother changing anything in the script, it is perfectly fine end..o380)
- end))
- o381 = System.Create("ClickDetector",{
- ["Parent"] = o379,
- })
- o382 = System.Create("Sound",{
- ["Parent"] = o379,
- ["SoundId"] = "rbxassetid://775395533",
- ["Volume"] = 1,
- })
- o383 = System.Create("SpecialMesh",{
- ["Parent"] = o379,
- ["MeshId"] = "rbxassetid://1107996700",
- ["Scale"] = 0.0500000007, 0.0500000007, 0.0500000007,
- ["TextureId"] = "rbxassetid://1107996710",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o384 = System.Create("PointLight",{
- ["Parent"] = o379,
- ["Range"] = 25,
- })
- o385 = System.Create("Part",{
- ["Parent"] = o378,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 3.74948096, 720.33905, 1.86794996,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(3.74948096, 720.33905, 1.86794996, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 75.7800064, 1, 70.3300018,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 3.74948096, 720.33905, 1.86794996,
- })
- o386 = System.Create("PointLight",{
- ["Parent"] = o385,
- ["Range"] = 35,
- })
- o387 = System.Create("Model",{
- ["Name"] = "Status Screen",
- ["Parent"] = o1,
- })
- o388 = System.Create("Part",{
- ["Name"] = "Main Part",
- ["Parent"] = o387,
- ["Material"] = Enum.Material.Metal,
- ["Position"] = -18.3890743, 750.927734, 28.03302,
- ["Rotation"] = -179.860001, 6.3499999, 0.589999974,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-18.3890743, 750.927734, 28.03302, 0.993802667, -0.010290416, 0.110681631, -0.0106149958, -0.999940991, 0.0023436856, 0.110650964, -0.00350404624, -0.993853152),
- ["Size"] = 4.47431564, 3.95998168, 0.429597169,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -18.3890743, 750.927734, 28.03302,
- })
- o389 = System.Create("Part",{
- ["Name"] = "Screen",
- ["Parent"] = o388,
- ["Material"] = Enum.Material.Metal,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = -18.4011879, 750.945801, 27.8630981,
- ["Rotation"] = -179.860001, 6.3499999, 0.589999974,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-18.4011879, 750.945801, 27.8630981, 0.993802667, -0.010290416, 0.110681631, -0.0106149958, -0.999940991, 0.0023436856, 0.110650964, -0.00350404624, -0.993853152),
- ["Size"] = 3.97968817, 3.47619009, 0.10247276,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = -18.4011879, 750.945801, 27.8630981,
- })
- o390 = System.Create("Part",{
- ["Name"] = "Text",
- ["Parent"] = o387,
- ["BrickColor"] = BrickColor.new("Sand red"),
- ["Transparency"] = 1,
- ["Position"] = -18.3436584, 751.039795, 27.7553711,
- ["Rotation"] = -0.899999976, -6.3499999, 179.619995,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-18.3436584, 751.039795, 27.7553711, -0.993845463, -0.00658102287, -0.110580377, 0.00489000231, -0.999867022, 0.0155564807, -0.110668056, 0.0149199972, 0.993745506),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 3.57767844, 2.59630561, 0.0985315144,
- ["Color"] = Color3.new(0.584314, 0.47451, 0.466667),
- ["Position"] = -18.3436584, 751.039795, 27.7553711,
- })
- o391 = System.Create("SurfaceGui",{
- ["Parent"] = o390,
- ["CanvasSize"] = 200, 100,
- })
- o392 = System.Create("TextLabel",{
- ["Name"] = "Text",
- ["Parent"] = o391,
- ["Transparency"] = 1,
- ["Size"] = UDim2.new(1,0,1,0),
- ["Text"] = "",
- ["BackgroundColor3"] = Color3.new(1, 1, 1),
- ["BackgroundTransparency"] = 1,
- ["Font"] = Enum.Font.SourceSansBold,
- ["FontSize"] = Enum.FontSize.Size48,
- ["TextColor3"] = Color3.new(0.486275, 0.0117647, 0.0117647),
- ["TextScaled"] = true,
- ["TextStrokeTransparency"] = 0,
- ["TextWrapped"] = true,
- })
- o393 = System.Create("Sound",{
- ["Name"] = "Siren",
- ["Parent"] = o390,
- ["SoundId"] = "rbxassetid://1241914883",
- ["Looped"] = true,
- })
- o394 = System.Create("Script",{
- ["Parent"] = o390,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- if workspace.SecureIsland.Text.SurfaceGui.Text.Text == "Core MeltDown" then
- wait(15)
- workspace:ClearAllChildren()
- end
- if workspace.SecureIsland.Text.SurfaceGui.Text.Text == "" then
- return
- end
- end..o394)
- end))
- o395 = System.Create("Model",{
- ["Name"] = "TheMLGKillergamer",
- ["Parent"] = o1,
- ["PrimaryPart"] = o404,
- })
- o396 = System.Create("Part",{
- ["Name"] = "Head",
- ["Parent"] = o395,
- ["BrickColor"] = BrickColor.new("Nougat"),
- ["Position"] = 34.4697723, 722.794739, 16.6686401,
- ["Rotation"] = 71, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.4697723, 722.794739, 16.6686401, 1, 0, 0, 0, 0.325502127, -0.945541382, 0, 0.945541382, 0.325502127),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 1, 1,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
- ["Position"] = 34.4697723, 722.794739, 16.6686401,
- })
- o397 = System.Create("SpecialMesh",{
- ["Parent"] = o396,
- ["Scale"] = 1.25, 1.25, 1.25,
- })
- o402 = System.Create("Decal",{
- ["Name"] = "faces-10",
- ["Parent"] = o396,
- ["Texture"] = "http://www.roblox.com/asset/?id=3090336601",
- })
- o403 = System.Create("Decal",{
- ["Name"] = "faces-24",
- ["Parent"] = o396,
- ["Texture"] = "http://www.roblox.com/asset/?id=3092649750",
- })
- o404 = System.Create("Part",{
- ["Name"] = "HumanoidRootPart",
- ["Parent"] = o395,
- ["Transparency"] = 1,
- ["Position"] = 34.4697723, 722.583557, 15.1262503,
- ["Rotation"] = 92.3799973, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.4697723, 722.583557, 15.1262503, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 34.4697723, 722.583557, 15.1262503,
- })
- o405 = System.Create("Part",{
- ["Name"] = "Left Arm",
- ["Parent"] = o395,
- ["BrickColor"] = BrickColor.new("Nougat"),
- ["Position"] = 34.2374878, 723.805969, 15.2774658,
- ["Rotation"] = -172.960007, 0, 83.4400024,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.2374878, 723.805969, 15.2774658, 0.114238001, -0.993453443, -4.46144222e-05, -0.985958993, -0.113381721, 0.122594535, -0.121797003, -0.0139609659, -0.992456913),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
- ["Position"] = 34.2374878, 723.805969, 15.2774658,
- })
- o407 = System.Create("Part",{
- ["Name"] = "Left Leg",
- ["Parent"] = o395,
- ["BrickColor"] = BrickColor.new("Bright blue"),
- ["Position"] = 33.9697723, 723.151855, 14.4902039,
- ["Rotation"] = 92.3799973, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(33.9697723, 723.151855, 14.4902039, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
- ["Position"] = 33.9697723, 723.151855, 14.4902039,
- })
- o408 = System.Create("Part",{
- ["Name"] = "Right Arm",
- ["Parent"] = o395,
- ["BrickColor"] = BrickColor.new("Nougat"),
- ["Position"] = 34.9143066, 723.482483, 15.1042776,
- ["Rotation"] = 178.580002, 0, -78.8600006,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.9143066, 723.482483, 15.1042776, 0.193186074, 0.98116219, -1.57943359e-05, 0.980862379, -0.193127453, -0.0247145314, -0.0242520086, 0.00475901086, -0.999694586),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
- ["Position"] = 34.9143066, 723.482483, 15.1042776,
- })
- o410 = System.Create("Part",{
- ["Name"] = "Right Leg",
- ["Parent"] = o395,
- ["BrickColor"] = BrickColor.new("Bright blue"),
- ["Position"] = 34.9697723, 723.132446, 14.4109497,
- ["Rotation"] = 92.3799973, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.9697723, 723.132446, 14.4109497, 1, 0, 0, 0, -0.0415679887, -0.999135733, 0, 0.999135733, -0.0415679887),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
- ["Position"] = 34.9697723, 723.132446, 14.4109497,
- })
- o411 = System.Create("Part",{
- ["Name"] = "Torso",
- ["Parent"] = o395,
- ["BrickColor"] = BrickColor.new("Institutional white"),
- ["Position"] = 34.4697723, 722.302917, 15.1710815,
- ["Rotation"] = 80.8799973, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.4697723, 722.302917, 15.1710815, 1, 0, 0, 0, 0.158581987, -0.987345874, 0, 0.987345874, 0.158581987),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["LeftSurface"] = Enum.SurfaceType.Weld,
- ["RightSurface"] = Enum.SurfaceType.Weld,
- ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
- ["Position"] = 34.4697723, 722.302917, 15.1710815,
- })
- o412 = System.Create("Decal",{
- ["Name"] = "roblox",
- ["Parent"] = o411,
- })
- o421 = System.Create("Humanoid",{
- ["Parent"] = o395,
- ["RightLeg"] = o410,
- ["LeftLeg"] = o407,
- ["Torso"] = o404,
- })
- o423 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = mas,
- ["Position"] = 34.4697723, 722.957214, 17.14151,
- ["Rotation"] = 71, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.4697723, 722.957214, 17.14151, 1, -7.87137555e-09, 0, 2.56214938e-09, 0.325502127, -0.945541382, 7.44271134e-09, 0.945541382, 0.325502127),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 34.4697723, 722.957214, 17.14151,
- })
- o424 = System.Create("SpecialMesh",{
- ["Parent"] = o423,
- ["MeshId"] = "http://www.roblox.com/asset/?id=16627529",
- ["Scale"] = 1.04999995, 1.04999995, 1.04999995,
- ["TextureId"] = "http://www.roblox.com/asset/?id=16627494",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o426 = System.Create("Weld",{
- ["Name"] = "AccessoryWeld",
- ["Parent"] = o423,
- ["Part0"] = o423,
- ["Part1"] = o396,
- })
- o428 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = mas,
- ["Position"] = 34.4697723, 722.970032, 17.1793213,
- ["Rotation"] = 71, 0, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.4697723, 722.970032, 17.1793213, 1, -7.87137555e-09, 0, 2.56214938e-09, 0.325502127, -0.945541382, 7.44271134e-09, 0.945541382, 0.325502127),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Custom,
- ["Size"] = 1.41999888, 0.949999869, 1.79000044,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 34.4697723, 722.970032, 17.1793213,
- })
- o429 = System.Create("SpecialMesh",{
- ["Parent"] = o428,
- ["MeshId"] = "http://www.roblox.com/asset/?id=101191226 ",
- ["TextureId"] = "http://www.roblox.com/asset/?id=101191161 ",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o431 = System.Create("Weld",{
- ["Name"] = "AccessoryWeld",
- ["Parent"] = o428,
- ["Part0"] = o428,
- ["Part1"] = o396,
- })
- o433 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = mas,
- ["Position"] = 34.4697723, 723.250671, 17.9924011,
- ["Rotation"] = -109, 0, 180,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(34.4697723, 723.250671, 17.9924011, -1, -7.87137555e-09, 3.02998127e-15, -2.56214649e-09, 0.325502127, 0.945541382, -7.44271222e-09, 0.945541382, -0.325502127),
- ["CanCollide"] = false,
- ["Size"] = 1, 1, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 34.4697723, 723.250671, 17.9924011,
- })
- o434 = System.Create("SpecialMesh",{
- ["Name"] = "SpecialMesh",
- ["Parent"] = o433,
- ["MeshId"] = "rbxassetid://3705846314",
- ["TextureId"] = "rbxassetid://3705846535",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o435 = System.Create("StringValue",{
- ["Name"] = "AvatarPartScaleType",
- ["Parent"] = o433,
- ["Value"] = "Classic",
- })
- o437 = System.Create("Weld",{
- ["Name"] = "AccessoryWeld",
- ["Parent"] = o433,
- ["Part0"] = o433,
- ["Part1"] = o396,
- })
- o438 = System.Create("BodyColors",{
- ["Parent"] = o395,
- ["HeadColor"] = BrickColor.new("Nougat"),
- ["LeftArmColor"] = BrickColor.new("Nougat"),
- ["RightArmColor"] = BrickColor.new("Nougat"),
- ["TorsoColor"] = BrickColor.new("Institutional white"),
- })
- o439 = System.Create("Shirt",{
- ["Name"] = "Shirt",
- ["Parent"] = o395,
- ["ShirtTemplate"] = "http://www.roblox.com/asset/?id=2586397386",
- })
- o440 = System.Create("Pants",{
- ["Name"] = "Pants",
- ["Parent"] = o395,
- ["PantsTemplate"] = "http://www.roblox.com/asset/?id=2929716245",
- })
- o441 = System.Create("SpecialMesh",{
- ["Parent"] = o395,
- ["MeshId"] = "rbxassetid://1107996700",
- ["Scale"] = 0.0500000007, 0.0500000007, 0.0500000007,
- ["TextureId"] = "rbxassetid://1107996710",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o442 = System.Create("PointLight",{
- ["Parent"] = o395,
- ["Range"] = 25,
- })
- o443 = System.Create("Model",{
- ["Name"] = "planks",
- ["Parent"] = o1,
- })
- o444 = System.Create("Part",{
- ["Parent"] = o443,
- ["Material"] = Enum.Material.WoodPlanks,
- ["BrickColor"] = BrickColor.new("Burnt Sienna"),
- ["Position"] = -15.7950563, 722.572754, -18.8031311,
- ["Rotation"] = 0, 20.3099995, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.7950563, 722.572754, -18.8031311, 0.937798142, 0, 0.347181052, 0, 1, 0, -0.347181022, 0, 0.937798262),
- ["Size"] = 8.57999992, 0.479999989, 2.63000011,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
- ["Position"] = -15.7950563, 722.572754, -18.8031311,
- })
- o445 = System.Create("Part",{
- ["Parent"] = o443,
- ["Material"] = Enum.Material.WoodPlanks,
- ["BrickColor"] = BrickColor.new("Burnt Sienna"),
- ["Position"] = -15.7950678, 721.134033, -18.8031158,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.7950678, 721.134033, -18.8031158, 1.00000012, 0, 0, 0, 1, 0, 0, 0, 1.00000012),
- ["Size"] = 8.57999992, 0.479999989, 2.63000011,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
- ["Position"] = -15.7950678, 721.134033, -18.8031158,
- })
- o446 = System.Create("Part",{
- ["Parent"] = o443,
- ["Material"] = Enum.Material.WoodPlanks,
- ["BrickColor"] = BrickColor.new("Burnt Sienna"),
- ["Position"] = -15.795064, 721.612915, -18.8031311,
- ["Rotation"] = 0, 11.8000002, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.795064, 721.612915, -18.8031311, 0.97885263, 0, 0.204566926, 0, 1, 0, -0.204566926, 0, 0.97885263),
- ["Size"] = 8.57999992, 0.479999989, 2.63000011,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
- ["Position"] = -15.795064, 721.612915, -18.8031311,
- })
- o447 = System.Create("Weld",{
- ["Parent"] = o446,
- ["Part0"] = o445,
- ["Part1"] = o446,
- })
- o448 = System.Create("Part",{
- ["Parent"] = o443,
- ["Material"] = Enum.Material.WoodPlanks,
- ["BrickColor"] = BrickColor.new("Burnt Sienna"),
- ["Position"] = -15.795064, 722.093445, -18.8031311,
- ["Rotation"] = 0, -11.3599997, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.795064, 722.093445, -18.8031311, 0.98040849, 0, -0.196976155, 0, 1, 0, 0.196976095, 0, 0.980408609),
- ["Size"] = 8.57999992, 0.479999989, 2.63000011,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.415686, 0.223529, 0.0352941),
- ["Position"] = -15.795064, 722.093445, -18.8031311,
- })
- o449 = System.Create("Model",{
- ["Name"] = "zachrogamehard133447",
- ["Parent"] = o1,
- ["PrimaryPart"] = o458,
- })
- o450 = System.Create("Part",{
- ["Name"] = "Head",
- ["Parent"] = o449,
- ["BrickColor"] = BrickColor.new("Bright yellow"),
- ["Position"] = -16.1254864, 721.903198, -12.4858236,
- ["Rotation"] = 134.289993, -0.949999988, 164.690002,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-16.1254864, 721.903198, -12.4858236, -0.964393377, -0.263948977, -0.0166246537, -0.172853053, 0.676635742, -0.715741575, 0.200168073, -0.687382758, -0.698167443),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 1, 1,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
- ["Position"] = -16.1254864, 721.903198, -12.4858236,
- })
- o451 = System.Create("SpecialMesh",{
- ["Parent"] = o450,
- ["Scale"] = 1.25, 1.25, 1.25,
- })
- o456 = System.Create("Decal",{
- ["Name"] = "faces-37",
- ["Parent"] = o450,
- ["Texture"] = "http://www.roblox.com/asset/?id=3093233030",
- })
- o457 = System.Create("Decal",{
- ["Name"] = "faces-13",
- ["Parent"] = o450,
- ["Texture"] = "http://www.roblox.com/asset/?id=3092647307",
- })
- o458 = System.Create("Part",{
- ["Name"] = "HumanoidRootPart",
- ["Parent"] = o449,
- ["Transparency"] = 1,
- ["Position"] = -15.737998, 721.40387, -11.0553741,
- ["Rotation"] = 90.7600021, -0.200000003, 165.470001,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.737998, 721.40387, -11.0553741, -0.967999101, -0.250930369, -0.00344534707, 0, 0.0137289986, -0.999905765, 0.250954032, -0.967907786, -0.0132896574),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -15.737998, 721.40387, -11.0553741,
- })
- o459 = System.Create("Motor6D",{
- ["Name"] = "RootJoint",
- ["Parent"] = o458,
- ["Part0"] = o458,
- ["Part1"] = o466,
- ["MaxVelocity"] = 0.10000000149012,
- })
- o460 = System.Create("Part",{
- ["Name"] = "Left Arm",
- ["Parent"] = o449,
- ["BrickColor"] = BrickColor.new("Bright yellow"),
- ["Position"] = -15.6084843, 721.423889, -12.5900259,
- ["Rotation"] = 90.75, -0.189999998, -48.7799988,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.6084843, 721.423889, -12.5900259, 0.658885181, 0.752236485, -0.00326645141, 0.00770300208, -0.0110889962, -0.999908864, -0.75220418, 0.658799946, -0.0131008541),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
- ["Position"] = -15.6084843, 721.423889, -12.5900259,
- })
- o462 = System.Create("Part",{
- ["Name"] = "Left Leg",
- ["Parent"] = o449,
- ["BrickColor"] = BrickColor.new("Shamrock"),
- ["Position"] = -14.7521381, 721.376709, -9.24503994,
- ["Rotation"] = 90.7600021, -0.200000003, 165.470001,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-14.7521381, 721.376709, -9.24503994, -0.967999101, -0.250930369, -0.00344534707, 0, 0.0137289986, -0.999905765, 0.250954032, -0.967907786, -0.0132896574),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.356863, 0.603922, 0.298039),
- ["Position"] = -14.7521381, 721.376709, -9.24503994,
- })
- o463 = System.Create("Part",{
- ["Name"] = "Right Arm",
- ["Parent"] = o449,
- ["BrickColor"] = BrickColor.new("Bright yellow"),
- ["Position"] = -16.7558308, 721.428467, -12.4833984,
- ["Rotation"] = 90.8199997, -0.189999998, 13.5299997,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-16.7558308, 721.428467, -12.4833984, 0.972253382, -0.233908117, -0.00324031268, -0.00650500227, -0.0131870043, -0.999891877, 0.233840093, 0.97216934, -0.0143426806),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
- ["Position"] = -16.7558308, 721.428467, -12.4833984,
- })
- o465 = System.Create("Part",{
- ["Name"] = "Right Leg",
- ["Parent"] = o449,
- ["BrickColor"] = BrickColor.new("Shamrock"),
- ["Position"] = -15.7201376, 721.376709, -8.99407959,
- ["Rotation"] = 90.7699966, -0.200000003, 172.020004,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.7201376, 721.376709, -8.99407959, -0.990315616, -0.138791636, -0.00346224406, 0.00156899937, 0.0137480032, -0.999904335, 0.138825953, -0.990226269, -0.0133970976),
- ["CanCollide"] = false,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.356863, 0.603922, 0.298039),
- ["Position"] = -15.7201376, 721.376709, -8.99407959,
- })
- o466 = System.Create("Part",{
- ["Name"] = "Torso",
- ["Parent"] = o449,
- ["BrickColor"] = BrickColor.new("Steel blue"),
- ["Position"] = -15.737998, 721.40387, -11.0553741,
- ["Rotation"] = 90.7600021, -0.200000003, 165.470001,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.737998, 721.40387, -11.0553741, -0.967999101, -0.250930369, -0.00344534707, 0, 0.0137289986, -0.999905765, 0.250954032, -0.967907786, -0.0132896574),
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 2, 2, 1,
- ["LeftSurface"] = Enum.SurfaceType.Weld,
- ["RightSurface"] = Enum.SurfaceType.Weld,
- ["Color"] = Color3.new(0.321569, 0.486275, 0.682353),
- ["Position"] = -15.737998, 721.40387, -11.0553741,
- })
- o467 = System.Create("Decal",{
- ["Name"] = "roblox",
- ["Parent"] = o466,
- })
- o468 = System.Create("Motor6D",{
- ["Name"] = "Left Hip",
- ["Parent"] = o466,
- ["Part0"] = o466,
- ["Part1"] = o462,
- ["MaxVelocity"] = 0.10000000149012,
- })
- o477 = System.Create("Humanoid",{
- ["Parent"] = o449,
- ["RightLeg"] = o465,
- ["LeftLeg"] = o462,
- ["Torso"] = o458,
- })
- o479 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = mas,
- ["BrickColor"] = BrickColor.new("Cool yellow"),
- ["Position"] = -16.3073483, 722.161072, -12.8895102,
- ["Rotation"] = 134.289993, -0.949999988, 164.690002,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-16.3073483, 722.161072, -12.8895102, -0.964393377, -0.263948977, -0.0166246537, -0.172853053, 0.676635742, -0.715741575, 0.200168073, -0.687382758, -0.698167443),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Plate,
- ["Size"] = 1, 1.20000005, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
- ["Position"] = -16.3073483, 722.161072, -12.8895102,
- })
- o480 = System.Create("SpecialMesh",{
- ["Parent"] = o479,
- ["MeshId"] = "http://www.roblox.com/asset/?id=6837450",
- ["TextureId"] = "http://www.roblox.com/asset/?id=6837452",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o482 = System.Create("Weld",{
- ["Name"] = "AccessoryWeld",
- ["Parent"] = o479,
- ["Part0"] = o479,
- ["Part1"] = o450,
- })
- o484 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = mas,
- ["Position"] = -15.8449984, 721.877808, -11.1563721,
- ["Rotation"] = 92.0400009, 9.75, -174.009995,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-15.8449984, 721.877808, -11.1563721, -0.980171978, 0.102923587, 0.169321567, -0.164563999, 0.053141918, -0.984933794, -0.110371001, -0.993268728, -0.0351506956),
- ["CanCollide"] = false,
- ["Locked"] = true,
- ["FormFactor"] = Enum.FormFactor.Symmetric,
- ["Size"] = 1, 2, 1,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -15.8449984, 721.877808, -11.1563721,
- })
- o485 = System.Create("SpecialMesh",{
- ["Parent"] = o484,
- ["MeshId"] = "http://www.roblox.com/asset/?id=28463033",
- ["Scale"] = 1.39999998, 1.20000005, 1.39999998,
- ["TextureId"] = "http://www.roblox.com/asset/?id=28463022",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o487 = System.Create("Weld",{
- ["Name"] = "AccessoryWeld",
- ["Parent"] = o484,
- ["Part0"] = o484,
- ["Part1"] = o466,
- })
- o488 = System.Create("BodyColors",{
- ["Parent"] = o449,
- ["HeadColor"] = BrickColor.new("Bright yellow"),
- ["LeftArmColor"] = BrickColor.new("Bright yellow"),
- ["LeftLegColor"] = BrickColor.new("Shamrock"),
- ["RightArmColor"] = BrickColor.new("Bright yellow"),
- ["RightLegColor"] = BrickColor.new("Shamrock"),
- ["TorsoColor"] = BrickColor.new("Steel blue"),
- })
- o489 = System.Create("Shirt",{
- ["Name"] = "Shirt",
- ["Parent"] = o449,
- ["ShirtTemplate"] = "http://www.roblox.com/asset/?id=1303896203",
- })
- o490 = System.Create("Part",{
- ["Name"] = "Alarm",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Transparency"] = 1,
- ["Position"] = -26.5802231, -399.5, -289.518036,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-26.5802231, -399.5, -289.518036, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 4, 1, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -26.5802231, -399.5, -289.518036,
- })
- o491 = System.Create("Sound",{
- ["Name"] = "Siren",
- ["Parent"] = o490,
- ["SoundId"] = "rbxassetid://1241914883",
- ["Looped"] = true,
- })
- o492 = System.Create("Part",{
- ["Name"] = "Binary",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Bright green"),
- ["Transparency"] = 0.69999998807907,
- ["Position"] = -20.7025661, 752.716553, 28.0422974,
- ["Rotation"] = 0, 0, -90.0199966,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.7025661, 752.716553, 28.0422974, -0.000379001605, 1.00000012, -5.96042042e-08, -1.00000083, -0.000378996978, 3.50375529e-09, -3.48681284e-09, -7.45062465e-08, 1),
- ["CanCollide"] = false,
- ["Size"] = 1.37000048, 1.35999966, 1.63999987,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
- ["Position"] = -20.7025661, 752.716553, 28.0422974,
- })
- o493 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr0",
- ["Parent"] = o492,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504241",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o494 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr1",
- ["Parent"] = o492,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504259",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o495 = System.Create("ParticleEmitter",{
- ["Name"] = "Specks",
- ["Parent"] = o492,
- ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
- ["Rotation"] = NumberRange.new(-180,180),
- ["Size"] = NumberSequence.new(2.162162065506,0),
- ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
- ["LightEmission"] = 1,
- ["Texture"] = "rbxassetid://1084976679",
- ["Lifetime"] = NumberRange.new(5,5),
- ["Rate"] = 5,
- ["RotSpeed"] = NumberRange.new(-60,60),
- ["Speed"] = NumberRange.new(0,0),
- })
- o496 = System.Create("Part",{
- ["Name"] = "Binary",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Bright green"),
- ["Transparency"] = 0.69999998807907,
- ["Position"] = -20.6194973, 748.821777, 28.0422974,
- ["Rotation"] = 0, 0, -90.0199966,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-20.6194973, 748.821777, 28.0422974, -0.000379000005, 1, 0, -1, -0.000379000005, 0, 0, 0, 1),
- ["CanCollide"] = false,
- ["Size"] = 1.37000048, 1.35999966, 1.63999987,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
- ["Position"] = -20.6194973, 748.821777, 28.0422974,
- })
- o497 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr0",
- ["Parent"] = o496,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504241",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o498 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr1",
- ["Parent"] = o496,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504259",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o499 = System.Create("ParticleEmitter",{
- ["Name"] = "Specks",
- ["Parent"] = o496,
- ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
- ["Rotation"] = NumberRange.new(-180,180),
- ["Size"] = NumberSequence.new(2.162162065506,0),
- ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
- ["LightEmission"] = 1,
- ["Texture"] = "rbxassetid://1084976679",
- ["Lifetime"] = NumberRange.new(5,5),
- ["Rate"] = 5,
- ["RotSpeed"] = NumberRange.new(-60,60),
- ["Speed"] = NumberRange.new(0,0),
- })
- o500 = System.Create("Part",{
- ["Name"] = "Binary",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Bright green"),
- ["Transparency"] = 0.69999998807907,
- ["Position"] = -16.2809296, 752.760925, 28.0422974,
- ["Rotation"] = 0, 0, -90.0199966,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-16.2809296, 752.760925, 28.0422974, -0.000379001605, 1.00000012, -5.96042042e-08, -1.00000083, -0.000378996978, 3.50375529e-09, -3.48681284e-09, -7.45062465e-08, 1),
- ["CanCollide"] = false,
- ["Size"] = 1.37000048, 1.35999966, 1.63999987,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
- ["Position"] = -16.2809296, 752.760925, 28.0422974,
- })
- o501 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr0",
- ["Parent"] = o500,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504241",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o502 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr1",
- ["Parent"] = o500,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504259",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o503 = System.Create("ParticleEmitter",{
- ["Name"] = "Specks",
- ["Parent"] = o500,
- ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
- ["Rotation"] = NumberRange.new(-180,180),
- ["Size"] = NumberSequence.new(2.162162065506,0),
- ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
- ["LightEmission"] = 1,
- ["Texture"] = "rbxassetid://1084976679",
- ["Lifetime"] = NumberRange.new(5,5),
- ["Rate"] = 5,
- ["RotSpeed"] = NumberRange.new(-60,60),
- ["Speed"] = NumberRange.new(0,0),
- })
- o504 = System.Create("Part",{
- ["Name"] = "Binary",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.Neon,
- ["BrickColor"] = BrickColor.new("Bright green"),
- ["Transparency"] = 0.69999998807907,
- ["Position"] = -16.3855743, 748.995667, 28.0422974,
- ["Rotation"] = 0, 0, -90.0199966,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-16.3855743, 748.995667, 28.0422974, -0.000378999917, 1, -1.49011612e-08, -1.00000024, -0.000378998375, 1.16415322e-09, -1.16415322e-09, -2.98023224e-08, 1),
- ["CanCollide"] = false,
- ["Size"] = 1.37000048, 1.35999966, 1.63999987,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
- ["Position"] = -16.3855743, 748.995667, 28.0422974,
- })
- o505 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr0",
- ["Parent"] = o504,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504241",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o506 = System.Create("ParticleEmitter",{
- ["Name"] = "Nr1",
- ["Parent"] = o504,
- ["Transparency"] = NumberSequence.new(0,1),
- ["Size"] = NumberSequence.new(0.21621584892273,0),
- ["Color"] = ColorSequence.new(Color3.new(0.0823529, 1, 0.141176),Color3.new(0.0823529, 1, 0.141176)),
- ["Texture"] = "rbxassetid://347504259",
- ["Lifetime"] = NumberRange.new(2,2),
- ["Rate"] = 8,
- ["Speed"] = NumberRange.new(2,2),
- ["VelocitySpread"] = 360,
- })
- o507 = System.Create("ParticleEmitter",{
- ["Name"] = "Specks",
- ["Parent"] = o504,
- ["Transparency"] = NumberSequence.new(1,0.62162160873413,1),
- ["Rotation"] = NumberRange.new(-180,180),
- ["Size"] = NumberSequence.new(2.162162065506,0),
- ["Color"] = ColorSequence.new(Color3.new(0.215686, 1, 0),Color3.new(0.215686, 1, 0)),
- ["LightEmission"] = 1,
- ["Texture"] = "rbxassetid://1084976679",
- ["Lifetime"] = NumberRange.new(5,5),
- ["Rate"] = 5,
- ["RotSpeed"] = NumberRange.new(-60,60),
- ["Speed"] = NumberRange.new(0,0),
- })
- o508 = System.Create("Part",{
- ["Name"] = "C.M.D",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Position"] = -31.3974056, 750.33905, 3.75512695,
- ["Rotation"] = 0, -85.8600006, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-31.3974056, 750.33905, 3.75512695, 0.0721669644, 0, -0.997392535, 0, 1, 0, 0.997392535, 0, 0.072166957),
- ["Size"] = 0.0500002317, 0.469999999, 0.569999993,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -31.3974056, 750.33905, 3.75512695,
- })
- o509 = System.Create("ClickDetector",{
- ["Parent"] = o508,
- })
- o510 = System.Create("Script",{
- ["Name"] = "end",
- ["Parent"] = o509,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.Workspace.SecureIsland.Text.SurfaceGui.Text.Text = "Core MeltDown"
- game.Workspace.SecureIsland.Text.Siren:Play()
- game.Workspace.SecureIsland.Text.Siren.Volume = 30
- game.Workspace.SecureIsland.Text.Siren.MaxDistance = 100000000000000000000000
- game.Workspace.SecureIsland.Alarm.Siren:Play()
- game.Workspace.SecureIsland.Alarm.Siren.Volume = 30
- game.Workspace.SecureIsland.Alarm.Siren.MaxDistance = 100000000000000000000000
- end
- script.Parent.MouseClick:connect(onClick) end..o510)
- end))
- o511 = System.Create("Weld",{
- ["Parent"] = o508,
- ["Part0"] = o73,
- ["Part1"] = o508,
- })
- o512 = System.Create("Part",{
- ["Name"] = "Handle",
- ["Parent"] = o1,
- ["BrickColor"] = BrickColor.new("Dark stone grey"),
- ["Reflectance"] = 0.40000000596046,
- ["Position"] = -14.9796276, 721.714294, -16.2699738,
- ["Rotation"] = -127.889999, 17.1800003, 86.3000031,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-14.9796276, 721.714294, -16.2699738, 0.0617049783, -0.953366339, 0.295440882, -0.627954781, 0.19299683, 0.753939629, -0.775799692, -0.232045367, -0.58676213),
- ["FormFactor"] = Enum.FormFactor.Plate,
- ["Size"] = 1, 0.800000012, 3,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
- ["Position"] = -14.9796276, 721.714294, -16.2699738,
- })
- o513 = System.Create("SpecialMesh",{
- ["Parent"] = o512,
- ["MeshId"] = "http://www.roblox.com/asset/?id=16198309",
- ["Scale"] = 1.20000005, 1.20000005, 1.20000005,
- ["TextureId"] = "http://www.roblox.com/asset/?id=16198294",
- ["MeshType"] = Enum.MeshType.FileMesh,
- })
- o514 = System.Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 39.9620438, 732.774597, 35.2429504,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(39.9620438, 732.774597, 35.2429504, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 3.31000018, 24.3500023, 3.4800005,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 39.9620438, 732.774597, 35.2429504,
- })
- o515 = System.Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = -32.5055237, 733.014832, 35.2429504,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.5055237, 733.014832, 35.2429504, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 3.31000018, 24.3500023, 3.4800005,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -32.5055237, 733.014832, 35.2429504,
- })
- o516 = System.Create("Weld",{
- ["Parent"] = o515,
- ["Part0"] = o385,
- ["Part1"] = o515,
- })
- o517 = System.Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = -32.5055237, 732.936401, -31.5187378,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-32.5055237, 732.936401, -31.5187378, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 3.31000018, 24.3500023, 3.4800005,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = -32.5055237, 732.936401, -31.5187378,
- })
- o518 = System.Create("Part",{
- ["Parent"] = o1,
- ["Material"] = Enum.Material.DiamondPlate,
- ["Position"] = 39.8232498, 732.823792, -31.5187378,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(39.8232498, 732.823792, -31.5187378, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["Size"] = 3.31000018, 24.3500023, 3.4800005,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Position"] = 39.8232498, 732.823792, -31.5187378,
- })
- o519 = System.Create("Part",{
- ["Name"] = "ff5",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.ForceField,
- ["BrickColor"] = BrickColor.new("Toothpaste"),
- ["Transparency"] = 1,
- ["Position"] = -0.925208986, 749.821777, -54.1477051,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.925208986, 749.821777, -54.1477051, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["CanCollide"] = false,
- ["Size"] = 118.370033, 134.640015, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 1),
- ["Position"] = -0.925208986, 749.821777, -54.1477051,
- })
- o520 = System.Create("Part",{
- ["Name"] = "ff1",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.ForceField,
- ["BrickColor"] = BrickColor.new("Toothpaste"),
- ["Transparency"] = 1,
- ["Position"] = -0.925208986, 750.237427, 57.1430054,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-0.925208986, 750.237427, 57.1430054, 1, 0, 0, 0, 1, 0, 0, 0, 1),
- ["CanCollide"] = false,
- ["Size"] = 118.370033, 134.640015, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 1),
- ["Position"] = -0.925208986, 750.237427, 57.1430054,
- })
- o521 = System.Create("Part",{
- ["Name"] = "ff4",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.ForceField,
- ["BrickColor"] = BrickColor.new("Toothpaste"),
- ["Transparency"] = 1,
- ["Position"] = 57.3319702, 750.399475, 1.46746802,
- ["Rotation"] = 0, 88.5699997, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(57.3319702, 750.399475, 1.46746802, 0.0249360073, 0, 0.999689221, 0, 1, 0, -0.999689221, 0, 0.0249360073),
- ["CanCollide"] = false,
- ["Size"] = 114.340034, 134.37001, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 1),
- ["Position"] = 57.3319702, 750.399475, 1.46746802,
- })
- o522 = System.Create("Part",{
- ["Name"] = "ff3",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.ForceField,
- ["BrickColor"] = BrickColor.new("Toothpaste"),
- ["Transparency"] = 1,
- ["Position"] = -57.6397209, 750.43335, -1.40004003,
- ["Rotation"] = 0, 88.5899963, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-57.6397209, 750.43335, -1.40004003, 0.0249362383, 0, 0.9996984, 0, 1, 0, -0.9996984, 0, 0.0249362383),
- ["CanCollide"] = false,
- ["Size"] = 114.340034, 134.37001, 2,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 1),
- ["Position"] = -57.6397209, 750.43335, -1.40004003,
- })
- o523 = System.Create("Part",{
- ["Name"] = "ff6",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.ForceField,
- ["BrickColor"] = BrickColor.new("Toothpaste"),
- ["Transparency"] = 1,
- ["Position"] = 0.0583459996, 818.417542, 0.0387419984,
- ["Rotation"] = 0, 88.5699997, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(0.0583459996, 818.417542, 0.0387419984, 0.0249360036, 0, 0.999689102, 0, 1, 0, -0.999689102, 0, 0.0249360036),
- ["CanCollide"] = false,
- ["Size"] = 114.340034, 1.5999999, 117.430038,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 1),
- ["Position"] = 0.0583459996, 818.417542, 0.0387419984,
- })
- o524 = System.Create("Weld",{
- ["Parent"] = o523,
- ["Part0"] = o522,
- ["Part1"] = o523,
- })
- o525 = System.Create("Part",{
- ["Name"] = "ff2",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.ForceField,
- ["BrickColor"] = BrickColor.new("Toothpaste"),
- ["Transparency"] = 1,
- ["Position"] = 0.0583649985, 682.889526, 0.0369869992,
- ["Rotation"] = 0, 88.5699997, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(0.0583649985, 682.889526, 0.0369869992, 0.0249360036, 0, 0.999689102, 0, 1, 0, -0.999689102, 0, 0.0249360036),
- ["CanCollide"] = false,
- ["Size"] = 114.340034, 1.5999999, 117.430038,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0, 1, 1),
- ["Position"] = 0.0583649985, 682.889526, 0.0369869992,
- })
- o526 = System.Create("Part",{
- ["Name"] = "S.T.C",
- ["Parent"] = o1,
- ["Material"] = Enum.Material.DiamondPlate,
- ["BrickColor"] = BrickColor.new("Really black"),
- ["Position"] = -33.4640121, 750.316101, 3.90469289,
- ["Rotation"] = 0, -85.8600006, 0,
- ["Anchored"] = true,
- ["CFrame"] = CFrame.new(-33.4640121, 750.316101, 3.90469289, 0.0721669644, 0, -0.997392535, 0, 1, 0, 0.997392535, 0, 0.072166957),
- ["Size"] = 0.0500002317, 0.469999999, 0.569999993,
- ["BottomSurface"] = Enum.SurfaceType.Smooth,
- ["TopSurface"] = Enum.SurfaceType.Smooth,
- ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
- ["Position"] = -33.4640121, 750.316101, 3.90469289,
- })
- o527 = System.Create("ClickDetector",{
- ["Parent"] = o526,
- })
- o528 = System.Create("Script",{
- ["Name"] = "avoid",
- ["Parent"] = o527,
- })
- table.insert(c, coroutine.create(function()
- wait()
- b(function()
- function onClick(click)
- game.Workspace.SecureIsland.Text.SurfaceGui.Text.Text = ""
- game.Workspace.SecureIsland.Text.Siren:Stop()
- game.Workspace.SecureIsland.Alarm.Siren:Stop()
- end
- script.Parent.MouseClick:connect(onClick) end..o528)
- end))
- mas.Parent = workspace
- mas:MakeJoints()
- local b = mas:GetChildren()
- for a = 1, #b do
- b[a].Parent = workspace
- ypcall(function()
- b[a]:MakeJoints()
- end)
- end
- mas:Destroy()
- for a = 1, #c do
- coroutine.resume(c[a])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement