Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---------------
- --Jevil v3 (WIP)--
- ----------------------------------------------------------------
- print([[
- well this is Working In Progress
- but enjoy the script we worked on!
- SIGN, XKXNGSUPREMEX
- --Edited by ozzak1003 and XKxngSupremeX --
- --YT: https://www.youtube.com/channel/UC38cAdtSgPWJVEHV8zgZi6A--
- --Discord: ozzak1003#3275 and OofCopSupreme#1765
- --------------------------------
- hello good sir
- Don't leak pls
- Enjoy ;)
- --------------------------------
- ]])
- --This script is made by mrfunnylaughs4.
- --bad edit by ozzak1003 idk im super lazy
- spawn(function()
- local plr = owner
- local char = plr.Character
- local hum = char:FindFirstChildOfClass("Humanoid")
- local idleanim = Instance.new("Animation")
- idleanim.Name = "Roblox Idle Animation"
- idleanim.AnimationId = "http://www.roblox.com/asset/?id=180435571"
- local idleanimplay = hum:LoadAnimation(idleanim)
- idleanimplay:Play()
- wait(0.1)
- if char:FindFirstChild("Animate") then
- char.Animate:Destroy()
- end
- local remote = Instance.new("RemoteEvent", char)
- remote.Name = "ReplicationEvent"
- local client = NLS([==[
- local mouse = game:GetService("Players").LocalPlayer:GetMouse()
- local remote = game:GetService("Players").LocalPlayer.Character:WaitForChild("ReplicationEvent")
- spawn(function()
- while game:GetService("RunService").Heartbeat:Wait() do
- remote = game:GetService("Players").LocalPlayer.Character:WaitForChild("ReplicationEvent")
- end
- end)
- game:GetService("UserInputService").InputBegan:Connect(function(input, isTyping)
- if isTyping == false and input.UserInputType == Enum.UserInputType.Keyboard then
- remote:FireServer(1, input.KeyCode)
- end
- end)
- mouse.Button1Down:Connect(function()
- remote:FireServer(2)
- end)
- remote.OnClientEvent:Connect(function()
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, Vector3.new(mouse.Hit.Position.X, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position.Y, mouse.Hit.Position.Z))
- end)
- ]==], char)
- local crabrave = Instance.new("Sound", char.Torso)
- local RS = char.Torso["Right Shoulder"]
- local LS = char.Torso["Left Shoulder"]
- local RH = char.Torso["Right Hip"]
- local LH = char.Torso["Left Hip"]
- local rootj = char.HumanoidRootPart.RootJoint
- local throwbutton = false
- local throw = false
- local bouncyboie = true
- local attackd = false
- local animpose = "Idle"
- local timepos = 0
- local sine = 0
- local RSnor = RS.C0
- local LSnor = LS.C0
- local RHnor = RH.C0
- local LHnor = LH.C0
- local rootjnor = rootj.C0
- ---------------------------------
- --------------Set up-------------
- ---------------------------------
- ---------------------------------
- -----------Wrapping up-----------
- ---------------------------------
- while game:GetService("RunService").Heartbeat:Wait() do
- if normalanim then
- sine = sine + 1
- end
- if crabrave.Parent == char.Torso then
- crabrave.SoundId = "rbxassetid://0"
- crabrave.Playing = true
- crabrave.Volume = 1
- crabrave.Looped = true
- timepos = crabrave.TimePosition
- else
- crabrave = Instance.new("Sound", char.Torso)
- crabrave.TimePosition = timepos
- end
- if remote.Parent == char then
- remote.Name = "ReplicationEvent"
- else
- remote = Instance.new("RemoteEvent", char)
- end
- local touchfloor = workspace:FindPartOnRay(Ray.new(char.HumanoidRootPart.CFrame.Position, ((CFrame.new(char.HumanoidRootPart.Position, char.HumanoidRootPart.Position - Vector3.new(0, 1, 0))).LookVector).Unit * 4), char)
- if char.HumanoidRootPart.Velocity.Magnitude > 1 and touchfloor then
- animpose = "Walking"
- elseif char.HumanoidRootPart.Velocity.Y > 0.5 and touchfloor == nil then
- animpose = "Jumping"
- elseif char.HumanoidRootPart.Velocity.Y < 0.5 and touchfloor == nil then
- animpose = "Falling"
- else
- animpose = "Idle"
- end
- if animpose == "Idle" and bouncyboie == true then
- RH.C0 = RH.C0:Lerp(RHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- LH.C0 = LH.C0:Lerp(LHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- rootj.C0 = rootjnor * CFrame.new(math.sin(sine / 10) / 2, 0, math.sin(sine / 5) / 2)
- elseif animpose == "Walking" and bouncyboie == true then
- RH.C0 = RH.C0:Lerp(RHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- LH.C0 = LH.C0:Lerp(LHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- rootj.C0 = rootjnor * CFrame.new(math.sin(sine / 10) / 2, 0, math.sin(sine / 5) / 2)
- elseif animpose == "Jumping" and bouncyboie == true then
- RH.C0 = RH.C0:Lerp(RHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- LH.C0 = LH.C0:Lerp(LHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- rootj.C0 = rootjnor * CFrame.new(math.sin(sine / 10) / 2, 0, math.sin(sine / 5) / 2)
- elseif animpose == "Falling" and bouncyboie == true then
- RH.C0 = RH.C0:Lerp(RHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- LH.C0 = LH.C0:Lerp(LHnor, 0.1) - Vector3.new(0, rootj.C0.Position.Y / 10, 0)
- rootj.C0 = rootjnor * CFrame.new(math.sin(sine / 10) / 2, 0, math.sin(sine / 5) / 2)
- end
- end
- end)
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- do
- local rp = RealPlayer
- script.Parent = rp.Character
- --RemoteEvent for communicating
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- --Fake event to make stuff like Mouse.KeyDown work
- local function fakeEvent()
- local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
- t.connect = t.Connect
- return t
- end
- --Creating fake input objects with fake variables
- local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function te(self,ev,...)
- local t = m[ev]
- if t and t._fakeEvent then
- for _,f in pairs(t.Functions) do
- f(...)
- end
- end
- end
- m.TrigEvent = te
- UIS.TrigEvent = te
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=rp then return end
- m.Target = io.Target
- m.Hit = io.Hit
- if not io.isMouse then
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return m:TrigEvent(b and "Button1Down" or "Button1Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[
- local Player = game:GetService("Players").LocalPlayer
- local Event = script:WaitForChild("UserInput_Event")
- local Mouse = Player:GetMouse()
- local UIS = game:GetService("UserInputService")
- local input = function(io,a)
- if a then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local h,t
- --Give the server mouse data 30 times every second, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- while wait(1/30) do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- end]==],Player.Character)
- ----Sandboxed game object that allows the usage of client-side methods and services
- --Real game object
- local _rg = game
- --Metatable for fake service
- local fsmt = {
- __index = function(self,k)
- local s = rawget(self,"_RealService")
- if s then return s[k] end
- end,
- __newindex = function(self,k,v)
- local s = rawget(self,"_RealService")
- if s then s[k]=v end
- end,
- __call = function(self,...)
- local s = rawget(self,"_RealService")
- if s then return s(...) end
- end
- }
- local function FakeService(t,RealService)
- t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
- return setmetatable(t,fsmt)
- end
- --Fake game object
- local g = {
- GetService = function(self,s)
- return self[s]
- end,
- Players = FakeService({
- LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
- },"Players"),
- UserInputService = FakeService(UIS,"UserInputService"),
- ContextActionService = FakeService(CAS,"ContextActionService"),
- }
- rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
- g.service = g.GetService
- g.RunService = FakeService({
- RenderStepped = _rg:GetService("RunService").Heartbeat,
- BindToRenderStep = function(self,name,_,fun)
- self._btrs[name] = self.Heartbeat:Connect(fun)
- end,
- UnbindFromRenderStep = function(self,name)
- self._btrs[name]:Disconnect()
- end,
- },"RunService")
- setmetatable(g,{
- __index=function(self,s)
- return _rg:GetService(s) or typeof(_rg[s])=="function"
- and function(_,...)return _rg[s](_rg,...)end or _rg[s]
- end,
- __newindex = fsmt.__newindex,
- __call = fsmt.__call
- })
- --Changing owner to fake player object to support owner:GetMouse()
- game,owner = g,g.Players.LocalPlayer
- end
- Player = owner
- PlayerGui = Player.PlayerGui
- Cam = workspace.CurrentCamera
- Backpack = Player.Backpack
- Character = Player.Character
- Humanoid = Character.Humanoid
- Mouse = Player:GetMouse()
- RootPart = Character["HumanoidRootPart"]
- Torso = Character["Torso"]
- Head = Character["Head"]
- RightArm = Character["Right Arm"]
- LeftArm = Character["Left Arm"]
- RightLeg = Character["Right Leg"]
- LeftLeg = Character["Left Leg"]
- RootJoint = RootPart["RootJoint"]
- Neck = Torso["Neck"]
- RightShoulder = Torso["Right Shoulder"]
- LeftShoulder = Torso["Left Shoulder"]
- RightHip = Torso["Right Hip"]
- LeftHip = Torso["Left Hip"]
- Character = Player.Character
- Humanoid = Character.Humanoid
- ---------
- ---------
- plr = game.Players.LocalPlayer
- char = plr.Character
- hum = char.Humanoid
- local cam = game.Workspace.CurrentCamera
- Camera = cam
- local CamInterrupt = false
- local TwoD = false
- local TargetInfo = {nil, nil}
- cam.CameraType = "Custom"
- t = char.Torso
- h = char.Head
- ra = char["Right Arm"]
- la = char["Left Arm"]
- rl = char["Right Leg"]
- ll = char["Left Leg"]
- tors = char.Torso
- lleg = char["Left Leg"]
- root = char.HumanoidRootPart
- hed = char.Head
- rleg = char["Right Leg"]
- rarm = char["Right Arm"]
- larm = char["Left Arm"]
- radian = math.rad
- random = math.random
- Vec3 = Vector3.new
- Inst = Instance.new
- cFrame = CFrame.new
- Euler = CFrame.fromEulerAnglesXYZ
- vt = Vector3.new
- bc = BrickColor.new
- br = BrickColor.random
- it = Instance.new
- cf = CFrame.new
- local Booleans = {CamFollow = true, GyroUse = true}
- function lerp(object, newCFrame, alpha)
- return object:lerp(newCFrame, alpha)
- end
- ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
- ff.Visible = false
- plr = game.Players.LocalPlayer
- chara = plr.Character
- mouse = plr:GetMouse()
- Create = Instance.new
- Huge = math.huge
- Player = game:GetService("Players").LocalPlayer
- PlayerGui = Player.PlayerGui
- Cam = workspace.CurrentCamera
- Backpack = Player.Backpack
- Character = Player.Character
- char = Player.Character
- Humanoid = Character.Humanoid
- Mouse = Player:GetMouse()
- RootPart = Character["HumanoidRootPart"]
- Torso = Character["Torso"]
- Head = Character["Head"]
- RightArm = Character["Right Arm"]
- LeftArm = Character["Left Arm"]
- RightLeg = Character["Right Leg"]
- LeftLeg = Character["Left Leg"]
- RootJoint = RootPart["RootJoint"]
- Neck = Torso["Neck"]
- RightShoulder = Torso["Right Shoulder"]
- LeftShoulder = Torso["Left Shoulder"]
- RightHip = Torso["Right Hip"]
- LeftHip = Torso["Left Hip"]
- --------------------------------
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Model0 = Instance.new("Model")
- Part1 = Instance.new("Part")
- Part2 = Instance.new("Part")
- Part3 = Instance.new("Part")
- Part4 = Instance.new("Part")
- Part5 = Instance.new("Part")
- Part6 = Instance.new("Part")
- Part7 = Instance.new("Part")
- Part8 = Instance.new("Part")
- Part9 = Instance.new("Part")
- Part10 = Instance.new("Part")
- Part11 = Instance.new("Part")
- Part12 = Instance.new("Part")
- Part13 = Instance.new("Part")
- Part14 = Instance.new("Part")
- Part15 = Instance.new("Part")
- Part16 = Instance.new("Part")
- Part17 = Instance.new("Part")
- Part18 = Instance.new("Part")
- Part19 = Instance.new("Part")
- Part20 = Instance.new("Part")
- Part21 = Instance.new("Part")
- Part22 = Instance.new("Part")
- Part23 = Instance.new("Part")
- Part24 = Instance.new("Part")
- Part25 = Instance.new("Part")
- Part26 = Instance.new("Part")
- Part27 = Instance.new("Part")
- Part28 = Instance.new("Part")
- Part29 = Instance.new("Part")
- Part30 = Instance.new("Part")
- Part31 = Instance.new("Part")
- Part32 = Instance.new("Part")
- Part33 = Instance.new("Part")
- Part34 = Instance.new("Part")
- Part35 = Instance.new("Part")
- Part36 = Instance.new("Part")
- Part37 = Instance.new("Part")
- Part38 = Instance.new("Part")
- Part39 = Instance.new("Part")
- Part40 = Instance.new("Part")
- Part41 = Instance.new("Part")
- Part42 = Instance.new("Part")
- Part43 = Instance.new("Part")
- Part44 = Instance.new("Part")
- Part45 = Instance.new("Part")
- Part46 = Instance.new("Part")
- Part47 = Instance.new("Part")
- Part48 = Instance.new("Part")
- Part49 = Instance.new("Part")
- Part50 = Instance.new("Part")
- Part51 = Instance.new("Part")
- Part52 = Instance.new("Part")
- Part53 = Instance.new("Part")
- Part54 = Instance.new("Part")
- Part55 = Instance.new("Part")
- Part56 = Instance.new("Part")
- Part57 = Instance.new("Part")
- Part58 = Instance.new("Part")
- Part59 = Instance.new("Part")
- Part60 = Instance.new("Part")
- Part61 = Instance.new("Part")
- Part62 = Instance.new("Part")
- Part63 = Instance.new("Part")
- Part64 = Instance.new("Part")
- Part65 = Instance.new("Part")
- Part66 = Instance.new("Part")
- Part67 = Instance.new("Part")
- Part68 = Instance.new("Part")
- Part69 = Instance.new("Part")
- Part70 = Instance.new("Part")
- Part71 = Instance.new("Part")
- Part72 = Instance.new("Part")
- Weld73 = Instance.new("Weld")
- Weld74 = Instance.new("Weld")
- Weld75 = Instance.new("Weld")
- Weld76 = Instance.new("Weld")
- Weld77 = Instance.new("Weld")
- Weld78 = Instance.new("Weld")
- Weld79 = Instance.new("Weld")
- Weld80 = Instance.new("Weld")
- Weld81 = Instance.new("Weld")
- Weld82 = Instance.new("Weld")
- Weld83 = Instance.new("Weld")
- Weld84 = Instance.new("Weld")
- Weld85 = Instance.new("Weld")
- Weld86 = Instance.new("Weld")
- Weld87 = Instance.new("Weld")
- Weld88 = Instance.new("Weld")
- Weld89 = Instance.new("Weld")
- Weld90 = Instance.new("Weld")
- Weld91 = Instance.new("Weld")
- Weld92 = Instance.new("Weld")
- Weld93 = Instance.new("Weld")
- Weld94 = Instance.new("Weld")
- Weld95 = Instance.new("Weld")
- Weld96 = Instance.new("Weld")
- Weld97 = Instance.new("Weld")
- Weld98 = Instance.new("Weld")
- Weld99 = Instance.new("Weld")
- Weld100 = Instance.new("Weld")
- Weld101 = Instance.new("Weld")
- Weld102 = Instance.new("Weld")
- Weld103 = Instance.new("Weld")
- Weld104 = Instance.new("Weld")
- Weld105 = Instance.new("Weld")
- Weld106 = Instance.new("Weld")
- Weld107 = Instance.new("Weld")
- Weld108 = Instance.new("Weld")
- Weld109 = Instance.new("Weld")
- Weld110 = Instance.new("Weld")
- Weld111 = Instance.new("Weld")
- Weld112 = Instance.new("Weld")
- Weld113 = Instance.new("Weld")
- Weld114 = Instance.new("Weld")
- Weld115 = Instance.new("Weld")
- Weld116 = Instance.new("Weld")
- Weld117 = Instance.new("Weld")
- Weld118 = Instance.new("Weld")
- Weld119 = Instance.new("Weld")
- Weld120 = Instance.new("Weld")
- Weld121 = Instance.new("Weld")
- Weld122 = Instance.new("Weld")
- Weld123 = Instance.new("Weld")
- Weld124 = Instance.new("Weld")
- Weld125 = Instance.new("Weld")
- Weld126 = Instance.new("Weld")
- Weld127 = Instance.new("Weld")
- Weld128 = Instance.new("Weld")
- Weld129 = Instance.new("Weld")
- Weld130 = Instance.new("Weld")
- Weld131 = Instance.new("Weld")
- Weld132 = Instance.new("Weld")
- Weld133 = Instance.new("Weld")
- Weld134 = Instance.new("Weld")
- Weld135 = Instance.new("Weld")
- Weld136 = Instance.new("Weld")
- Weld137 = Instance.new("Weld")
- Weld138 = Instance.new("Weld")
- Weld139 = Instance.new("Weld")
- Weld140 = Instance.new("Weld")
- Weld141 = Instance.new("Weld")
- Weld142 = Instance.new("Weld")
- Weld143 = Instance.new("Weld")
- Weld144 = Instance.new("Weld")
- Weld145 = Instance.new("Weld")
- Weld146 = Instance.new("Weld")
- Weld147 = Instance.new("Weld")
- Weld148 = Instance.new("Weld")
- Weld149 = Instance.new("Weld")
- Weld150 = Instance.new("Weld")
- Weld151 = Instance.new("Weld")
- Weld152 = Instance.new("Weld")
- Weld153 = Instance.new("Weld")
- Weld154 = Instance.new("Weld")
- Weld155 = Instance.new("Weld")
- Weld156 = Instance.new("Weld")
- Weld157 = Instance.new("Weld")
- Weld158 = Instance.new("Weld")
- Weld159 = Instance.new("Weld")
- Weld160 = Instance.new("Weld")
- Weld161 = Instance.new("Weld")
- Weld162 = Instance.new("Weld")
- Weld163 = Instance.new("Weld")
- Weld164 = Instance.new("Weld")
- Weld165 = Instance.new("Weld")
- Weld166 = Instance.new("Weld")
- Weld167 = Instance.new("Weld")
- Weld168 = Instance.new("Weld")
- Weld169 = Instance.new("Weld")
- Weld170 = Instance.new("Weld")
- Weld171 = Instance.new("Weld")
- Weld172 = Instance.new("Weld")
- Weld173 = Instance.new("Weld")
- Weld174 = Instance.new("Weld")
- Weld175 = Instance.new("Weld")
- Weld176 = Instance.new("Weld")
- Weld177 = Instance.new("Weld")
- Weld178 = Instance.new("Weld")
- Weld179 = Instance.new("Weld")
- Weld180 = Instance.new("Weld")
- Weld181 = Instance.new("Weld")
- Weld182 = Instance.new("Weld")
- Weld183 = Instance.new("Weld")
- Weld184 = Instance.new("Weld")
- Weld185 = Instance.new("Weld")
- Weld186 = Instance.new("Weld")
- Weld187 = Instance.new("Weld")
- Weld188 = Instance.new("Weld")
- Weld189 = Instance.new("Weld")
- Weld190 = Instance.new("Weld")
- Weld191 = Instance.new("Weld")
- Weld192 = Instance.new("Weld")
- Weld193 = Instance.new("Weld")
- Weld194 = Instance.new("Weld")
- Weld195 = Instance.new("Weld")
- Weld196 = Instance.new("Weld")
- Weld197 = Instance.new("Weld")
- Weld198 = Instance.new("Weld")
- Weld199 = Instance.new("Weld")
- Weld200 = Instance.new("Weld")
- Weld201 = Instance.new("Weld")
- Weld202 = Instance.new("Weld")
- Weld203 = Instance.new("Weld")
- Weld204 = Instance.new("Weld")
- Weld205 = Instance.new("Weld")
- Part206 = Instance.new("Part")
- Part207 = Instance.new("Part")
- Part208 = Instance.new("Part")
- Part209 = Instance.new("Part")
- Part210 = Instance.new("Part")
- Part211 = Instance.new("Part")
- Part212 = Instance.new("Part")
- Part213 = Instance.new("Part")
- Part214 = Instance.new("Part")
- Part215 = Instance.new("Part")
- Part216 = Instance.new("Part")
- Part217 = Instance.new("Part")
- Part218 = Instance.new("Part")
- Part219 = Instance.new("Part")
- Part220 = Instance.new("Part")
- Part221 = Instance.new("Part")
- Part222 = Instance.new("Part")
- Part223 = Instance.new("Part")
- Part224 = Instance.new("Part")
- Part225 = Instance.new("Part")
- Part226 = Instance.new("Part")
- Part227 = Instance.new("Part")
- Part228 = Instance.new("Part")
- Part229 = Instance.new("Part")
- Part230 = Instance.new("Part")
- Part231 = Instance.new("Part")
- Part232 = Instance.new("Part")
- Part233 = Instance.new("Part")
- Part234 = Instance.new("Part")
- Part235 = Instance.new("Part")
- Part236 = Instance.new("Part")
- Part237 = Instance.new("Part")
- Part238 = Instance.new("Part")
- Part239 = Instance.new("Part")
- Part240 = Instance.new("Part")
- Part241 = Instance.new("Part")
- Part242 = Instance.new("Part")
- Part243 = Instance.new("Part")
- Part244 = Instance.new("Part")
- Part245 = Instance.new("Part")
- Part246 = Instance.new("Part")
- Part247 = Instance.new("Part")
- Part248 = Instance.new("Part")
- Part249 = Instance.new("Part")
- Part250 = Instance.new("Part")
- Part251 = Instance.new("Part")
- Part252 = Instance.new("Part")
- Part253 = Instance.new("Part")
- Part254 = Instance.new("Part")
- Part255 = Instance.new("Part")
- Part256 = Instance.new("Part")
- Part257 = Instance.new("Part")
- Part258 = Instance.new("Part")
- Part259 = Instance.new("Part")
- Part260 = Instance.new("Part")
- Part261 = Instance.new("Part")
- Part262 = Instance.new("Part")
- Part263 = Instance.new("Part")
- Part264 = Instance.new("Part")
- Part265 = Instance.new("Part")
- Part266 = Instance.new("Part")
- Part267 = Instance.new("Part")
- Model0.Name = "JevilHead"
- Model0.Parent = mas
- Part1.Parent = Model0
- Part1.CFrame = CFrame.new(212.315475, 1.37499988, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part1.Position = Vector3.new(212.315475, 1.37499988, 153.25)
- Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part1.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part1.BottomSurface = Enum.SurfaceType.Smooth
- Part1.BrickColor = BrickColor.new("Really black")
- Part1.TopSurface = Enum.SurfaceType.Smooth
- Part1.brickColor = BrickColor.new("Really black")
- Part2.Parent = Model0
- Part2.CFrame = CFrame.new(211.726181, 2.68452358, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part2.Position = Vector3.new(211.726181, 2.68452358, 153.25)
- Part2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part2.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part2.BottomSurface = Enum.SurfaceType.Smooth
- Part2.BrickColor = BrickColor.new("Really black")
- Part2.TopSurface = Enum.SurfaceType.Smooth
- Part2.brickColor = BrickColor.new("Really black")
- Part3.Parent = Model0
- Part3.CFrame = CFrame.new(211.529755, 1.7023809, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part3.Position = Vector3.new(211.529755, 1.7023809, 153.25)
- Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part3.Size = Vector3.new(1.17857134, 0.261904746, 0.523809493)
- Part3.BottomSurface = Enum.SurfaceType.Smooth
- Part3.BrickColor = BrickColor.new("Really black")
- Part3.TopSurface = Enum.SurfaceType.Smooth
- Part3.brickColor = BrickColor.new("Really black")
- Part4.Parent = Model0
- Part4.CFrame = CFrame.new(213.101181, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part4.Position = Vector3.new(213.101181, 0.851190329, 153.25)
- Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part4.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part4.BottomSurface = Enum.SurfaceType.Smooth
- Part4.BrickColor = BrickColor.new("Really black")
- Part4.TopSurface = Enum.SurfaceType.Smooth
- Part4.brickColor = BrickColor.new("Really black")
- Part5.Parent = Model0
- Part5.CFrame = CFrame.new(212.577377, 0.0654761791, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part5.Position = Vector3.new(212.577377, 0.0654761791, 153.25)
- Part5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part5.Size = Vector3.new(0.916666627, 0.130952373, 0.261904746)
- Part5.BottomSurface = Enum.SurfaceType.Smooth
- Part5.BrickColor = BrickColor.new("Really black")
- Part5.TopSurface = Enum.SurfaceType.Smooth
- Part5.brickColor = BrickColor.new("Really black")
- Part6.Parent = Model0
- Part6.CFrame = CFrame.new(212.446426, 0.589285731, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part6.Position = Vector3.new(212.446426, 0.589285731, 153.25)
- Part6.Color = Color3.new(1, 1, 0)
- Part6.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part6.BottomSurface = Enum.SurfaceType.Smooth
- Part6.BrickColor = BrickColor.new("New Yeller")
- Part6.TopSurface = Enum.SurfaceType.Smooth
- Part6.brickColor = BrickColor.new("New Yeller")
- Part7.Parent = Model0
- Part7.CFrame = CFrame.new(213.101181, 1.24404752, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part7.Position = Vector3.new(213.101181, 1.24404752, 153.25)
- Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part7.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part7.BottomSurface = Enum.SurfaceType.Smooth
- Part7.BrickColor = BrickColor.new("Really black")
- Part7.TopSurface = Enum.SurfaceType.Smooth
- Part7.brickColor = BrickColor.new("Really black")
- Part8.Parent = Model0
- Part8.CFrame = CFrame.new(211.005951, 1.96428561, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part8.Position = Vector3.new(211.005951, 1.96428561, 153.25)
- Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part8.Size = Vector3.new(0.130952373, 0.261904746, 0.523809493)
- Part8.BottomSurface = Enum.SurfaceType.Smooth
- Part8.BrickColor = BrickColor.new("Really black")
- Part8.TopSurface = Enum.SurfaceType.Smooth
- Part8.brickColor = BrickColor.new("Really black")
- Part9.Parent = Model0
- Part9.CFrame = CFrame.new(212.119034, 0.327380776, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part9.Position = Vector3.new(212.119034, 0.327380776, 153.25)
- Part9.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part9.Size = Vector3.new(0.523809493, 0.130952373, 0.523809493)
- Part9.BottomSurface = Enum.SurfaceType.Smooth
- Part9.BrickColor = BrickColor.new("Medium blue")
- Part9.TopSurface = Enum.SurfaceType.Smooth
- Part9.brickColor = BrickColor.new("Medium blue")
- Part10.Parent = Model0
- Part10.CFrame = CFrame.new(212.512024, 1.04764271, 153.380997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part10.Position = Vector3.new(212.512024, 1.04764271, 153.380997)
- Part10.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part10.Size = Vector3.new(0.261857092, 0.26195237, 0.261809498)
- Part10.BottomSurface = Enum.SurfaceType.Smooth
- Part10.BrickColor = BrickColor.new("Medium blue")
- Part10.TopSurface = Enum.SurfaceType.Smooth
- Part10.brickColor = BrickColor.new("Medium blue")
- Part11.Parent = Model0
- Part11.CFrame = CFrame.new(211.59523, 1.96428561, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part11.Position = Vector3.new(211.59523, 1.96428561, 153.25)
- Part11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part11.Size = Vector3.new(1.04761899, 0.261904746, 0.523809493)
- Part11.BottomSurface = Enum.SurfaceType.Smooth
- Part11.BrickColor = BrickColor.new("Really black")
- Part11.TopSurface = Enum.SurfaceType.Smooth
- Part11.brickColor = BrickColor.new("Really black")
- Part12.Parent = Model0
- Part12.CFrame = CFrame.new(210.744034, 1.50595224, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part12.Position = Vector3.new(210.744034, 1.50595224, 153.25)
- Part12.Color = Color3.new(1, 1, 0)
- Part12.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part12.BottomSurface = Enum.SurfaceType.Smooth
- Part12.BrickColor = BrickColor.new("New Yeller")
- Part12.TopSurface = Enum.SurfaceType.Smooth
- Part12.brickColor = BrickColor.new("New Yeller")
- Part13.Parent = Model0
- Part13.CFrame = CFrame.new(212.249985, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part13.Position = Vector3.new(212.249985, 0.851190329, 153.25)
- Part13.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part13.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part13.BottomSurface = Enum.SurfaceType.Smooth
- Part13.BrickColor = BrickColor.new("Medium blue")
- Part13.TopSurface = Enum.SurfaceType.Smooth
- Part13.brickColor = BrickColor.new("Medium blue")
- Part14.Parent = Model0
- Part14.CFrame = CFrame.new(213.232132, 1.17857134, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part14.Position = Vector3.new(213.232132, 1.17857134, 153.25)
- Part14.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part14.Size = Vector3.new(0.130952373, 0.261904746, 0.523809493)
- Part14.BottomSurface = Enum.SurfaceType.Smooth
- Part14.BrickColor = BrickColor.new("Medium blue")
- Part14.TopSurface = Enum.SurfaceType.Smooth
- Part14.brickColor = BrickColor.new("Medium blue")
- Part15.Parent = Model0
- Part15.CFrame = CFrame.new(210.744034, 1.37499988, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part15.Position = Vector3.new(210.744034, 1.37499988, 153.25)
- Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part15.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part15.BottomSurface = Enum.SurfaceType.Smooth
- Part15.BrickColor = BrickColor.new("Really black")
- Part15.TopSurface = Enum.SurfaceType.Smooth
- Part15.brickColor = BrickColor.new("Really black")
- Part16.Parent = Model0
- Part16.CFrame = CFrame.new(212.708328, 1.24404752, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part16.Position = Vector3.new(212.708328, 1.24404752, 153.25)
- Part16.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part16.Size = Vector3.new(0.130952373, 0.65476191, 0.523809493)
- Part16.BottomSurface = Enum.SurfaceType.Smooth
- Part16.BrickColor = BrickColor.new("Medium blue")
- Part16.TopSurface = Enum.SurfaceType.Smooth
- Part16.brickColor = BrickColor.new("Medium blue")
- Part17.Parent = Model0
- Part17.CFrame = CFrame.new(212.511902, 1.04761887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part17.Position = Vector3.new(212.511902, 1.04761887, 153.25)
- Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part17.Size = Vector3.new(0.261904746, 0.261904746, 0.261904746)
- Part17.BottomSurface = Enum.SurfaceType.Smooth
- Part17.BrickColor = BrickColor.new("Really black")
- Part17.TopSurface = Enum.SurfaceType.Smooth
- Part17.brickColor = BrickColor.new("Really black")
- Part18.Parent = Model0
- Part18.CFrame = CFrame.new(211.398804, 0.916666627, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part18.Position = Vector3.new(211.398804, 0.916666627, 153.25)
- Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part18.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part18.BottomSurface = Enum.SurfaceType.Smooth
- Part18.BrickColor = BrickColor.new("Really black")
- Part18.TopSurface = Enum.SurfaceType.Smooth
- Part18.brickColor = BrickColor.new("Really black")
- Part19.Parent = Model0
- Part19.CFrame = CFrame.new(212.250031, 1.24414277, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part19.Position = Vector3.new(212.250031, 1.24414277, 153.446503)
- Part19.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part19.Size = Vector3.new(0.261857092, 0.130952373, 0.130809486)
- Part19.BottomSurface = Enum.SurfaceType.Smooth
- Part19.BrickColor = BrickColor.new("Medium blue")
- Part19.TopSurface = Enum.SurfaceType.Smooth
- Part19.brickColor = BrickColor.new("Medium blue")
- Part20.Parent = Model0
- Part20.CFrame = CFrame.new(211.136902, 2.16071415, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part20.Position = Vector3.new(211.136902, 2.16071415, 153.25)
- Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part20.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part20.BottomSurface = Enum.SurfaceType.Smooth
- Part20.BrickColor = BrickColor.new("Really black")
- Part20.TopSurface = Enum.SurfaceType.Smooth
- Part20.brickColor = BrickColor.new("Really black")
- Part21.Parent = Model0
- Part21.CFrame = CFrame.new(212.053558, 0.196428537, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part21.Position = Vector3.new(212.053558, 0.196428537, 153.25)
- Part21.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part21.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part21.BottomSurface = Enum.SurfaceType.Smooth
- Part21.BrickColor = BrickColor.new("Storm blue")
- Part21.TopSurface = Enum.SurfaceType.Smooth
- Part21.brickColor = BrickColor.new("Storm blue")
- Part22.Parent = Model0
- Part22.CFrame = CFrame.new(213.232132, 1.50595224, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part22.Position = Vector3.new(213.232132, 1.50595224, 153.25)
- Part22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part22.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part22.BottomSurface = Enum.SurfaceType.Smooth
- Part22.BrickColor = BrickColor.new("Really black")
- Part22.TopSurface = Enum.SurfaceType.Smooth
- Part22.brickColor = BrickColor.new("Really black")
- Part23.Parent = Model0
- Part23.CFrame = CFrame.new(213.886902, 1.76785707, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part23.Position = Vector3.new(213.886902, 1.76785707, 153.25)
- Part23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part23.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part23.BottomSurface = Enum.SurfaceType.Smooth
- Part23.BrickColor = BrickColor.new("Really black")
- Part23.TopSurface = Enum.SurfaceType.Smooth
- Part23.brickColor = BrickColor.new("Really black")
- Part24.Parent = Model0
- Part24.CFrame = CFrame.new(213.035706, 2.02976179, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part24.Position = Vector3.new(213.035706, 2.02976179, 153.25)
- Part24.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part24.Size = Vector3.new(1.04761899, 0.130952373, 0.523809493)
- Part24.BottomSurface = Enum.SurfaceType.Smooth
- Part24.BrickColor = BrickColor.new("Storm blue")
- Part24.TopSurface = Enum.SurfaceType.Smooth
- Part24.brickColor = BrickColor.new("Storm blue")
- Part25.Parent = Model0
- Part25.CFrame = CFrame.new(213.232132, 2.42261887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part25.Position = Vector3.new(213.232132, 2.42261887, 153.25)
- Part25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part25.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part25.BottomSurface = Enum.SurfaceType.Smooth
- Part25.BrickColor = BrickColor.new("Really black")
- Part25.TopSurface = Enum.SurfaceType.Smooth
- Part25.brickColor = BrickColor.new("Really black")
- Part26.Parent = Model0
- Part26.CFrame = CFrame.new(212.053558, 1.30952358, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part26.Position = Vector3.new(212.053558, 1.30952358, 153.25)
- Part26.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part26.Size = Vector3.new(0.130952373, 0.261904746, 0.523809493)
- Part26.BottomSurface = Enum.SurfaceType.Smooth
- Part26.BrickColor = BrickColor.new("Medium blue")
- Part26.TopSurface = Enum.SurfaceType.Smooth
- Part26.brickColor = BrickColor.new("Medium blue")
- Part27.Parent = Model0
- Part27.CFrame = CFrame.new(212.446548, 0.851142764, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part27.Position = Vector3.new(212.446548, 0.851142764, 153.446503)
- Part27.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part27.Size = Vector3.new(0.130857036, 0.130952403, 0.130809501)
- Part27.BottomSurface = Enum.SurfaceType.Smooth
- Part27.BrickColor = BrickColor.new("Medium blue")
- Part27.TopSurface = Enum.SurfaceType.Smooth
- Part27.brickColor = BrickColor.new("Medium blue")
- Part28.Parent = Model0
- Part28.CFrame = CFrame.new(212.315536, 1.37514281, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part28.Position = Vector3.new(212.315536, 1.37514281, 153.446503)
- Part28.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part28.Size = Vector3.new(0.130857095, 0.130952373, 0.130809486)
- Part28.BottomSurface = Enum.SurfaceType.Smooth
- Part28.BrickColor = BrickColor.new("Medium blue")
- Part28.TopSurface = Enum.SurfaceType.Smooth
- Part28.brickColor = BrickColor.new("Medium blue")
- Part29.Parent = Model0
- Part29.CFrame = CFrame.new(212.315475, 1.96428561, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part29.Position = Vector3.new(212.315475, 1.96428561, 153.25)
- Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part29.Size = Vector3.new(0.392857134, 0.523809493, 0.261904746)
- Part29.BottomSurface = Enum.SurfaceType.Smooth
- Part29.BrickColor = BrickColor.new("Really black")
- Part29.TopSurface = Enum.SurfaceType.Smooth
- Part29.brickColor = BrickColor.new("Really black")
- Part30.Parent = Model0
- Part30.CFrame = CFrame.new(213.494034, 0.916666627, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part30.Position = Vector3.new(213.494034, 0.916666627, 153.25)
- Part30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part30.Size = Vector3.new(0.130952373, 0.785714269, 0.261904746)
- Part30.BottomSurface = Enum.SurfaceType.Smooth
- Part30.BrickColor = BrickColor.new("Really black")
- Part30.TopSurface = Enum.SurfaceType.Smooth
- Part30.brickColor = BrickColor.new("Really black")
- Part31.Parent = Model0
- Part31.CFrame = CFrame.new(213.101547, 1.24414277, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part31.Position = Vector3.new(213.101547, 1.24414277, 153.446503)
- Part31.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part31.Size = Vector3.new(0.130857036, 0.130952403, 0.130809516)
- Part31.BottomSurface = Enum.SurfaceType.Smooth
- Part31.BrickColor = BrickColor.new("Medium blue")
- Part31.TopSurface = Enum.SurfaceType.Smooth
- Part31.brickColor = BrickColor.new("Medium blue")
- Part32.Parent = Model0
- Part32.CFrame = CFrame.new(211.988083, 2.55357122, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part32.Position = Vector3.new(211.988083, 2.55357122, 153.25)
- Part32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part32.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part32.BottomSurface = Enum.SurfaceType.Smooth
- Part32.BrickColor = BrickColor.new("Really black")
- Part32.TopSurface = Enum.SurfaceType.Smooth
- Part32.brickColor = BrickColor.new("Really black")
- Part33.Parent = Model0
- Part33.CFrame = CFrame.new(213.101547, 0.785642743, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part33.Position = Vector3.new(213.101547, 0.785642743, 153.446503)
- Part33.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part33.Size = Vector3.new(0.130857036, 0.2619524, 0.130809486)
- Part33.BottomSurface = Enum.SurfaceType.Smooth
- Part33.BrickColor = BrickColor.new("Medium blue")
- Part33.TopSurface = Enum.SurfaceType.Smooth
- Part33.brickColor = BrickColor.new("Medium blue")
- Part34.Parent = Model0
- Part34.CFrame = CFrame.new(212.970535, 0.523642778, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part34.Position = Vector3.new(212.970535, 0.523642778, 153.446503)
- Part34.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part34.Size = Vector3.new(0.13085705, 0.2619524, 0.130809486)
- Part34.BottomSurface = Enum.SurfaceType.Smooth
- Part34.BrickColor = BrickColor.new("Medium blue")
- Part34.TopSurface = Enum.SurfaceType.Smooth
- Part34.brickColor = BrickColor.new("Medium blue")
- Part35.Parent = Model0
- Part35.CFrame = CFrame.new(212.643036, 0.392642856, 153.381012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part35.Position = Vector3.new(212.643036, 0.392642856, 153.381012)
- Part35.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part35.Size = Vector3.new(0.523857057, 0.26195237, 0.261809528)
- Part35.BottomSurface = Enum.SurfaceType.Smooth
- Part35.BrickColor = BrickColor.new("Medium blue")
- Part35.TopSurface = Enum.SurfaceType.Smooth
- Part35.brickColor = BrickColor.new("Medium blue")
- Part36.Parent = Model0
- Part36.CFrame = CFrame.new(212.250031, 0.65464282, 153.381012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part36.Position = Vector3.new(212.250031, 0.65464282, 153.381012)
- Part36.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part36.Size = Vector3.new(0.261857092, 0.26195237, 0.261809528)
- Part36.BottomSurface = Enum.SurfaceType.Smooth
- Part36.BrickColor = BrickColor.new("Medium blue")
- Part36.TopSurface = Enum.SurfaceType.Smooth
- Part36.brickColor = BrickColor.new("Medium blue")
- Part37.Parent = Model0
- Part37.CFrame = CFrame.new(212.97023, 2.29166651, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part37.Position = Vector3.new(212.97023, 2.29166651, 153.25)
- Part37.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part37.Size = Vector3.new(0.65476191, 0.130952373, 0.523809493)
- Part37.BottomSurface = Enum.SurfaceType.Smooth
- Part37.BrickColor = BrickColor.new("Storm blue")
- Part37.TopSurface = Enum.SurfaceType.Smooth
- Part37.brickColor = BrickColor.new("Storm blue")
- Part38.Parent = Model0
- Part38.CFrame = CFrame.new(213.101181, 1.76785707, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part38.Position = Vector3.new(213.101181, 1.76785707, 153.25)
- Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part38.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part38.BottomSurface = Enum.SurfaceType.Smooth
- Part38.BrickColor = BrickColor.new("Really black")
- Part38.TopSurface = Enum.SurfaceType.Smooth
- Part38.brickColor = BrickColor.new("Really black")
- Part39.Parent = Model0
- Part39.CFrame = CFrame.new(211.529755, 2.55357122, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part39.Position = Vector3.new(211.529755, 2.55357122, 153.25)
- Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part39.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part39.BottomSurface = Enum.SurfaceType.Smooth
- Part39.BrickColor = BrickColor.new("Really black")
- Part39.TopSurface = Enum.SurfaceType.Smooth
- Part39.brickColor = BrickColor.new("Really black")
- Part40.Parent = Model0
- Part40.CFrame = CFrame.new(212.249985, 2.29166651, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part40.Position = Vector3.new(212.249985, 2.29166651, 153.25)
- Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part40.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part40.BottomSurface = Enum.SurfaceType.Smooth
- Part40.BrickColor = BrickColor.new("Really black")
- Part40.TopSurface = Enum.SurfaceType.Smooth
- Part40.brickColor = BrickColor.new("Really black")
- Part41.Parent = Model0
- Part41.CFrame = CFrame.new(213.101181, 1.57142842, 153.184525, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part41.Position = Vector3.new(213.101181, 1.57142842, 153.184525)
- Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part41.Size = Vector3.new(0.130952373, 0.261904746, 0.130952373)
- Part41.BottomSurface = Enum.SurfaceType.Smooth
- Part41.BrickColor = BrickColor.new("Really black")
- Part41.TopSurface = Enum.SurfaceType.Smooth
- Part41.brickColor = BrickColor.new("Really black")
- Part42.Parent = Model0
- Part42.CFrame = CFrame.new(213.624985, 1.89880943, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part42.Position = Vector3.new(213.624985, 1.89880943, 153.25)
- Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part42.Size = Vector3.new(0.130952373, 0.392857134, 0.261904746)
- Part42.BottomSurface = Enum.SurfaceType.Smooth
- Part42.BrickColor = BrickColor.new("Really black")
- Part42.TopSurface = Enum.SurfaceType.Smooth
- Part42.brickColor = BrickColor.new("Really black")
- Part43.Parent = Model0
- Part43.CFrame = CFrame.new(212.839279, 0.982142687, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part43.Position = Vector3.new(212.839279, 0.982142687, 153.25)
- Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part43.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part43.BottomSurface = Enum.SurfaceType.Smooth
- Part43.BrickColor = BrickColor.new("Really black")
- Part43.TopSurface = Enum.SurfaceType.Smooth
- Part43.brickColor = BrickColor.new("Really black")
- Part44.Parent = Model0
- Part44.CFrame = CFrame.new(212.446426, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part44.Position = Vector3.new(212.446426, 0.851190329, 153.25)
- Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part44.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part44.BottomSurface = Enum.SurfaceType.Smooth
- Part44.BrickColor = BrickColor.new("Really black")
- Part44.TopSurface = Enum.SurfaceType.Smooth
- Part44.brickColor = BrickColor.new("Really black")
- Part45.Parent = Model0
- Part45.CFrame = CFrame.new(211.857132, 0.196428537, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part45.Position = Vector3.new(211.857132, 0.196428537, 153.25)
- Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part45.Size = Vector3.new(0.261904746, 0.130952373, 0.261904746)
- Part45.BottomSurface = Enum.SurfaceType.Smooth
- Part45.BrickColor = BrickColor.new("Really black")
- Part45.TopSurface = Enum.SurfaceType.Smooth
- Part45.brickColor = BrickColor.new("Really black")
- Part46.Parent = Model0
- Part46.CFrame = CFrame.new(212.577377, 2.29166651, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part46.Position = Vector3.new(212.577377, 2.29166651, 153.25)
- Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part46.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part46.BottomSurface = Enum.SurfaceType.Smooth
- Part46.BrickColor = BrickColor.new("Really black")
- Part46.TopSurface = Enum.SurfaceType.Smooth
- Part46.brickColor = BrickColor.new("Really black")
- Part47.Parent = Model0
- Part47.CFrame = CFrame.new(213.624985, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part47.Position = Vector3.new(213.624985, 0.851190329, 153.25)
- Part47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part47.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part47.BottomSurface = Enum.SurfaceType.Smooth
- Part47.BrickColor = BrickColor.new("Really black")
- Part47.TopSurface = Enum.SurfaceType.Smooth
- Part47.brickColor = BrickColor.new("Really black")
- Part48.Parent = Model0
- Part48.CFrame = CFrame.new(212.773804, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part48.Position = Vector3.new(212.773804, 0.851190329, 153.25)
- Part48.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part48.Size = Vector3.new(0.523809493, 0.130952373, 0.523809493)
- Part48.BottomSurface = Enum.SurfaceType.Smooth
- Part48.BrickColor = BrickColor.new("Medium blue")
- Part48.TopSurface = Enum.SurfaceType.Smooth
- Part48.brickColor = BrickColor.new("Medium blue")
- Part49.Parent = Model0
- Part49.CFrame = CFrame.new(213.232132, 0.589285731, 153.184494, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part49.Position = Vector3.new(213.232132, 0.589285731, 153.184494)
- Part49.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part49.Size = Vector3.new(0.130952373, 0.130952373, 0.39280951)
- Part49.BottomSurface = Enum.SurfaceType.Smooth
- Part49.BrickColor = BrickColor.new("Storm blue")
- Part49.TopSurface = Enum.SurfaceType.Smooth
- Part49.brickColor = BrickColor.new("Storm blue")
- Part50.Parent = Model0
- Part50.CFrame = CFrame.new(213.232132, 0.982142687, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part50.Position = Vector3.new(213.232132, 0.982142687, 153.25)
- Part50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part50.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part50.BottomSurface = Enum.SurfaceType.Smooth
- Part50.BrickColor = BrickColor.new("Really black")
- Part50.TopSurface = Enum.SurfaceType.Smooth
- Part50.brickColor = BrickColor.new("Really black")
- Part51.Parent = Model0
- Part51.CFrame = CFrame.new(211.529755, 0.785714149, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part51.Position = Vector3.new(211.529755, 0.785714149, 153.25)
- Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part51.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part51.BottomSurface = Enum.SurfaceType.Smooth
- Part51.BrickColor = BrickColor.new("Really black")
- Part51.TopSurface = Enum.SurfaceType.Smooth
- Part51.brickColor = BrickColor.new("Really black")
- Part52.Parent = Model0
- Part52.CFrame = CFrame.new(211.660706, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part52.Position = Vector3.new(211.660706, 0.851190329, 153.25)
- Part52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part52.Size = Vector3.new(0.130952373, 0.392857134, 0.261904746)
- Part52.BottomSurface = Enum.SurfaceType.Smooth
- Part52.BrickColor = BrickColor.new("Really black")
- Part52.TopSurface = Enum.SurfaceType.Smooth
- Part52.brickColor = BrickColor.new("Really black")
- Part53.Parent = Model0
- Part53.CFrame = CFrame.new(211.660706, 2.16071415, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part53.Position = Vector3.new(211.660706, 2.16071415, 153.25)
- Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part53.Size = Vector3.new(0.916666627, 0.130952373, 0.523809493)
- Part53.BottomSurface = Enum.SurfaceType.Smooth
- Part53.BrickColor = BrickColor.new("Really black")
- Part53.TopSurface = Enum.SurfaceType.Smooth
- Part53.brickColor = BrickColor.new("Really black")
- Part54.Parent = Model0
- Part54.CFrame = CFrame.new(212.773804, 0.72023797, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part54.Position = Vector3.new(212.773804, 0.72023797, 153.25)
- Part54.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part54.Size = Vector3.new(0.785714269, 0.130952373, 0.523809493)
- Part54.BottomSurface = Enum.SurfaceType.Smooth
- Part54.BrickColor = BrickColor.new("Medium blue")
- Part54.TopSurface = Enum.SurfaceType.Smooth
- Part54.brickColor = BrickColor.new("Medium blue")
- Part55.Parent = Model0
- Part55.CFrame = CFrame.new(212.708328, 0.458333254, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part55.Position = Vector3.new(212.708328, 0.458333254, 153.25)
- Part55.Color = Color3.new(1, 1, 0)
- Part55.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part55.BottomSurface = Enum.SurfaceType.Smooth
- Part55.BrickColor = BrickColor.new("New Yeller")
- Part55.TopSurface = Enum.SurfaceType.Smooth
- Part55.brickColor = BrickColor.new("New Yeller")
- Part56.Parent = Model0
- Part56.CFrame = CFrame.new(212.184509, 0.654761791, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part56.Position = Vector3.new(212.184509, 0.654761791, 153.25)
- Part56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part56.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part56.BottomSurface = Enum.SurfaceType.Smooth
- Part56.BrickColor = BrickColor.new("Really black")
- Part56.TopSurface = Enum.SurfaceType.Smooth
- Part56.brickColor = BrickColor.new("Really black")
- Part57.Parent = Model0
- Part57.CFrame = CFrame.new(213.363083, 2.29166651, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part57.Position = Vector3.new(213.363083, 2.29166651, 153.25)
- Part57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part57.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part57.BottomSurface = Enum.SurfaceType.Smooth
- Part57.BrickColor = BrickColor.new("Really black")
- Part57.TopSurface = Enum.SurfaceType.Smooth
- Part57.brickColor = BrickColor.new("Really black")
- Part58.Parent = Model0
- Part58.CFrame = CFrame.new(211.726181, 2.29166651, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part58.Position = Vector3.new(211.726181, 2.29166651, 153.25)
- Part58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part58.Size = Vector3.new(0.785714269, 0.130952373, 0.523809493)
- Part58.BottomSurface = Enum.SurfaceType.Smooth
- Part58.BrickColor = BrickColor.new("Really black")
- Part58.TopSurface = Enum.SurfaceType.Smooth
- Part58.brickColor = BrickColor.new("Really black")
- Part59.Parent = Model0
- Part59.CFrame = CFrame.new(213.494034, 2.16071415, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part59.Position = Vector3.new(213.494034, 2.16071415, 153.25)
- Part59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part59.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part59.BottomSurface = Enum.SurfaceType.Smooth
- Part59.BrickColor = BrickColor.new("Really black")
- Part59.TopSurface = Enum.SurfaceType.Smooth
- Part59.brickColor = BrickColor.new("Really black")
- Part60.Parent = Model0
- Part60.CFrame = CFrame.new(212.839279, 0.392857075, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part60.Position = Vector3.new(212.839279, 0.392857075, 153.25)
- Part60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part60.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part60.BottomSurface = Enum.SurfaceType.Smooth
- Part60.BrickColor = BrickColor.new("Really black")
- Part60.TopSurface = Enum.SurfaceType.Smooth
- Part60.brickColor = BrickColor.new("Really black")
- Part61.Parent = Model0
- Part61.CFrame = CFrame.new(212.053558, 0.458333254, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part61.Position = Vector3.new(212.053558, 0.458333254, 153.25)
- Part61.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part61.Size = Vector3.new(0.392857134, 0.130952373, 0.523809493)
- Part61.BottomSurface = Enum.SurfaceType.Smooth
- Part61.BrickColor = BrickColor.new("Medium blue")
- Part61.TopSurface = Enum.SurfaceType.Smooth
- Part61.brickColor = BrickColor.new("Medium blue")
- Part62.Parent = Model0
- Part62.CFrame = CFrame.new(211.202377, 1.30952358, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part62.Position = Vector3.new(211.202377, 1.30952358, 153.25)
- Part62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part62.Size = Vector3.new(0.261904746, 0.261904746, 0.261904746)
- Part62.BottomSurface = Enum.SurfaceType.Smooth
- Part62.BrickColor = BrickColor.new("Really black")
- Part62.TopSurface = Enum.SurfaceType.Smooth
- Part62.brickColor = BrickColor.new("Really black")
- Part63.Name = "Main"
- Part63.Parent = Model0
- Part63.CFrame = CFrame.new(212.577377, 0.196428537, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part63.Position = Vector3.new(212.577377, 0.196428537, 153.25)
- Part63.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part63.Size = Vector3.new(0.916666627, 0.130952373, 0.523809493)
- Part63.BottomSurface = Enum.SurfaceType.Smooth
- Part63.BrickColor = BrickColor.new("Medium blue")
- Part63.TopSurface = Enum.SurfaceType.Smooth
- Part63.brickColor = BrickColor.new("Medium blue")
- Part64.Parent = Model0
- Part64.CFrame = CFrame.new(213.232132, 0.327380776, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part64.Position = Vector3.new(213.232132, 0.327380776, 153.25)
- Part64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part64.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part64.BottomSurface = Enum.SurfaceType.Smooth
- Part64.BrickColor = BrickColor.new("Really black")
- Part64.TopSurface = Enum.SurfaceType.Smooth
- Part64.brickColor = BrickColor.new("Really black")
- Part65.Parent = Model0
- Part65.CFrame = CFrame.new(212.446426, 0.392857075, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part65.Position = Vector3.new(212.446426, 0.392857075, 153.25)
- Part65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part65.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part65.BottomSurface = Enum.SurfaceType.Smooth
- Part65.BrickColor = BrickColor.new("Really black")
- Part65.TopSurface = Enum.SurfaceType.Smooth
- Part65.brickColor = BrickColor.new("Really black")
- Part66.Parent = Model0
- Part66.CFrame = CFrame.new(210.874985, 1.50595224, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part66.Position = Vector3.new(210.874985, 1.50595224, 153.25)
- Part66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part66.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part66.BottomSurface = Enum.SurfaceType.Smooth
- Part66.BrickColor = BrickColor.new("Really black")
- Part66.TopSurface = Enum.SurfaceType.Smooth
- Part66.brickColor = BrickColor.new("Really black")
- Part67.Parent = Model0
- Part67.CFrame = CFrame.new(212.315475, 1.50595224, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part67.Position = Vector3.new(212.315475, 1.50595224, 153.25)
- Part67.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part67.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part67.BottomSurface = Enum.SurfaceType.Smooth
- Part67.BrickColor = BrickColor.new("Medium blue")
- Part67.TopSurface = Enum.SurfaceType.Smooth
- Part67.brickColor = BrickColor.new("Medium blue")
- Part68.Parent = Model0
- Part68.CFrame = CFrame.new(210.744034, 1.6369046, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part68.Position = Vector3.new(210.744034, 1.6369046, 153.25)
- Part68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part68.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part68.BottomSurface = Enum.SurfaceType.Smooth
- Part68.BrickColor = BrickColor.new("Really black")
- Part68.TopSurface = Enum.SurfaceType.Smooth
- Part68.brickColor = BrickColor.new("Really black")
- Part69.Parent = Model0
- Part69.CFrame = CFrame.new(212.97023, 2.55357122, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part69.Position = Vector3.new(212.97023, 2.55357122, 153.25)
- Part69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part69.Size = Vector3.new(0.392857134, 0.130952373, 0.523809493)
- Part69.BottomSurface = Enum.SurfaceType.Smooth
- Part69.BrickColor = BrickColor.new("Really black")
- Part69.TopSurface = Enum.SurfaceType.Smooth
- Part69.brickColor = BrickColor.new("Really black")
- Part70.Parent = Model0
- Part70.CFrame = CFrame.new(213.755951, 1.76785707, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part70.Position = Vector3.new(213.755951, 1.76785707, 153.25)
- Part70.Color = Color3.new(1, 1, 0)
- Part70.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part70.BottomSurface = Enum.SurfaceType.Smooth
- Part70.BrickColor = BrickColor.new("New Yeller")
- Part70.TopSurface = Enum.SurfaceType.Smooth
- Part70.brickColor = BrickColor.new("New Yeller")
- Part71.Parent = Model0
- Part71.CFrame = CFrame.new(213.363083, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part71.Position = Vector3.new(213.363083, 0.851190329, 153.25)
- Part71.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part71.Size = Vector3.new(0.130952373, 0.65476191, 0.523809493)
- Part71.BottomSurface = Enum.SurfaceType.Smooth
- Part71.BrickColor = BrickColor.new("Medium blue")
- Part71.TopSurface = Enum.SurfaceType.Smooth
- Part71.brickColor = BrickColor.new("Medium blue")
- Part72.Parent = Model0
- Part72.CFrame = CFrame.new(212.511902, 1.37499988, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part72.Position = Vector3.new(212.511902, 1.37499988, 153.25)
- Part72.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part72.Size = Vector3.new(0.261904746, 0.392857134, 0.523809493)
- Part72.BottomSurface = Enum.SurfaceType.Smooth
- Part72.BrickColor = BrickColor.new("Medium blue")
- Part72.TopSurface = Enum.SurfaceType.Smooth
- Part72.brickColor = BrickColor.new("Medium blue")
- Weld73.Name = "BTWeld"
- Weld73.Parent = Part72
- Weld73.C1 = CFrame.new(0.196426392, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld73.Part0 = Part72
- Weld73.Part1 = Part1
- Weld73.part1 = Part1
- Weld74.Name = "BTWeld"
- Weld74.Parent = Part72
- Weld74.C1 = CFrame.new(0.785720825, -1.3095237, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld74.Part0 = Part72
- Weld74.Part1 = Part2
- Weld74.part1 = Part2
- Weld75.Name = "BTWeld"
- Weld75.Parent = Part72
- Weld75.C1 = CFrame.new(0.982147217, -0.327381015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld75.Part0 = Part72
- Weld75.Part1 = Part3
- Weld75.part1 = Part3
- Weld76.Name = "BTWeld"
- Weld76.Parent = Part72
- Weld76.C1 = CFrame.new(-0.589279175, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld76.Part0 = Part72
- Weld76.Part1 = Part4
- Weld76.part1 = Part4
- Weld77.Name = "BTWeld"
- Weld77.Parent = Part72
- Weld77.C1 = CFrame.new(-0.0654754639, 1.3095237, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld77.Part0 = Part72
- Weld77.Part1 = Part5
- Weld77.part1 = Part5
- Weld78.Name = "BTWeld"
- Weld78.Parent = Part72
- Weld78.C1 = CFrame.new(0.785720825, -1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld78.Part0 = Part72
- Weld78.Part1 = Part221
- Weld78.part1 = Part221
- Weld79.Name = "BTWeld"
- Weld79.Parent = Part72
- Weld79.C1 = CFrame.new(-0.589279175, 0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld79.Part0 = Part72
- Weld79.Part1 = Part7
- Weld79.part1 = Part7
- Weld80.Name = "BTWeld"
- Weld80.Parent = Part72
- Weld80.C1 = CFrame.new(1.50595093, -0.589285731, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld80.Part0 = Part72
- Weld80.Part1 = Part8
- Weld80.part1 = Part8
- Weld81.Name = "BTWeld"
- Weld81.Parent = Part72
- Weld81.C1 = CFrame.new(0.392868042, 1.0476191, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld81.Part0 = Part72
- Weld81.Part1 = Part9
- Weld81.part1 = Part9
- Weld82.Name = "BTWeld"
- Weld82.Parent = Part72
- Weld82.C1 = CFrame.new(-0.000122070313, 0.327357173, -0.130996704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld82.Part0 = Part72
- Weld82.Part1 = Part10
- Weld82.part1 = Part10
- Weld83.Name = "BTWeld"
- Weld83.Parent = Part72
- Weld83.C1 = CFrame.new(0.916671753, -0.589285731, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld83.Part0 = Part72
- Weld83.Part1 = Part11
- Weld83.part1 = Part11
- Weld84.Name = "BTWeld"
- Weld84.Parent = Part72
- Weld84.C1 = CFrame.new(1.76786804, -0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld84.Part0 = Part72
- Weld84.Part1 = Part12
- Weld84.part1 = Part12
- Weld85.Name = "BTWeld"
- Weld85.Parent = Part72
- Weld85.C1 = CFrame.new(0.261917114, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld85.Part0 = Part72
- Weld85.Part1 = Part13
- Weld85.part1 = Part13
- Weld86.Name = "BTWeld"
- Weld86.Parent = Part72
- Weld86.C1 = CFrame.new(-0.720230103, 0.196428537, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld86.Part0 = Part72
- Weld86.Part1 = Part14
- Weld86.part1 = Part14
- Weld87.Name = "BTWeld"
- Weld87.Parent = Part72
- Weld87.C1 = CFrame.new(1.76786804, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld87.Part0 = Part72
- Weld87.Part1 = Part15
- Weld87.part1 = Part15
- Weld88.Name = "BTWeld"
- Weld88.Parent = Part72
- Weld88.C1 = CFrame.new(-0.196426392, 0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld88.Part0 = Part72
- Weld88.Part1 = Part16
- Weld88.part1 = Part16
- Weld89.Name = "BTWeld"
- Weld89.Parent = Part72
- Weld89.C1 = CFrame.new(0, 0.327381015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld89.Part0 = Part72
- Weld89.Part1 = Part17
- Weld89.part1 = Part17
- Weld90.Name = "BTWeld"
- Weld90.Parent = Part72
- Weld90.C1 = CFrame.new(1.11309814, 0.458333254, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld90.Part0 = Part72
- Weld90.Part1 = Part18
- Weld90.part1 = Part18
- Weld91.Name = "BTWeld"
- Weld91.Parent = Part72
- Weld91.C1 = CFrame.new(0.261871338, 0.13085711, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld91.Part0 = Part72
- Weld91.Part1 = Part19
- Weld91.part1 = Part19
- Weld92.Name = "BTWeld"
- Weld92.Parent = Part72
- Weld92.C1 = CFrame.new(1.375, -0.785714269, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld92.Part0 = Part72
- Weld92.Part1 = Part20
- Weld92.part1 = Part20
- Weld93.Name = "BTWeld"
- Weld93.Parent = Part72
- Weld93.C1 = CFrame.new(0.458343506, 1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld93.Part0 = Part72
- Weld93.Part1 = Part21
- Weld93.part1 = Part21
- Weld94.Name = "BTWeld"
- Weld94.Parent = Part72
- Weld94.C1 = CFrame.new(-0.720230103, -0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld94.Part0 = Part72
- Weld94.Part1 = Part22
- Weld94.part1 = Part22
- Weld95.Name = "BTWeld"
- Weld95.Parent = Part72
- Weld95.C1 = CFrame.new(-1.375, -0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld95.Part0 = Part72
- Weld95.Part1 = Part23
- Weld95.part1 = Part23
- Weld96.Name = "BTWeld"
- Weld96.Parent = Part72
- Weld96.C1 = CFrame.new(-0.523803711, -0.65476191, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld96.Part0 = Part72
- Weld96.Part1 = Part24
- Weld96.part1 = Part24
- Weld97.Name = "BTWeld"
- Weld97.Parent = Part72
- Weld97.C1 = CFrame.new(-0.720230103, -1.04761899, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld97.Part0 = Part72
- Weld97.Part1 = Part25
- Weld97.part1 = Part25
- Weld98.Name = "BTWeld"
- Weld98.Parent = Part72
- Weld98.C1 = CFrame.new(0.458343506, 0.0654762983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld98.Part0 = Part72
- Weld98.Part1 = Part26
- Weld98.part1 = Part26
- Weld99.Name = "BTWeld"
- Weld99.Parent = Part72
- Weld99.C1 = CFrame.new(0.0653533936, 0.523857117, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld99.Part0 = Part72
- Weld99.Part1 = Part27
- Weld99.part1 = Part27
- Weld100.Name = "BTWeld"
- Weld100.Parent = Part72
- Weld100.C1 = CFrame.new(0.196365356, -0.000142931938, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld100.Part0 = Part72
- Weld100.Part1 = Part28
- Weld100.part1 = Part28
- Weld101.Name = "BTWeld"
- Weld101.Parent = Part72
- Weld101.C1 = CFrame.new(-0.458328247, -0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld101.Part0 = Part72
- Weld101.Part1 = Part37
- Weld101.part1 = Part37
- Weld102.Name = "BTWeld"
- Weld102.Parent = Part72
- Weld102.C1 = CFrame.new(-0.982131958, 0.458333254, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld102.Part0 = Part72
- Weld102.Part1 = Part30
- Weld102.part1 = Part30
- Weld103.Name = "BTWeld"
- Weld103.Parent = Part72
- Weld103.C1 = CFrame.new(0.52381897, -1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld103.Part0 = Part72
- Weld103.Part1 = Part32
- Weld103.part1 = Part32
- Weld104.Name = "BTWeld"
- Weld104.Parent = Part72
- Weld104.C1 = CFrame.new(-0.589279175, -0.196428537, 0.0654754639, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld104.Part0 = Part72
- Weld104.Part1 = Part41
- Weld104.part1 = Part41
- Weld105.Name = "BTWeld"
- Weld105.Parent = Part72
- Weld105.C1 = CFrame.new(-1.11308289, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld105.Part0 = Part72
- Weld105.Part1 = Part47
- Weld105.part1 = Part47
- Weld106.Name = "BTWeld"
- Weld106.Parent = Part72
- Weld106.C1 = CFrame.new(0.851196289, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld106.Part0 = Part72
- Weld106.Part1 = Part52
- Weld106.part1 = Part52
- Weld107.Name = "BTWeld"
- Weld107.Parent = Part72
- Weld107.C1 = CFrame.new(-0.0654754639, -0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld107.Part0 = Part72
- Weld107.Part1 = Part46
- Weld107.part1 = Part46
- Weld108.Name = "BTWeld"
- Weld108.Parent = Part72
- Weld108.C1 = CFrame.new(-0.982131958, -0.785714269, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld108.Part0 = Part72
- Weld108.Part1 = Part59
- Weld108.part1 = Part59
- Weld109.Name = "BTWeld"
- Weld109.Parent = Part72
- Weld109.C1 = CFrame.new(0.458343506, 0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld109.Part0 = Part72
- Weld109.Part1 = Part61
- Weld109.part1 = Part61
- Weld110.Name = "BTWeld"
- Weld110.Parent = Part72
- Weld110.C1 = CFrame.new(-0.720230103, 1.0476191, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld110.Part0 = Part72
- Weld110.Part1 = Part64
- Weld110.part1 = Part64
- Weld111.Name = "BTWeld"
- Weld111.Parent = Part72
- Weld111.C1 = CFrame.new(0.0654754639, 0.982142806, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld111.Part0 = Part72
- Weld111.Part1 = Part65
- Weld111.part1 = Part65
- Weld112.Name = "BTWeld"
- Weld112.Parent = Part72
- Weld112.C1 = CFrame.new(0.196426392, -0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld112.Part0 = Part72
- Weld112.Part1 = Part67
- Weld112.part1 = Part67
- Weld113.Name = "BTWeld"
- Weld113.Parent = Part72
- Weld113.C1 = CFrame.new(1.76786804, -0.261904716, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld113.Part0 = Part72
- Weld113.Part1 = Part68
- Weld113.part1 = Part68
- Weld114.Name = "BTWeld"
- Weld114.Parent = Part72
- Weld114.C1 = CFrame.new(-0.85118103, 0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld114.Part0 = Part72
- Weld114.Part1 = Part207
- Weld114.part1 = Part207
- Weld115.Name = "BTWeld"
- Weld115.Parent = Part72
- Weld115.C1 = CFrame.new(-0.196426392, 1.0476191, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld115.Part0 = Part72
- Weld115.Part1 = Part210
- Weld115.part1 = Part210
- Weld116.Name = "BTWeld"
- Weld116.Parent = Part72
- Weld116.C1 = CFrame.new(-1.17857361, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld116.Part0 = Part72
- Weld116.Part1 = Part212
- Weld116.part1 = Part212
- Weld117.Name = "BTWeld"
- Weld117.Parent = Part72
- Weld117.C1 = CFrame.new(0.982147217, 0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld117.Part0 = Part72
- Weld117.Part1 = Part213
- Weld117.part1 = Part213
- Weld118.Name = "BTWeld"
- Weld118.Parent = Part72
- Weld118.C1 = CFrame.new(-0.458328247, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld118.Part0 = Part72
- Weld118.Part1 = Part216
- Weld118.part1 = Part216
- Weld119.Name = "BTWeld"
- Weld119.Parent = Part72
- Weld119.C1 = CFrame.new(-0.654754639, 0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld119.Part0 = Part72
- Weld119.Part1 = Part219
- Weld119.part1 = Part219
- Weld120.Name = "BTWeld"
- Weld120.Parent = Part72
- Weld120.C1 = CFrame.new(-1.11308289, 0.261904716, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld120.Part0 = Part72
- Weld120.Part1 = Part222
- Weld120.part1 = Part222
- Weld121.Name = "BTWeld"
- Weld121.Parent = Part72
- Weld121.C1 = CFrame.new(1.89881897, -0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld121.Part0 = Part72
- Weld121.Part1 = Part217
- Weld121.part1 = Part217
- Weld122.Name = "BTWeld"
- Weld122.Parent = Part72
- Weld122.C1 = CFrame.new(0.327377319, 0.261857152, -0.130996704, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld122.Part0 = Part72
- Weld122.Part1 = Part226
- Weld122.part1 = Part226
- Weld123.Name = "BTWeld"
- Weld123.Parent = Part72
- Weld123.C1 = CFrame.new(0.261917114, 0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld123.Part0 = Part72
- Weld123.Part1 = Part227
- Weld123.part1 = Part227
- Weld124.Name = "BTWeld"
- Weld124.Parent = Part72
- Weld124.C1 = CFrame.new(-0.720230103, 0.785714149, 0.0655059814, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld124.Part0 = Part72
- Weld124.Part1 = Part49
- Weld124.part1 = Part49
- Weld125.Name = "BTWeld"
- Weld125.Parent = Part72
- Weld125.C1 = CFrame.new(-0.524169922, 0.392857134, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld125.Part0 = Part72
- Weld125.Part1 = Part229
- Weld125.part1 = Part229
- Weld126.Name = "BTWeld"
- Weld126.Parent = Part72
- Weld126.C1 = CFrame.new(1.63691711, -0.327381015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld126.Part0 = Part72
- Weld126.Part1 = Part230
- Weld126.part1 = Part230
- Weld127.Name = "BTWeld"
- Weld127.Parent = Part72
- Weld127.C1 = CFrame.new(0.982147217, 0.589285731, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld127.Part0 = Part72
- Weld127.Part1 = Part51
- Weld127.part1 = Part51
- Weld128.Name = "BTWeld"
- Weld128.Parent = Part72
- Weld128.C1 = CFrame.new(-0.982131958, -0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld128.Part0 = Part72
- Weld128.Part1 = Part224
- Weld128.part1 = Part224
- Weld129.Name = "BTWeld"
- Weld129.Parent = Part72
- Weld129.C1 = CFrame.new(-0.261901855, -0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld129.Part0 = Part72
- Weld129.Part1 = Part233
- Weld129.part1 = Part233
- Weld130.Name = "BTWeld"
- Weld130.Parent = Part72
- Weld130.C1 = CFrame.new(1.11309814, 0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld130.Part0 = Part72
- Weld130.Part1 = Part234
- Weld130.part1 = Part234
- Weld131.Name = "BTWeld"
- Weld131.Parent = Part72
- Weld131.C1 = CFrame.new(0.458358765, 0.523857117, -0.131011963, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld131.Part0 = Part72
- Weld131.Part1 = Part235
- Weld131.part1 = Part235
- Weld132.Name = "BTWeld"
- Weld132.Parent = Part72
- Weld132.C1 = CFrame.new(1.11309814, -1.04761899, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld132.Part0 = Part72
- Weld132.Part1 = Part236
- Weld132.part1 = Part236
- Weld133.Name = "BTWeld"
- Weld133.Parent = Part72
- Weld133.C1 = CFrame.new(-0.720230103, 0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld133.Part0 = Part72
- Weld133.Part1 = Part50
- Weld133.part1 = Part50
- Weld134.Name = "BTWeld"
- Weld134.Parent = Part72
- Weld134.C1 = CFrame.new(0.785720825, -0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld134.Part0 = Part72
- Weld134.Part1 = Part58
- Weld134.part1 = Part58
- Weld135.Name = "BTWeld"
- Weld135.Parent = Part72
- Weld135.C1 = CFrame.new(-0.720230103, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld135.Part0 = Part72
- Weld135.Part1 = Part239
- Weld135.part1 = Part239
- Weld136.Name = "BTWeld"
- Weld136.Parent = Part72
- Weld136.C1 = CFrame.new(-0.00016784668, 0.785857081, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld136.Part0 = Part72
- Weld136.Part1 = Part240
- Weld136.part1 = Part240
- Weld137.Name = "BTWeld"
- Weld137.Parent = Part72
- Weld137.C1 = CFrame.new(-0.261901855, 0.785714149, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld137.Part0 = Part72
- Weld137.Part1 = Part241
- Weld137.part1 = Part241
- Weld138.Name = "BTWeld"
- Weld138.Parent = Part72
- Weld138.C1 = CFrame.new(0.720245361, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld138.Part0 = Part72
- Weld138.Part1 = Part242
- Weld138.part1 = Part242
- Weld139.Name = "BTWeld"
- Weld139.Parent = Part72
- Weld139.C1 = CFrame.new(1.24404907, -0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld139.Part0 = Part72
- Weld139.Part1 = Part243
- Weld139.part1 = Part243
- Weld140.Name = "BTWeld"
- Weld140.Parent = Part72
- Weld140.C1 = CFrame.new(-0.523803711, 1.0476191, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld140.Part0 = Part72
- Weld140.Part1 = Part244
- Weld140.part1 = Part244
- Weld141.Name = "BTWeld"
- Weld141.Parent = Part72
- Weld141.C1 = CFrame.new(-0.458633423, 0.851357102, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld141.Part0 = Part72
- Weld141.Part1 = Part34
- Weld141.part1 = Part34
- Weld142.Name = "BTWeld"
- Weld142.Parent = Part72
- Weld142.C1 = CFrame.new(0.785720825, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld142.Part0 = Part72
- Weld142.Part1 = Part218
- Weld142.part1 = Part218
- Weld143.Name = "BTWeld"
- Weld143.Parent = Part72
- Weld143.C1 = CFrame.new(-1.24404907, 0.261904716, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld143.Part0 = Part72
- Weld143.Part1 = Part247
- Weld143.part1 = Part247
- Weld144.Name = "BTWeld"
- Weld144.Parent = Part72
- Weld144.C1 = CFrame.new(-0.458328247, -1.04761899, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld144.Part0 = Part72
- Weld144.Part1 = Part248
- Weld144.part1 = Part248
- Weld145.Name = "BTWeld"
- Weld145.Parent = Part72
- Weld145.C1 = CFrame.new(0.785720825, 0.196428537, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld145.Part0 = Part72
- Weld145.Part1 = Part249
- Weld145.part1 = Part249
- Weld146.Name = "BTWeld"
- Weld146.Parent = Part72
- Weld146.C1 = CFrame.new(-0.523803711, 0.327381015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld146.Part0 = Part72
- Weld146.Part1 = Part250
- Weld146.part1 = Part250
- Weld147.Name = "BTWeld"
- Weld147.Parent = Part72
- Weld147.C1 = CFrame.new(0.327392578, -0.0654762983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld147.Part0 = Part72
- Weld147.Part1 = Part251
- Weld147.part1 = Part251
- Weld148.Name = "BTWeld"
- Weld148.Parent = Part72
- Weld148.C1 = CFrame.new(-0.720657349, 0.72035706, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld148.Part0 = Part72
- Weld148.Part1 = Part252
- Weld148.part1 = Part252
- Weld149.Name = "BTWeld"
- Weld149.Parent = Part72
- Weld149.C1 = CFrame.new(-0.589645386, 0.13085711, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld149.Part0 = Part72
- Weld149.Part1 = Part31
- Weld149.part1 = Part31
- Weld150.Name = "BTWeld"
- Weld150.Parent = Part72
- Weld150.C1 = CFrame.new(0.720245361, -1.04761899, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld150.Part0 = Part72
- Weld150.Part1 = Part253
- Weld150.part1 = Part253
- Weld151.Name = "BTWeld"
- Weld151.Parent = Part72
- Weld151.C1 = CFrame.new(-0.589645386, 0.589357138, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld151.Part0 = Part72
- Weld151.Part1 = Part33
- Weld151.part1 = Part33
- Weld152.Name = "BTWeld"
- Weld152.Parent = Part72
- Weld152.C1 = CFrame.new(0.327392578, 0.72023809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld152.Part0 = Part72
- Weld152.Part1 = Part56
- Weld152.part1 = Part56
- Weld153.Name = "BTWeld"
- Weld153.Parent = Part72
- Weld153.C1 = CFrame.new(0.458343506, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld153.Part0 = Part72
- Weld153.Part1 = Part254
- Weld153.part1 = Part254
- Weld154.Name = "BTWeld"
- Weld154.Parent = Part72
- Weld154.C1 = CFrame.new(0.589294434, 0.327381015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld154.Part0 = Part72
- Weld154.Part1 = Part245
- Weld154.part1 = Part245
- Weld155.Name = "BTWeld"
- Weld155.Parent = Part72
- Weld155.C1 = CFrame.new(-0.327377319, 0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld155.Part0 = Part72
- Weld155.Part1 = Part43
- Weld155.part1 = Part43
- Weld156.Name = "BTWeld"
- Weld156.Parent = Part72
- Weld156.C1 = CFrame.new(-0.458328247, -0.785714269, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld156.Part0 = Part72
- Weld156.Part1 = Part255
- Weld156.part1 = Part255
- Weld157.Name = "BTWeld"
- Weld157.Parent = Part72
- Weld157.C1 = CFrame.new(1.30952454, 0.0654762983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld157.Part0 = Part72
- Weld157.Part1 = Part62
- Weld157.part1 = Part62
- Weld158.Name = "BTWeld"
- Weld158.Parent = Part72
- Weld158.C1 = CFrame.new(-0.0654754639, -0.261904716, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld158.Part0 = Part72
- Weld158.Part1 = Part256
- Weld158.part1 = Part256
- Weld159.Name = "BTWeld"
- Weld159.Parent = Part72
- Weld159.C1 = CFrame.new(-0.589279175, -0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld159.Part0 = Part72
- Weld159.Part1 = Part38
- Weld159.part1 = Part38
- Weld160.Name = "BTWeld"
- Weld160.Parent = Part72
- Weld160.C1 = CFrame.new(-0.589645386, 0.785857081, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld160.Part0 = Part72
- Weld160.Part1 = Part257
- Weld160.part1 = Part257
- Weld161.Name = "BTWeld"
- Weld161.Parent = Part72
- Weld161.C1 = CFrame.new(-0.589279175, 1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld161.Part0 = Part72
- Weld161.Part1 = Part246
- Weld161.part1 = Part246
- Weld162.Name = "BTWeld"
- Weld162.Parent = Part72
- Weld162.C1 = CFrame.new(-0.720230103, -0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld162.Part0 = Part72
- Weld162.Part1 = Part258
- Weld162.part1 = Part258
- Weld163.Name = "BTWeld"
- Weld163.Parent = Part72
- Weld163.C1 = CFrame.new(-0.458328247, 0.851190567, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld163.Part0 = Part72
- Weld163.Part1 = Part206
- Weld163.part1 = Part206
- Weld164.Name = "BTWeld"
- Weld164.Parent = Part72
- Weld164.C1 = CFrame.new(0.196334839, 0.916857123, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld164.Part0 = Part72
- Weld164.Part1 = Part259
- Weld164.part1 = Part259
- Weld165.Name = "BTWeld"
- Weld165.Parent = Part72
- Weld165.C1 = CFrame.new(-1.24404907, -0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld165.Part0 = Part72
- Weld165.Part1 = Part70
- Weld165.part1 = Part70
- Weld166.Name = "BTWeld"
- Weld166.Parent = Part72
- Weld166.C1 = CFrame.new(-0.85118103, 0.0654762983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld166.Part0 = Part72
- Weld166.Part1 = Part231
- Weld166.part1 = Part231
- Weld167.Name = "BTWeld"
- Weld167.Parent = Part72
- Weld167.C1 = CFrame.new(-0.0654754639, 1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld167.Part0 = Part72
- Weld167.Part1 = Part63
- Weld167.part1 = Part63
- Weld168.Name = "BTWeld"
- Weld168.Parent = Part72
- Weld168.C1 = CFrame.new(-0.720230103, 0.65476191, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld168.Part0 = Part72
- Weld168.Part1 = Part260
- Weld168.part1 = Part260
- Weld169.Name = "BTWeld"
- Weld169.Parent = Part72
- Weld169.C1 = CFrame.new(-1.24404907, -0.261904716, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld169.Part0 = Part72
- Weld169.Part1 = Part214
- Weld169.part1 = Part214
- Weld170.Name = "BTWeld"
- Weld170.Parent = Part72
- Weld170.C1 = CFrame.new(-0.131134033, 0.982357025, -0.131011963, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld170.Part0 = Part72
- Weld170.Part1 = Part35
- Weld170.part1 = Part35
- Weld171.Name = "BTWeld"
- Weld171.Parent = Part72
- Weld171.C1 = CFrame.new(0.851196289, -0.785714269, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld171.Part0 = Part72
- Weld171.Part1 = Part53
- Weld171.part1 = Part53
- Weld172.Name = "BTWeld"
- Weld172.Parent = Part72
- Weld172.C1 = CFrame.new(0.196426392, -0.589285731, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld172.Part0 = Part72
- Weld172.Part1 = Part29
- Weld172.part1 = Part29
- Weld173.Name = "BTWeld"
- Weld173.Parent = Part72
- Weld173.C1 = CFrame.new(-0.261901855, 0.65476191, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld173.Part0 = Part72
- Weld173.Part1 = Part54
- Weld173.part1 = Part54
- Weld174.Name = "BTWeld"
- Weld174.Parent = Part72
- Weld174.C1 = CFrame.new(0.654769897, 1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld174.Part0 = Part72
- Weld174.Part1 = Part45
- Weld174.part1 = Part45
- Weld175.Name = "BTWeld"
- Weld175.Parent = Part72
- Weld175.C1 = CFrame.new(0.261871338, 0.72035706, -0.131011963, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld175.Part0 = Part72
- Weld175.Part1 = Part36
- Weld175.part1 = Part36
- Weld176.Name = "BTWeld"
- Weld176.Parent = Part72
- Weld176.C1 = CFrame.new(0.982147217, -1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld176.Part0 = Part72
- Weld176.Part1 = Part39
- Weld176.part1 = Part39
- Weld177.Name = "BTWeld"
- Weld177.Parent = Part72
- Weld177.C1 = CFrame.new(0.327392578, 0.261904716, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld177.Part0 = Part72
- Weld177.Part1 = Part261
- Weld177.part1 = Part261
- Weld178.Name = "BTWeld"
- Weld178.Parent = Part72
- Weld178.C1 = CFrame.new(-0.327377319, 0.982142806, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld178.Part0 = Part72
- Weld178.Part1 = Part60
- Weld178.part1 = Part60
- Weld179.Name = "BTWeld"
- Weld179.Parent = Part72
- Weld179.C1 = CFrame.new(-0.85118103, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld179.Part0 = Part72
- Weld179.Part1 = Part71
- Weld179.part1 = Part71
- Weld180.Name = "BTWeld"
- Weld180.Parent = Part72
- Weld180.C1 = CFrame.new(0.785720825, 0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld180.Part0 = Part72
- Weld180.Part1 = Part262
- Weld180.part1 = Part262
- Weld181.Name = "BTWeld"
- Weld181.Parent = Part72
- Weld181.C1 = CFrame.new(0.261917114, -0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld181.Part0 = Part72
- Weld181.Part1 = Part40
- Weld181.part1 = Part40
- Weld182.Name = "BTWeld"
- Weld182.Parent = Part72
- Weld182.C1 = CFrame.new(-0.327377319, 0.0654762983, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld182.Part0 = Part72
- Weld182.Part1 = Part228
- Weld182.part1 = Part228
- Weld183.Name = "BTWeld"
- Weld183.Parent = Part72
- Weld183.C1 = CFrame.new(0.327392578, -1.04761899, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld183.Part0 = Part72
- Weld183.Part1 = Part263
- Weld183.part1 = Part263
- Weld184.Name = "BTWeld"
- Weld184.Parent = Part72
- Weld184.C1 = CFrame.new(0.785720825, -0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld184.Part0 = Part72
- Weld184.Part1 = Part238
- Weld184.part1 = Part238
- Weld185.Name = "BTWeld"
- Weld185.Parent = Part72
- Weld185.C1 = CFrame.new(0.0654754639, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld185.Part0 = Part72
- Weld185.Part1 = Part44
- Weld185.part1 = Part44
- Weld186.Name = "BTWeld"
- Weld186.Parent = Part72
- Weld186.C1 = CFrame.new(0.0654754639, 0.785714149, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld186.Part0 = Part72
- Weld186.Part1 = Part6
- Weld186.part1 = Part6
- Weld187.Name = "BTWeld"
- Weld187.Parent = Part72
- Weld187.C1 = CFrame.new(-0.261901855, 0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld187.Part0 = Part72
- Weld187.Part1 = Part48
- Weld187.part1 = Part48
- Weld188.Name = "BTWeld"
- Weld188.Parent = Part72
- Weld188.C1 = CFrame.new(0.196426392, 0.785714149, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld188.Part0 = Part72
- Weld188.Part1 = Part264
- Weld188.part1 = Part264
- Weld189.Name = "BTWeld"
- Weld189.Parent = Part72
- Weld189.C1 = CFrame.new(-0.196426392, -1.04761899, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld189.Part0 = Part72
- Weld189.Part1 = Part265
- Weld189.part1 = Part265
- Weld190.Name = "BTWeld"
- Weld190.Parent = Part72
- Weld190.C1 = CFrame.new(-0.327377319, -0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld190.Part0 = Part72
- Weld190.Part1 = Part220
- Weld190.part1 = Part220
- Weld191.Name = "BTWeld"
- Weld191.Parent = Part72
- Weld191.C1 = CFrame.new(0.982147217, 0.196428537, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld191.Part0 = Part72
- Weld191.Part1 = Part232
- Weld191.part1 = Part232
- Weld192.Name = "BTWeld"
- Weld192.Parent = Part72
- Weld192.C1 = CFrame.new(1.63691711, -0.130952358, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld192.Part0 = Part72
- Weld192.Part1 = Part66
- Weld192.part1 = Part66
- Weld193.Name = "BTWeld"
- Weld193.Parent = Part72
- Weld193.C1 = CFrame.new(-1.11308289, -0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld193.Part0 = Part72
- Weld193.Part1 = Part42
- Weld193.part1 = Part42
- Weld194.Name = "BTWeld"
- Weld194.Parent = Part72
- Weld194.C1 = CFrame.new(-1.24404907, -0.523809552, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld194.Part0 = Part72
- Weld194.Part1 = Part211
- Weld194.part1 = Part211
- Weld195.Name = "BTWeld"
- Weld195.Parent = Part72
- Weld195.C1 = CFrame.new(0.982147217, 0.785714149, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld195.Part0 = Part72
- Weld195.Part1 = Part208
- Weld195.part1 = Part208
- Weld196.Name = "BTWeld"
- Weld196.Parent = Part72
- Weld196.C1 = CFrame.new(1.24404907, 0.327381015, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld196.Part0 = Part72
- Weld196.Part1 = Part225
- Weld196.part1 = Part225
- Weld197.Name = "BTWeld"
- Weld197.Parent = Part72
- Weld197.C1 = CFrame.new(-0.654754639, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld197.Part0 = Part72
- Weld197.Part1 = Part215
- Weld197.part1 = Part215
- Weld198.Name = "BTWeld"
- Weld198.Parent = Part72
- Weld198.C1 = CFrame.new(-0.196426392, 0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld198.Part0 = Part72
- Weld198.Part1 = Part55
- Weld198.part1 = Part55
- Weld199.Name = "BTWeld"
- Weld199.Parent = Part72
- Weld199.C1 = CFrame.new(-0.524169922, 0.261857152, -0.196502686, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld199.Part0 = Part72
- Weld199.Part1 = Part266
- Weld199.part1 = Part266
- Weld200.Name = "BTWeld"
- Weld200.Parent = Part72
- Weld200.C1 = CFrame.new(-0.0654754639, 0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld200.Part0 = Part72
- Weld200.Part1 = Part209
- Weld200.part1 = Part209
- Weld201.Name = "BTWeld"
- Weld201.Parent = Part72
- Weld201.C1 = CFrame.new(-0.85118103, -0.916666627, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld201.Part0 = Part72
- Weld201.Part1 = Part57
- Weld201.part1 = Part57
- Weld202.Name = "BTWeld"
- Weld202.Parent = Part72
- Weld202.C1 = CFrame.new(-0.589279175, 0.785714149, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld202.Part0 = Part72
- Weld202.Part1 = Part237
- Weld202.part1 = Part237
- Weld203.Name = "BTWeld"
- Weld203.Parent = Part72
- Weld203.C1 = CFrame.new(-0.458328247, -1.17857134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld203.Part0 = Part72
- Weld203.Part1 = Part69
- Weld203.part1 = Part69
- Weld204.Name = "BTWeld"
- Weld204.Parent = Part72
- Weld204.C1 = CFrame.new(0.327392578, 0.392857194, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld204.Part0 = Part72
- Weld204.Part1 = Part267
- Weld204.part1 = Part267
- Weld205.Name = "BTWeld"
- Weld205.Parent = Part72
- Weld205.C1 = CFrame.new(0.52381897, 0.72023809, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Weld205.Part0 = Part72
- Weld205.Part1 = Part223
- Weld205.part1 = Part223
- Part206.Parent = Model0
- Part206.CFrame = CFrame.new(212.97023, 0.523809314, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part206.Position = Vector3.new(212.97023, 0.523809314, 153.25)
- Part206.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part206.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part206.BottomSurface = Enum.SurfaceType.Smooth
- Part206.BrickColor = BrickColor.new("Really black")
- Part206.TopSurface = Enum.SurfaceType.Smooth
- Part206.brickColor = BrickColor.new("Really black")
- Part207.Parent = Model0
- Part207.CFrame = CFrame.new(213.363083, 0.458333254, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part207.Position = Vector3.new(213.363083, 0.458333254, 153.25)
- Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part207.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part207.BottomSurface = Enum.SurfaceType.Smooth
- Part207.BrickColor = BrickColor.new("Really black")
- Part207.TopSurface = Enum.SurfaceType.Smooth
- Part207.brickColor = BrickColor.new("Really black")
- Part208.Parent = Model0
- Part208.CFrame = CFrame.new(211.529755, 0.589285731, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part208.Position = Vector3.new(211.529755, 0.589285731, 153.25)
- Part208.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part208.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part208.BottomSurface = Enum.SurfaceType.Smooth
- Part208.BrickColor = BrickColor.new("Really black")
- Part208.TopSurface = Enum.SurfaceType.Smooth
- Part208.brickColor = BrickColor.new("Really black")
- Part209.Parent = Model0
- Part209.CFrame = CFrame.new(212.577377, 0.458333254, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part209.Position = Vector3.new(212.577377, 0.458333254, 153.25)
- Part209.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part209.Size = Vector3.new(0.130952373, 0.392857134, 0.261904746)
- Part209.BottomSurface = Enum.SurfaceType.Smooth
- Part209.BrickColor = BrickColor.new("Really black")
- Part209.TopSurface = Enum.SurfaceType.Smooth
- Part209.brickColor = BrickColor.new("Really black")
- Part210.Parent = Model0
- Part210.CFrame = CFrame.new(212.708328, 0.327380776, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part210.Position = Vector3.new(212.708328, 0.327380776, 153.25)
- Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part210.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part210.BottomSurface = Enum.SurfaceType.Smooth
- Part210.BrickColor = BrickColor.new("Really black")
- Part210.TopSurface = Enum.SurfaceType.Smooth
- Part210.brickColor = BrickColor.new("Really black")
- Part211.Parent = Model0
- Part211.CFrame = CFrame.new(213.755951, 1.89880943, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part211.Position = Vector3.new(213.755951, 1.89880943, 153.25)
- Part211.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part211.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part211.BottomSurface = Enum.SurfaceType.Smooth
- Part211.BrickColor = BrickColor.new("Really black")
- Part211.TopSurface = Enum.SurfaceType.Smooth
- Part211.brickColor = BrickColor.new("Really black")
- Part212.Parent = Model0
- Part212.CFrame = CFrame.new(213.690475, 1.37499988, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part212.Position = Vector3.new(213.690475, 1.37499988, 153.25)
- Part212.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part212.Size = Vector3.new(0.261904746, 0.130952373, 0.261904746)
- Part212.BottomSurface = Enum.SurfaceType.Smooth
- Part212.BrickColor = BrickColor.new("Really black")
- Part212.TopSurface = Enum.SurfaceType.Smooth
- Part212.brickColor = BrickColor.new("Really black")
- Part213.Parent = Model0
- Part213.CFrame = CFrame.new(211.529755, 0.982142687, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part213.Position = Vector3.new(211.529755, 0.982142687, 153.25)
- Part213.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part213.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part213.BottomSurface = Enum.SurfaceType.Smooth
- Part213.BrickColor = BrickColor.new("Storm blue")
- Part213.TopSurface = Enum.SurfaceType.Smooth
- Part213.brickColor = BrickColor.new("Storm blue")
- Part214.Parent = Model0
- Part214.CFrame = CFrame.new(213.755951, 1.6369046, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part214.Position = Vector3.new(213.755951, 1.6369046, 153.25)
- Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part214.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part214.BottomSurface = Enum.SurfaceType.Smooth
- Part214.BrickColor = BrickColor.new("Really black")
- Part214.TopSurface = Enum.SurfaceType.Smooth
- Part214.brickColor = BrickColor.new("Really black")
- Part215.Parent = Model0
- Part215.CFrame = CFrame.new(213.166656, 1.37499988, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part215.Position = Vector3.new(213.166656, 1.37499988, 153.25)
- Part215.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part215.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part215.BottomSurface = Enum.SurfaceType.Smooth
- Part215.BrickColor = BrickColor.new("Medium blue")
- Part215.TopSurface = Enum.SurfaceType.Smooth
- Part215.brickColor = BrickColor.new("Medium blue")
- Part216.Parent = Model0
- Part216.CFrame = CFrame.new(212.97023, 1.37499988, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part216.Position = Vector3.new(212.97023, 1.37499988, 153.25)
- Part216.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part216.Size = Vector3.new(0.130952373, 0.392857134, 0.523809493)
- Part216.BottomSurface = Enum.SurfaceType.Smooth
- Part216.BrickColor = BrickColor.new("Medium blue")
- Part216.TopSurface = Enum.SurfaceType.Smooth
- Part216.brickColor = BrickColor.new("Medium blue")
- Part217.Parent = Model0
- Part217.CFrame = CFrame.new(210.613083, 1.50595224, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part217.Position = Vector3.new(210.613083, 1.50595224, 153.25)
- Part217.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part217.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part217.BottomSurface = Enum.SurfaceType.Smooth
- Part217.BrickColor = BrickColor.new("Really black")
- Part217.TopSurface = Enum.SurfaceType.Smooth
- Part217.brickColor = BrickColor.new("Really black")
- Part218.Parent = Model0
- Part218.CFrame = CFrame.new(211.726181, 1.37499988, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part218.Position = Vector3.new(211.726181, 1.37499988, 153.25)
- Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part218.Size = Vector3.new(0.523809493, 0.130952373, 0.261904746)
- Part218.BottomSurface = Enum.SurfaceType.Smooth
- Part218.BrickColor = BrickColor.new("Really black")
- Part218.TopSurface = Enum.SurfaceType.Smooth
- Part218.brickColor = BrickColor.new("Really black")
- Part219.Parent = Model0
- Part219.CFrame = CFrame.new(213.166656, 0.458333254, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part219.Position = Vector3.new(213.166656, 0.458333254, 153.25)
- Part219.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part219.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part219.BottomSurface = Enum.SurfaceType.Smooth
- Part219.BrickColor = BrickColor.new("Medium blue")
- Part219.TopSurface = Enum.SurfaceType.Smooth
- Part219.brickColor = BrickColor.new("Medium blue")
- Part220.Parent = Model0
- Part220.CFrame = CFrame.new(212.839279, 1.89880943, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part220.Position = Vector3.new(212.839279, 1.89880943, 153.25)
- Part220.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part220.Size = Vector3.new(0.65476191, 0.130952373, 0.261904746)
- Part220.BottomSurface = Enum.SurfaceType.Smooth
- Part220.BrickColor = BrickColor.new("Storm blue")
- Part220.TopSurface = Enum.SurfaceType.Smooth
- Part220.brickColor = BrickColor.new("Storm blue")
- Part221.Parent = Model0
- Part221.CFrame = CFrame.new(211.726181, 2.55357122, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part221.Position = Vector3.new(211.726181, 2.55357122, 153.25)
- Part221.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part221.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part221.BottomSurface = Enum.SurfaceType.Smooth
- Part221.BrickColor = BrickColor.new("Really black")
- Part221.TopSurface = Enum.SurfaceType.Smooth
- Part221.brickColor = BrickColor.new("Really black")
- Part222.Parent = Model0
- Part222.CFrame = CFrame.new(213.624985, 1.11309516, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part222.Position = Vector3.new(213.624985, 1.11309516, 153.25)
- Part222.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part222.Size = Vector3.new(0.130952373, 0.392857134, 0.523809493)
- Part222.BottomSurface = Enum.SurfaceType.Smooth
- Part222.BrickColor = BrickColor.new("Storm blue")
- Part222.TopSurface = Enum.SurfaceType.Smooth
- Part222.brickColor = BrickColor.new("Storm blue")
- Part223.Parent = Model0
- Part223.CFrame = CFrame.new(211.988083, 0.654761791, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part223.Position = Vector3.new(211.988083, 0.654761791, 153.25)
- Part223.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part223.Size = Vector3.new(0.261904746, 0.261904746, 0.523809493)
- Part223.BottomSurface = Enum.SurfaceType.Smooth
- Part223.BrickColor = BrickColor.new("Medium blue")
- Part223.TopSurface = Enum.SurfaceType.Smooth
- Part223.brickColor = BrickColor.new("Medium blue")
- Part224.Parent = Model0
- Part224.CFrame = CFrame.new(213.494034, 1.89880943, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part224.Position = Vector3.new(213.494034, 1.89880943, 153.25)
- Part224.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part224.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part224.BottomSurface = Enum.SurfaceType.Smooth
- Part224.BrickColor = BrickColor.new("Really black")
- Part224.TopSurface = Enum.SurfaceType.Smooth
- Part224.brickColor = BrickColor.new("Really black")
- Part225.Parent = Model0
- Part225.CFrame = CFrame.new(211.267853, 1.04761887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part225.Position = Vector3.new(211.267853, 1.04761887, 153.25)
- Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part225.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part225.BottomSurface = Enum.SurfaceType.Smooth
- Part225.BrickColor = BrickColor.new("Really black")
- Part225.TopSurface = Enum.SurfaceType.Smooth
- Part225.brickColor = BrickColor.new("Really black")
- Part226.Parent = Model0
- Part226.CFrame = CFrame.new(212.184525, 1.11314273, 153.380997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part226.Position = Vector3.new(212.184525, 1.11314273, 153.380997)
- Part226.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part226.Size = Vector3.new(0.392857105, 0.130952373, 0.261809498)
- Part226.BottomSurface = Enum.SurfaceType.Smooth
- Part226.BrickColor = BrickColor.new("Medium blue")
- Part226.TopSurface = Enum.SurfaceType.Smooth
- Part226.brickColor = BrickColor.new("Medium blue")
- Part227.Parent = Model0
- Part227.CFrame = CFrame.new(212.249985, 1.24404752, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part227.Position = Vector3.new(212.249985, 1.24404752, 153.25)
- Part227.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part227.Size = Vector3.new(0.261904746, 0.130952373, 0.261904746)
- Part227.BottomSurface = Enum.SurfaceType.Smooth
- Part227.BrickColor = BrickColor.new("Really black")
- Part227.TopSurface = Enum.SurfaceType.Smooth
- Part227.brickColor = BrickColor.new("Really black")
- Part228.Parent = Model0
- Part228.CFrame = CFrame.new(212.839279, 1.30952358, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part228.Position = Vector3.new(212.839279, 1.30952358, 153.25)
- Part228.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part228.Size = Vector3.new(0.130952373, 0.523809493, 0.523809493)
- Part228.BottomSurface = Enum.SurfaceType.Smooth
- Part228.BrickColor = BrickColor.new("Medium blue")
- Part228.TopSurface = Enum.SurfaceType.Smooth
- Part228.brickColor = BrickColor.new("Medium blue")
- Part229.Parent = Model0
- Part229.CFrame = CFrame.new(213.036072, 0.982142746, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part229.Position = Vector3.new(213.036072, 0.982142746, 153.446503)
- Part229.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part229.Size = Vector3.new(0.523856997, 0.130952403, 0.130809486)
- Part229.BottomSurface = Enum.SurfaceType.Smooth
- Part229.BrickColor = BrickColor.new("Medium blue")
- Part229.TopSurface = Enum.SurfaceType.Smooth
- Part229.brickColor = BrickColor.new("Medium blue")
- Part230.Parent = Model0
- Part230.CFrame = CFrame.new(210.874985, 1.7023809, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part230.Position = Vector3.new(210.874985, 1.7023809, 153.25)
- Part230.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part230.Size = Vector3.new(0.130952373, 0.261904746, 0.523809493)
- Part230.BottomSurface = Enum.SurfaceType.Smooth
- Part230.BrickColor = BrickColor.new("Really black")
- Part230.TopSurface = Enum.SurfaceType.Smooth
- Part230.brickColor = BrickColor.new("Really black")
- Part231.Parent = Model0
- Part231.CFrame = CFrame.new(213.363083, 1.30952358, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part231.Position = Vector3.new(213.363083, 1.30952358, 153.25)
- Part231.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part231.Size = Vector3.new(0.130952373, 0.261904746, 0.261904746)
- Part231.BottomSurface = Enum.SurfaceType.Smooth
- Part231.BrickColor = BrickColor.new("Really black")
- Part231.TopSurface = Enum.SurfaceType.Smooth
- Part231.brickColor = BrickColor.new("Really black")
- Part232.Parent = Model0
- Part232.CFrame = CFrame.new(211.529755, 1.17857134, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part232.Position = Vector3.new(211.529755, 1.17857134, 153.25)
- Part232.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part232.Size = Vector3.new(0.130952373, 0.261904746, 0.523809493)
- Part232.BottomSurface = Enum.SurfaceType.Smooth
- Part232.BrickColor = BrickColor.new("Medium blue")
- Part232.TopSurface = Enum.SurfaceType.Smooth
- Part232.brickColor = BrickColor.new("Medium blue")
- Part233.Parent = Model0
- Part233.CFrame = CFrame.new(212.773804, 1.76785707, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part233.Position = Vector3.new(212.773804, 1.76785707, 153.25)
- Part233.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part233.Size = Vector3.new(0.523809493, 0.130952373, 0.261904746)
- Part233.BottomSurface = Enum.SurfaceType.Smooth
- Part233.BrickColor = BrickColor.new("Storm blue")
- Part233.TopSurface = Enum.SurfaceType.Smooth
- Part233.brickColor = BrickColor.new("Storm blue")
- Part234.Parent = Model0
- Part234.CFrame = CFrame.new(211.398804, 1.24404752, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part234.Position = Vector3.new(211.398804, 1.24404752, 153.25)
- Part234.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part234.Size = Vector3.new(0.130952373, 0.392857134, 0.523809493)
- Part234.BottomSurface = Enum.SurfaceType.Smooth
- Part234.BrickColor = BrickColor.new("Medium blue")
- Part234.TopSurface = Enum.SurfaceType.Smooth
- Part234.brickColor = BrickColor.new("Medium blue")
- Part235.Parent = Model0
- Part235.CFrame = CFrame.new(212.053543, 0.851142764, 153.381012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part235.Position = Vector3.new(212.053543, 0.851142764, 153.381012)
- Part235.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part235.Size = Vector3.new(0.130857036, 0.130952403, 0.261809528)
- Part235.BottomSurface = Enum.SurfaceType.Smooth
- Part235.BrickColor = BrickColor.new("Medium blue")
- Part235.TopSurface = Enum.SurfaceType.Smooth
- Part235.brickColor = BrickColor.new("Medium blue")
- Part236.Parent = Model0
- Part236.CFrame = CFrame.new(211.398804, 2.42261887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part236.Position = Vector3.new(211.398804, 2.42261887, 153.25)
- Part236.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part236.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part236.BottomSurface = Enum.SurfaceType.Smooth
- Part236.BrickColor = BrickColor.new("Really black")
- Part236.TopSurface = Enum.SurfaceType.Smooth
- Part236.brickColor = BrickColor.new("Really black")
- Part237.Parent = Model0
- Part237.CFrame = CFrame.new(213.101181, 0.589285731, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part237.Position = Vector3.new(213.101181, 0.589285731, 153.25)
- Part237.Color = Color3.new(1, 1, 0)
- Part237.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part237.BottomSurface = Enum.SurfaceType.Smooth
- Part237.BrickColor = BrickColor.new("New Yeller")
- Part237.TopSurface = Enum.SurfaceType.Smooth
- Part237.brickColor = BrickColor.new("New Yeller")
- Part238.Parent = Model0
- Part238.CFrame = CFrame.new(211.726181, 1.50595224, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part238.Position = Vector3.new(211.726181, 1.50595224, 153.25)
- Part238.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part238.Size = Vector3.new(0.785714269, 0.130952373, 0.261904746)
- Part238.BottomSurface = Enum.SurfaceType.Smooth
- Part238.BrickColor = BrickColor.new("Really black")
- Part238.TopSurface = Enum.SurfaceType.Smooth
- Part238.brickColor = BrickColor.new("Really black")
- Part239.Parent = Model0
- Part239.CFrame = CFrame.new(213.232132, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part239.Position = Vector3.new(213.232132, 0.851190329, 153.25)
- Part239.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part239.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part239.BottomSurface = Enum.SurfaceType.Smooth
- Part239.BrickColor = BrickColor.new("Medium blue")
- Part239.TopSurface = Enum.SurfaceType.Smooth
- Part239.brickColor = BrickColor.new("Medium blue")
- Part240.Parent = Model0
- Part240.CFrame = CFrame.new(212.51207, 0.589142799, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part240.Position = Vector3.new(212.51207, 0.589142799, 153.446503)
- Part240.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part240.Size = Vector3.new(0.261857033, 0.130952403, 0.130809486)
- Part240.BottomSurface = Enum.SurfaceType.Smooth
- Part240.BrickColor = BrickColor.new("Medium blue")
- Part240.TopSurface = Enum.SurfaceType.Smooth
- Part240.brickColor = BrickColor.new("Medium blue")
- Part241.Parent = Model0
- Part241.CFrame = CFrame.new(212.773804, 0.589285731, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part241.Position = Vector3.new(212.773804, 0.589285731, 153.25)
- Part241.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part241.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part241.BottomSurface = Enum.SurfaceType.Smooth
- Part241.BrickColor = BrickColor.new("Medium blue")
- Part241.TopSurface = Enum.SurfaceType.Smooth
- Part241.brickColor = BrickColor.new("Medium blue")
- Part242.Parent = Model0
- Part242.CFrame = CFrame.new(211.791656, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part242.Position = Vector3.new(211.791656, 0.851190329, 153.25)
- Part242.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part242.Size = Vector3.new(0.130952373, 0.392857134, 0.523809493)
- Part242.BottomSurface = Enum.SurfaceType.Smooth
- Part242.BrickColor = BrickColor.new("Medium blue")
- Part242.TopSurface = Enum.SurfaceType.Smooth
- Part242.brickColor = BrickColor.new("Medium blue")
- Part243.Parent = Model0
- Part243.CFrame = CFrame.new(211.267853, 2.29166651, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part243.Position = Vector3.new(211.267853, 2.29166651, 153.25)
- Part243.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part243.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part243.BottomSurface = Enum.SurfaceType.Smooth
- Part243.BrickColor = BrickColor.new("Really black")
- Part243.TopSurface = Enum.SurfaceType.Smooth
- Part243.brickColor = BrickColor.new("Really black")
- Part244.Parent = Model0
- Part244.CFrame = CFrame.new(213.035706, 0.327380776, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part244.Position = Vector3.new(213.035706, 0.327380776, 153.25)
- Part244.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part244.Size = Vector3.new(0.261904746, 0.130952373, 0.523809493)
- Part244.BottomSurface = Enum.SurfaceType.Smooth
- Part244.BrickColor = BrickColor.new("Medium blue")
- Part244.TopSurface = Enum.SurfaceType.Smooth
- Part244.brickColor = BrickColor.new("Medium blue")
- Part245.Parent = Model0
- Part245.CFrame = CFrame.new(211.922607, 1.04761887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part245.Position = Vector3.new(211.922607, 1.04761887, 153.25)
- Part245.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part245.Size = Vector3.new(0.130952373, 0.523809493, 0.523809493)
- Part245.BottomSurface = Enum.SurfaceType.Smooth
- Part245.BrickColor = BrickColor.new("Medium blue")
- Part245.TopSurface = Enum.SurfaceType.Smooth
- Part245.brickColor = BrickColor.new("Medium blue")
- Part246.Parent = Model0
- Part246.CFrame = CFrame.new(213.101181, 0.196428537, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part246.Position = Vector3.new(213.101181, 0.196428537, 153.25)
- Part246.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part246.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part246.BottomSurface = Enum.SurfaceType.Smooth
- Part246.BrickColor = BrickColor.new("Really black")
- Part246.TopSurface = Enum.SurfaceType.Smooth
- Part246.brickColor = BrickColor.new("Really black")
- Part247.Parent = Model0
- Part247.CFrame = CFrame.new(213.755951, 1.11309516, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part247.Position = Vector3.new(213.755951, 1.11309516, 153.25)
- Part247.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part247.Size = Vector3.new(0.130952373, 0.392857134, 0.261904746)
- Part247.BottomSurface = Enum.SurfaceType.Smooth
- Part247.BrickColor = BrickColor.new("Really black")
- Part247.TopSurface = Enum.SurfaceType.Smooth
- Part247.brickColor = BrickColor.new("Really black")
- Part248.Parent = Model0
- Part248.CFrame = CFrame.new(212.97023, 2.42261887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part248.Position = Vector3.new(212.97023, 2.42261887, 153.25)
- Part248.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part248.Size = Vector3.new(0.392857134, 0.130952373, 0.523809493)
- Part248.BottomSurface = Enum.SurfaceType.Smooth
- Part248.BrickColor = BrickColor.new("Storm blue")
- Part248.TopSurface = Enum.SurfaceType.Smooth
- Part248.brickColor = BrickColor.new("Storm blue")
- Part249.Parent = Model0
- Part249.CFrame = CFrame.new(211.726181, 1.17857134, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part249.Position = Vector3.new(211.726181, 1.17857134, 153.25)
- Part249.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part249.Size = Vector3.new(0.261904746, 0.261904746, 0.261904746)
- Part249.BottomSurface = Enum.SurfaceType.Smooth
- Part249.BrickColor = BrickColor.new("Really black")
- Part249.TopSurface = Enum.SurfaceType.Smooth
- Part249.brickColor = BrickColor.new("Really black")
- Part250.Parent = Model0
- Part250.CFrame = CFrame.new(213.035706, 1.04761887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part250.Position = Vector3.new(213.035706, 1.04761887, 153.25)
- Part250.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part250.Size = Vector3.new(0.261904746, 0.261904746, 0.261904746)
- Part250.BottomSurface = Enum.SurfaceType.Smooth
- Part250.BrickColor = BrickColor.new("Really black")
- Part250.TopSurface = Enum.SurfaceType.Smooth
- Part250.brickColor = BrickColor.new("Really black")
- Part251.Parent = Model0
- Part251.CFrame = CFrame.new(212.184509, 1.44047618, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part251.Position = Vector3.new(212.184509, 1.44047618, 153.25)
- Part251.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part251.Size = Vector3.new(0.130952373, 0.261904746, 0.523809493)
- Part251.BottomSurface = Enum.SurfaceType.Smooth
- Part251.BrickColor = BrickColor.new("Medium blue")
- Part251.TopSurface = Enum.SurfaceType.Smooth
- Part251.brickColor = BrickColor.new("Medium blue")
- Part252.Parent = Model0
- Part252.CFrame = CFrame.new(213.232559, 0.65464282, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part252.Position = Vector3.new(213.232559, 0.65464282, 153.446503)
- Part252.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part252.Size = Vector3.new(0.130857036, 0.2619524, 0.130809486)
- Part252.BottomSurface = Enum.SurfaceType.Smooth
- Part252.BrickColor = BrickColor.new("Medium blue")
- Part252.TopSurface = Enum.SurfaceType.Smooth
- Part252.brickColor = BrickColor.new("Medium blue")
- Part253.Parent = Model0
- Part253.CFrame = CFrame.new(211.791656, 2.42261887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part253.Position = Vector3.new(211.791656, 2.42261887, 153.25)
- Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part253.Size = Vector3.new(0.65476191, 0.130952373, 0.523809493)
- Part253.BottomSurface = Enum.SurfaceType.Smooth
- Part253.BrickColor = BrickColor.new("Really black")
- Part253.TopSurface = Enum.SurfaceType.Smooth
- Part253.brickColor = BrickColor.new("Really black")
- Part254.Parent = Model0
- Part254.CFrame = CFrame.new(212.053558, 0.851190329, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part254.Position = Vector3.new(212.053558, 0.851190329, 153.25)
- Part254.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part254.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part254.BottomSurface = Enum.SurfaceType.Smooth
- Part254.BrickColor = BrickColor.new("Really black")
- Part254.TopSurface = Enum.SurfaceType.Smooth
- Part254.brickColor = BrickColor.new("Really black")
- Part255.Parent = Model0
- Part255.CFrame = CFrame.new(212.97023, 2.16071415, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part255.Position = Vector3.new(212.97023, 2.16071415, 153.25)
- Part255.Color = Color3.new(0.2, 0.345098, 0.509804)
- Part255.Size = Vector3.new(0.916666627, 0.130952373, 0.523809493)
- Part255.BottomSurface = Enum.SurfaceType.Smooth
- Part255.BrickColor = BrickColor.new("Storm blue")
- Part255.TopSurface = Enum.SurfaceType.Smooth
- Part255.brickColor = BrickColor.new("Storm blue")
- Part256.Parent = Model0
- Part256.CFrame = CFrame.new(212.577377, 1.6369046, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part256.Position = Vector3.new(212.577377, 1.6369046, 153.25)
- Part256.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part256.Size = Vector3.new(0.916666627, 0.130952373, 0.261904746)
- Part256.BottomSurface = Enum.SurfaceType.Smooth
- Part256.BrickColor = BrickColor.new("Really black")
- Part256.TopSurface = Enum.SurfaceType.Smooth
- Part256.brickColor = BrickColor.new("Really black")
- Part257.Parent = Model0
- Part257.CFrame = CFrame.new(213.101547, 0.589142799, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part257.Position = Vector3.new(213.101547, 0.589142799, 153.446503)
- Part257.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part257.Size = Vector3.new(0.130857036, 0.130952403, 0.130809486)
- Part257.BottomSurface = Enum.SurfaceType.Smooth
- Part257.BrickColor = BrickColor.new("Medium blue")
- Part257.TopSurface = Enum.SurfaceType.Smooth
- Part257.brickColor = BrickColor.new("Medium blue")
- Part258.Parent = Model0
- Part258.CFrame = CFrame.new(213.232132, 1.89880943, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part258.Position = Vector3.new(213.232132, 1.89880943, 153.25)
- Part258.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part258.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part258.BottomSurface = Enum.SurfaceType.Smooth
- Part258.BrickColor = BrickColor.new("Really black")
- Part258.TopSurface = Enum.SurfaceType.Smooth
- Part258.brickColor = BrickColor.new("Really black")
- Part259.Parent = Model0
- Part259.CFrame = CFrame.new(212.315567, 0.458142757, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part259.Position = Vector3.new(212.315567, 0.458142757, 153.446503)
- Part259.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part259.Size = Vector3.new(0.13085705, 0.130952403, 0.130809486)
- Part259.BottomSurface = Enum.SurfaceType.Smooth
- Part259.BrickColor = BrickColor.new("Medium blue")
- Part259.TopSurface = Enum.SurfaceType.Smooth
- Part259.brickColor = BrickColor.new("Medium blue")
- Part260.Parent = Model0
- Part260.CFrame = CFrame.new(213.232132, 0.72023797, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part260.Position = Vector3.new(213.232132, 0.72023797, 153.25)
- Part260.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part260.Size = Vector3.new(0.130952373, 0.130952373, 0.261904746)
- Part260.BottomSurface = Enum.SurfaceType.Smooth
- Part260.BrickColor = BrickColor.new("Really black")
- Part260.TopSurface = Enum.SurfaceType.Smooth
- Part260.brickColor = BrickColor.new("Really black")
- Part261.Parent = Model0
- Part261.CFrame = CFrame.new(212.184509, 1.11309516, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part261.Position = Vector3.new(212.184509, 1.11309516, 153.25)
- Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part261.Size = Vector3.new(0.392857134, 0.130952373, 0.261904746)
- Part261.BottomSurface = Enum.SurfaceType.Smooth
- Part261.BrickColor = BrickColor.new("Really black")
- Part261.TopSurface = Enum.SurfaceType.Smooth
- Part261.brickColor = BrickColor.new("Really black")
- Part262.Parent = Model0
- Part262.CFrame = CFrame.new(211.726181, 0.458333254, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part262.Position = Vector3.new(211.726181, 0.458333254, 153.25)
- Part262.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part262.Size = Vector3.new(0.261904746, 0.392857134, 0.261904746)
- Part262.BottomSurface = Enum.SurfaceType.Smooth
- Part262.BrickColor = BrickColor.new("Really black")
- Part262.TopSurface = Enum.SurfaceType.Smooth
- Part262.brickColor = BrickColor.new("Really black")
- Part263.Parent = Model0
- Part263.CFrame = CFrame.new(212.184509, 2.42261887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part263.Position = Vector3.new(212.184509, 2.42261887, 153.25)
- Part263.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part263.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part263.BottomSurface = Enum.SurfaceType.Smooth
- Part263.BrickColor = BrickColor.new("Really black")
- Part263.TopSurface = Enum.SurfaceType.Smooth
- Part263.brickColor = BrickColor.new("Really black")
- Part264.Parent = Model0
- Part264.CFrame = CFrame.new(212.315475, 0.589285731, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part264.Position = Vector3.new(212.315475, 0.589285731, 153.25)
- Part264.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part264.Size = Vector3.new(0.130952373, 0.392857134, 0.261904746)
- Part264.BottomSurface = Enum.SurfaceType.Smooth
- Part264.BrickColor = BrickColor.new("Really black")
- Part264.TopSurface = Enum.SurfaceType.Smooth
- Part264.brickColor = BrickColor.new("Really black")
- Part265.Parent = Model0
- Part265.CFrame = CFrame.new(212.708328, 2.42261887, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part265.Position = Vector3.new(212.708328, 2.42261887, 153.25)
- Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Part265.Size = Vector3.new(0.130952373, 0.130952373, 0.523809493)
- Part265.BottomSurface = Enum.SurfaceType.Smooth
- Part265.BrickColor = BrickColor.new("Really black")
- Part265.TopSurface = Enum.SurfaceType.Smooth
- Part265.brickColor = BrickColor.new("Really black")
- Part266.Parent = Model0
- Part266.CFrame = CFrame.new(213.036072, 1.11314273, 153.446503, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part266.Position = Vector3.new(213.036072, 1.11314273, 153.446503)
- Part266.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part266.Size = Vector3.new(0.261857033, 0.130952403, 0.130809486)
- Part266.BottomSurface = Enum.SurfaceType.Smooth
- Part266.BrickColor = BrickColor.new("Medium blue")
- Part266.TopSurface = Enum.SurfaceType.Smooth
- Part266.brickColor = BrickColor.new("Medium blue")
- Part267.Parent = Model0
- Part267.CFrame = CFrame.new(212.184509, 0.982142687, 153.25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Part267.Position = Vector3.new(212.184509, 0.982142687, 153.25)
- Part267.Color = Color3.new(0.431373, 0.6, 0.792157)
- Part267.Size = Vector3.new(0.392857134, 0.130952373, 0.523809493)
- Part267.BottomSurface = Enum.SurfaceType.Smooth
- Part267.BrickColor = BrickColor.new("Medium blue")
- Part267.TopSurface = Enum.SurfaceType.Smooth
- Part267.brickColor = BrickColor.new("Medium blue")
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = owner.Character
- pcall(function() v:MakeJoints() end)
- end
- for i,v in pairs(Model0:GetChildren()) do
- if v:IsA("Part") then
- v.Anchored = false
- v.CanCollide = false
- end
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- ezweld = function(p, a, b, cf)
- local weld = Instance.new("Weld",p)
- weld.Part0 = a
- weld.Part1 = b
- weld.C0 = cf
- return weld
- end
- owner.Character.Head.Transparency = 0.99
- owner.Character.Head.BrickColor = BrickColor.new("White")
- owner.Character.Head.Size = Vector3.new(0.0001, 0.0001, 0.0001)
- owner.Character.Head.face.Transparency = 1
- ezweld(Model0, Model0.Main, owner.Character.Head, CFrame.new(0, 0.35, 0))
- --------------------------------
- -------------------------------------------------------
- local FavIDs = {
- 340106355, --Nefl Crystals
- 927529620, --Dimension
- 876981900, --Fantasy
- 398987889, --Ordinary Days
- 1117396305, --Oh wait, it's you.
- 885996042, --Action Winter Journey
- 919231299, --Sprawling Idiot Effigy
- 743466274, --Good Day Sunshine
- 727411183, --Knife Fight
- 1402748531, --The Earth Is Counting On You!
- 595230126 --Robot Language
- }
- --The reality of my life isn't real but a Universe -makhail07
- wait(0.2)
- local plr = game:service'Players'.LocalPlayer
- print('Local User is '..plr.Name)
- print('sprite jevil Loaded')
- print('bad edit xdimabos go away')
- local char = plr.Character
- local hum = char.Humanoid
- local hed = char.Head
- local root = char.HumanoidRootPart
- local rootj = root.RootJoint
- local tors = char.Torso
- local ra = char["Right Arm"]
- local la = char["Left Arm"]
- local rl = char["Right Leg"]
- local ll = char["Left Leg"]
- local neck = tors["Neck"]
- local mouse = plr:GetMouse()
- local RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
- local RHCF = CFrame.fromEulerAnglesXYZ(0, 1.6, 0)
- local LHCF = CFrame.fromEulerAnglesXYZ(0, -1.6, 0)
- local maincolor = BrickColor.new("Storm blue")
- -------------------------------------------------------
- --Start Good Stuff--
- -------------------------------------------------------
- cam = game.Workspace.CurrentCamera
- CF = CFrame.new
- angles = CFrame.Angles
- attack = false
- Euler = CFrame.fromEulerAnglesXYZ
- Rad = math.rad
- IT = Instance.new
- BrickC = BrickColor.new
- Cos = math.cos
- Acos = math.acos
- Sin = math.sin
- Asin = math.asin
- Abs = math.abs
- Mrandom = math.random
- Floor = math.floor
- -------------------------------------------------------
- --End Good Stuff--
- -------------------------------------------------------
- necko = CF(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- RSH, LSH = nil, nil
- RW = Instance.new("Weld")
- LW = Instance.new("Weld")
- RH = tors["Right Hip"]
- LH = tors["Left Hip"]
- RSH = tors["Right Shoulder"]
- LSH = tors["Left Shoulder"]
- RSH.Parent = nil
- LSH.Parent = nil
- RW.Name = "RW"
- RW.Part0 = tors
- RW.C0 = CF(1.5, 0.5, 0)
- RW.C1 = CF(0, 0.5, 0)
- RW.Part1 = ra
- RW.Parent = tors
- LW.Name = "LW"
- LW.Part0 = tors
- LW.C0 = CF(-1.5, 0.5, 0)
- LW.C1 = CF(0, 0.5, 0)
- LW.Part1 = la
- LW.Parent = tors
- Effects = {}
- -------------------------------------------------------
- --Start HeartBeat--
- -------------------------------------------------------
- ArtificialHB = Instance.new("BindableEvent", script)
- ArtificialHB.Name = "Heartbeat"
- script:WaitForChild("Heartbeat")
- frame = 1 / 60
- tf = 0
- allowframeloss = false
- tossremainder = false
- lastframe = tick()
- script.Heartbeat:Fire()
- game:GetService("RunService").Heartbeat:connect(function(s, p)
- tf = tf + s
- if tf >= frame then
- if allowframeloss then
- script.Heartbeat:Fire()
- lastframe = tick()
- else
- for i = 1, math.floor(tf / frame) do
- script.Heartbeat:Fire()
- end
- lastframe = tick()
- end
- if tossremainder then
- tf = 0
- else
- tf = tf - frame * math.floor(tf / frame)
- end
- end
- end)
- -------------------------------------------------------
- --End HeartBeat--
- -------------------------------------------------------
- -------------------------------------------------------
- --Start Important Functions--
- -------------------------------------------------------
- function swait(num)
- if num == 0 or num == nil then
- game:service("RunService").Stepped:wait(0)
- else
- for i = 0, num do
- game:service("RunService").Stepped:wait(0)
- end
- end
- end
- function thread(f)
- coroutine.resume(coroutine.create(f))
- end
- function clerp(a, b, t)
- local qa = {
- QuaternionFromCFrame(a)
- }
- local qb = {
- QuaternionFromCFrame(b)
- }
- local ax, ay, az = a.x, a.y, a.z
- local bx, by, bz = b.x, b.y, b.z
- local _t = 1 - t
- return QuaternionToCFrame(_t * ax + t * bx, _t * ay + t * by, _t * az + t * bz, QuaternionSlerp(qa, qb, t))
- end
- function QuaternionFromCFrame(cf)
- local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components()
- local trace = m00 + m11 + m22
- if trace > 0 then
- local s = math.sqrt(1 + trace)
- local recip = 0.5 / s
- return (m21 - m12) * recip, (m02 - m20) * recip, (m10 - m01) * recip, s * 0.5
- else
- local i = 0
- if m00 < m11 then
- i = 1
- end
- if m22 > (i == 0 and m00 or m11) then
- i = 2
- end
- if i == 0 then
- local s = math.sqrt(m00 - m11 - m22 + 1)
- local recip = 0.5 / s
- return 0.5 * s, (m10 + m01) * recip, (m20 + m02) * recip, (m21 - m12) * recip
- elseif i == 1 then
- local s = math.sqrt(m11 - m22 - m00 + 1)
- local recip = 0.5 / s
- return (m01 + m10) * recip, 0.5 * s, (m21 + m12) * recip, (m02 - m20) * recip
- elseif i == 2 then
- local s = math.sqrt(m22 - m00 - m11 + 1)
- local recip = 0.5 / s
- return (m02 + m20) * recip, (m12 + m21) * recip, 0.5 * s, (m10 - m01) * recip
- end
- end
- end
- function QuaternionToCFrame(px, py, pz, x, y, z, w)
- local xs, ys, zs = x + x, y + y, z + z
- local wx, wy, wz = w * xs, w * ys, w * zs
- local xx = x * xs
- local xy = x * ys
- local xz = x * zs
- local yy = y * ys
- local yz = y * zs
- local zz = z * zs
- return CFrame.new(px, py, pz, 1 - (yy + zz), xy - wz, xz + wy, xy + wz, 1 - (xx + zz), yz - wx, xz - wy, yz + wx, 1 - (xx + yy))
- end
- function QuaternionSlerp(a, b, t)
- local cosTheta = a[1] * b[1] + a[2] * b[2] + a[3] * b[3] + a[4] * b[4]
- local startInterp, finishInterp
- if cosTheta >= 1.0E-4 then
- if 1 - cosTheta > 1.0E-4 then
- local theta = math.acos(cosTheta)
- local invSinTheta = 1 / Sin(theta)
- startInterp = Sin((1 - t) * theta) * invSinTheta
- finishInterp = Sin(t * theta) * invSinTheta
- else
- startInterp = 1 - t
- finishInterp = t
- end
- elseif 1 + cosTheta > 1.0E-4 then
- local theta = math.acos(-cosTheta)
- local invSinTheta = 1 / Sin(theta)
- startInterp = Sin((t - 1) * theta) * invSinTheta
- finishInterp = Sin(t * theta) * invSinTheta
- else
- startInterp = t - 1
- finishInterp = t
- end
- return a[1] * startInterp + b[1] * finishInterp, a[2] * startInterp + b[2] * finishInterp, a[3] * startInterp + b[3] * finishInterp, a[4] * startInterp + b[4] * finishInterp
- end
- function rayCast(Position, Direction, Range, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
- end
- local RbxUtility = LoadLibrary("RbxUtility")
- local Create = RbxUtility.Create
- -------------------------------------------------------
- --Start Damage Function--
- -------------------------------------------------------
- function Damage(Part, hit, minim, maxim, knockback, Type, Property, Delay, HitSound, HitPitch)
- if hit.Parent == nil then
- return
- end
- local h = hit.Parent:FindFirstChildOfClass("Humanoid")
- for _, v in pairs(hit.Parent:children()) do
- if v:IsA("Humanoid") then
- h = v
- end
- end
- if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("UpperTorso") ~= nil then
- hit.Parent:FindFirstChild("Head"):BreakJoints()
- end
- if h ~= nil and hit.Parent.Name ~= char.Name and hit.Parent:FindFirstChild("Torso") ~= nil then
- if hit.Parent:findFirstChild("DebounceHit") ~= nil then
- if hit.Parent.DebounceHit.Value == true then
- return
- end
- end
- if insta == true then
- hit.Parent:FindFirstChild("Head"):BreakJoints()
- end
- local c = Create("ObjectValue"){
- Name = "creator",
- Value = game:service("Players").LocalPlayer,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- if HitSound ~= nil and HitPitch ~= nil then
- CFuncs.Sound.Create(HitSound, hit, 1, HitPitch)
- end
- local Damage = math.random(minim, maxim)
- local blocked = false
- local block = hit.Parent:findFirstChild("Block")
- if block ~= nil then
- if block.className == "IntValue" then
- if block.Value > 0 then
- blocked = true
- block.Value = block.Value - 1
- print(block.Value)
- end
- end
- end
- if blocked == false then
- h.Health = h.Health - Damage
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
- else
- h.Health = h.Health - (Damage / 2)
- ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, tors.BrickColor.Color)
- end
- if Type == "Knockdown" then
- local hum = hit.Parent.Humanoid
- hum.PlatformStand = true
- coroutine.resume(coroutine.create(function(HHumanoid)
- swait(1)
- HHumanoid.PlatformStand = false
- end), hum)
- local angle = (hit.Position - (Property.Position + Vector3.new(0, 0, 0))).unit
- local bodvol = Create("BodyVelocity"){
- velocity = angle * knockback,
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- local rl = Create("BodyAngularVelocity"){
- P = 3000,
- maxTorque = Vector3.new(500000, 500000, 500000) * 50000000000000,
- angularvelocity = Vector3.new(math.random(-10, 10), math.random(-10, 10), math.random(-10, 10)),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodvol, .5)
- game:GetService("Debris"):AddItem(rl, .5)
- elseif Type == "Normal" then
- local vp = Create("BodyVelocity"){
- P = 500,
- maxForce = Vector3.new(math.huge, 0, math.huge),
- velocity = Property.CFrame.lookVector * knockback + Property.Velocity / 1.05,
- }
- if knockback > 0 then
- vp.Parent = hit.Parent.Torso
- end
- game:GetService("Debris"):AddItem(vp, .5)
- elseif Type == "Up" then
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, .5)
- elseif Type == "DarkUp" then
- coroutine.resume(coroutine.create(function()
- for i = 0, 1, 0.1 do
- swait()
- Effects.Block.Create(BrickColor.new("Royal purple"), hit.Parent.Torso.CFrame, 5, 5, 5, 1, 1, 1, .08, 1)
- end
- end))
- local bodyVelocity = Create("BodyVelocity"){
- velocity = Vector3.new(0, 20, 0),
- P = 5000,
- maxForce = Vector3.new(8e+003, 8e+003, 8e+003),
- Parent = hit,
- }
- game:GetService("Debris"):AddItem(bodyVelocity, 1)
- elseif Type == "Snare" then
- local bp = Create("BodyPosition"){
- P = 2000,
- D = 100,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- game:GetService("Debris"):AddItem(bp, 1)
- elseif Type == "Freeze" then
- local BodPos = Create("BodyPosition"){
- P = 50000,
- D = 1000,
- maxForce = Vector3.new(math.huge, math.huge, math.huge),
- position = hit.Parent.Torso.Position,
- Parent = hit.Parent.Torso,
- }
- local BodGy = Create("BodyGyro") {
- maxTorque = Vector3.new(4e+005, 4e+005, 4e+005) * math.huge ,
- P = 20e+003,
- Parent = hit.Parent.Torso,
- cframe = hit.Parent.Torso.CFrame,
- }
- hit.Parent.Torso.Anchored = true
- coroutine.resume(coroutine.create(function(Part)
- swait(1.5)
- Part.Anchored = false
- end), hit.Parent.Torso)
- game:GetService("Debris"):AddItem(BodPos, 3)
- game:GetService("Debris"):AddItem(BodGy, 3)
- end
- local debounce = Create("BoolValue"){
- Name = "DebounceHit",
- Parent = hit.Parent,
- Value = true,
- }
- game:GetService("Debris"):AddItem(debounce, Delay)
- c = Create("ObjectValue"){
- Name = "creator",
- Value = Player,
- Parent = h,
- }
- game:GetService("Debris"):AddItem(c, .5)
- end
- end
- function damage(range,mindam,maxdam,pos)
- for i,v in ipairs(workspace:GetChildren()) do
- if v:IsA("Model") then
- if v.Name ~= Player.Name then
- if v:FindFirstChildOfClass("Humanoid") then
- if v:FindFirstChild("Head") then
- if (v:FindFirstChild("Head").Position - pos).magnitude < 10 then
- if v:FindFirstChildOfClass("Humanoid").Health > 5000 then v:FindFirstChildOfClass("Humanoid").Health = 0 else
- v:FindFirstChildOfClass("Humanoid").Health = v:FindFirstChildOfClass("Humanoid").Health - math.random(mindam,maxdam)
- end
- end
- end
- end
- end
- end
- end
- end
- -------------------------------------------------------
- --End Damage Function--
- -------------------------------------------------------
- -------------------------------------------------------
- --Start Damage Function Customization--
- -------------------------------------------------------
- local RbxUtility = LoadLibrary("RbxUtility")
- local Create = RbxUtility.Create
- function PixelBlock(bonuspeed,FastSpeed,type,pos,x1,y1,z1,value,color,outerpos) --Thanks, Star Glitcher!
- local type = type
- local rng = Instance.new("Part", char)
- rng.Anchored = true
- rng.BrickColor = color
- rng.CanCollide = false
- rng.FormFactor = 3
- rng.Name = "Ring"
- rng.Material = "Neon"
- rng.Size = Vector3.new(1, 1, 1)
- rng.Transparency = 0
- rng.TopSurface = 0
- rng.BottomSurface = 0
- rng.CFrame = pos
- rng.CFrame = rng.CFrame + rng.CFrame.lookVector*outerpos
- local rngm = Instance.new("SpecialMesh", rng)
- rngm.MeshType = "Brick"
- if rainbowmode == true then
- rng.Color = Color3.new(r/255,g/255,b/255)
- end
- local scaler2 = 1
- local speeder = FastSpeed/10
- if type == "Add" then
- scaler2 = 1*value
- elseif type == "Divide" then
- scaler2 = 1/value
- end
- coroutine.resume(coroutine.create(function()
- for i = 0,10/bonuspeed,0.1 do
- swait()
- if type == "Add" then
- scaler2 = scaler2 - 0.01*value/bonuspeed
- elseif type == "Divide" then
- scaler2 = scaler2 - 0.01/value*bonuspeed
- end
- speeder = speeder - 0.01*FastSpeed*bonuspeed/10
- rng.CFrame = rng.CFrame + rng.CFrame.lookVector*speeder*bonuspeed
- rng.Transparency = rng.Transparency + 0.01*bonuspeed
- end
- rng:Destroy()
- end))
- end
- function ShowDamage(Pos, Text, Time, Color)
- local Rate = (1 / 30)
- local Pos = (Pos or Vector3.new(0, 0, 0))
- local Text = (Text or "")
- local Time = (Time or 2)
- local Color = (Color or Color3.new(1, 0, 1))
- local EffectPart = CFuncs.Part.Create(workspace, "SmoothPlastic", 0, 1, BrickColor.new(Color), "Effect", Vector3.new(0, 0, 0))
- EffectPart.Anchored = true
- local BillboardGui = Create("BillboardGui"){
- Size = UDim2.new(3, 0, 3, 0),
- Adornee = EffectPart,
- Parent = EffectPart,
- }
- local TextLabel = Create("TextLabel"){
- BackgroundTransparency = 1,
- Size = UDim2.new(1, 0, 1, 0),
- Text = Text,
- Font = "Bodoni",
- TextColor3 = Color,
- TextScaled = true,
- TextStrokeColor3 = Color3.fromRGB(0,0,0),
- Parent = BillboardGui,
- }
- game.Debris:AddItem(EffectPart, (Time))
- EffectPart.Parent = game:GetService("Workspace")
- delay(0, function()
- local Frames = (Time / Rate)
- for Frame = 1, Frames do
- wait(Rate)
- local Percent = (Frame / Frames)
- EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0)
- TextLabel.TextTransparency = Percent
- end
- if EffectPart and EffectPart.Parent then
- EffectPart:Destroy()
- end
- end)
- end
- -------------------------------------------------------
- --End Damage Function Customization--
- -------------------------------------------------------
- function MagniDamage(Part, magni, mindam, maxdam, knock, Type)
- for _, c in pairs(workspace:children()) do
- local hum = c:findFirstChild("Humanoid")
- if hum ~= nil then
- local head = c:findFirstChild("Head")
- if head ~= nil then
- local targ = head.Position - Part.Position
- local mag = targ.magnitude
- if magni >= mag and c.Name ~= plr.Name then
- Damage(head, head, mindam, maxdam, knock, Type, root, 0.1, "http://www.roblox.com/asset/?id=0", 1.2)
- end
- end
- end
- end
- end
- CFuncs = {
- Part = {
- Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part")({
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material
- })
- RemoveOutlines(Part)
- return Part
- end
- },
- Mesh = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh)({
- Parent = Part,
- Offset = OffSet,
- Scale = Scale
- })
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- },
- Mesh = {
- Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh)({
- Parent = Part,
- Offset = OffSet,
- Scale = Scale
- })
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- },
- Weld = {
- Create = function(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld")({
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1
- })
- return Weld
- end
- },
- Sound = {
- Create = function(id, par, vol, pit)
- coroutine.resume(coroutine.create(function()
- local S = Create("Sound")({
- Volume = vol,
- Pitch = pit or 1,
- SoundId = id,
- Parent = par or workspace
- })
- wait()
- S:play()
- game:GetService("Debris"):AddItem(S, 6)
- end))
- end
- },
- ParticleEmitter = {
- Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
- local fp = Create("ParticleEmitter")({
- Parent = Parent,
- Color = ColorSequence.new(Color1, Color2),
- LightEmission = LightEmission,
- Size = Size,
- Texture = Texture,
- Transparency = Transparency,
- ZOffset = ZOffset,
- Acceleration = Accel,
- Drag = Drag,
- LockedToPart = LockedToPart,
- VelocityInheritance = VelocityInheritance,
- EmissionDirection = EmissionDirection,
- Enabled = Enabled,
- Lifetime = LifeTime,
- Rate = Rate,
- Rotation = Rotation,
- RotSpeed = RotSpeed,
- Speed = Speed,
- VelocitySpread = VelocitySpread
- })
- return fp
- end
- }
- }
- function RemoveOutlines(part)
- part.TopSurface, part.BottomSurface, part.LeftSurface, part.RightSurface, part.FrontSurface, part.BackSurface = 10, 10, 10, 10, 10, 10
- end
- function CreatePart(FormFactor, Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part")({
- formFactor = FormFactor,
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material
- })
- RemoveOutlines(Part)
- return Part
- end
- function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh)({
- Parent = Part,
- Offset = OffSet,
- Scale = Scale
- })
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- function CreateWeld(Parent, Part0, Part1, C0, C1)
- local Weld = Create("Weld")({
- Parent = Parent,
- Part0 = Part0,
- Part1 = Part1,
- C0 = C0,
- C1 = C1
- })
- return Weld
- end
- -------------------------------------------------------
- --Start Effect Function--
- -------------------------------------------------------
- EffectModel = Instance.new("Model", char)
- Effects = {
- Block = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay, Type)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("BlockMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- if Type == 1 or Type == nil then
- table.insert(Effects, {
- prt,
- "Block1",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- elseif Type == 2 then
- table.insert(Effects, {
- prt,
- "Block2",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- else
- table.insert(Effects, {
- prt,
- "Block3",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- end
- },
- Sphere = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Cylinder = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("CylinderMesh", prt, "", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Wave = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://20329976", Vector3.new(0, 0, 0), Vector3.new(x1 / 60, y1 / 60, z1 / 60))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3 / 60,
- y3 / 60,
- z3 / 60,
- msh
- })
- end
- },
- Ring = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://3270017", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Break = {
- Create = function(brickcolor, cframe, x1, y1, z1)
- local prt = CFuncs.Part.Create(EffectModel, "Neon", 0, 0, brickcolor, "Effect", Vector3.new(0.5, 0.5, 0.5))
- prt.Anchored = true
- prt.CFrame = cframe * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "Sphere", "", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- local num = math.random(10, 50) / 1000
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Shatter",
- num,
- prt.CFrame,
- math.random() - math.random(),
- 0,
- math.random(50, 100) / 100
- })
- end
- },
- Spiral = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://1051557", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- },
- Push = {
- Create = function(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CFuncs.Part.Create(EffectModel, "SmoothPlastic", 0, 0, brickcolor, "Effect", Vector3.new())
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CFuncs.Mesh.Create("SpecialMesh", prt, "FileMesh", "rbxassetid://437347603", Vector3.new(0, 0, 0), Vector3.new(x1, y1, z1))
- game:GetService("Debris"):AddItem(prt, 10)
- table.insert(Effects, {
- prt,
- "Cylinder",
- delay,
- x3,
- y3,
- z3,
- msh
- })
- end
- }
- }
- function part(formfactor ,parent, reflectance, transparency, brickcolor, name, size)
- local fp = IT("Part")
- fp.formFactor = formfactor
- fp.Parent = parent
- fp.Reflectance = reflectance
- fp.Transparency = transparency
- fp.CanCollide = false
- fp.Locked = true
- fp.BrickColor = brickcolor
- fp.Name = name
- fp.Size = size
- fp.Position = tors.Position
- RemoveOutlines(fp)
- fp.Material = "SmoothPlastic"
- fp:BreakJoints()
- return fp
- end
- function mesh(Mesh,part,meshtype,meshid,offset,scale)
- local mesh = IT(Mesh)
- mesh.Parent = part
- if Mesh == "SpecialMesh" then
- mesh.MeshType = meshtype
- if meshid ~= "nil" then
- mesh.MeshId = "http://www.roblox.com/asset/?id="..meshid
- end
- end
- mesh.Offset = offset
- mesh.Scale = scale
- return mesh
- end
- function Magic(bonuspeed, type, pos, scale, value, color, MType)
- local type = type
- local rng = Instance.new("Part", char)
- rng.Anchored = true
- rng.BrickColor = color
- rng.CanCollide = false
- rng.FormFactor = 3
- rng.Name = "Ring"
- rng.Material = "Neon"
- rng.Size = Vector3.new(1, 1, 1)
- rng.Transparency = 0
- rng.TopSurface = 0
- rng.BottomSurface = 0
- rng.CFrame = pos
- local rngm = Instance.new("SpecialMesh", rng)
- rngm.MeshType = MType
- rngm.Scale = scale
- local scaler2 = 1
- if type == "Add" then
- scaler2 = 1 * value
- elseif type == "Divide" then
- scaler2 = 1 / value
- end
- coroutine.resume(coroutine.create(function()
- for i = 0, 10 / bonuspeed, 0.1 do
- swait()
- if type == "Add" then
- scaler2 = scaler2 - 0.01 * value / bonuspeed
- elseif type == "Divide" then
- scaler2 = scaler2 - 0.01 / value * bonuspeed
- end
- rng.Transparency = rng.Transparency + 0.01 * bonuspeed
- rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, scaler2 * bonuspeed)
- end
- rng:Destroy()
- end))
- end
- function Eviscerate(dude)
- if dude.Name ~= char then
- local bgf = IT("BodyGyro", dude.Head)
- bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
- local val = IT("BoolValue", dude)
- val.Name = "IsHit"
- local ds = coroutine.wrap(function()
- dude:WaitForChild("Head"):BreakJoints()
- wait(0.5)
- target = nil
- coroutine.resume(coroutine.create(function()
- for i, v in pairs(dude:GetChildren()) do
- if v:IsA("Accessory") then
- v:Destroy()
- end
- if v:IsA("Humanoid") then
- v:Destroy()
- end
- if v:IsA("CharacterMesh") then
- v:Destroy()
- end
- if v:IsA("Model") then
- v:Destroy()
- end
- if v:IsA("Part") or v:IsA("MeshPart") then
- for x, o in pairs(v:GetChildren()) do
- if o:IsA("Decal") then
- o:Destroy()
- end
- end
- coroutine.resume(coroutine.create(function()
- v.Material = "Neon"
- v.CanCollide = false
- local PartEmmit1 = IT("ParticleEmitter", v)
- PartEmmit1.LightEmission = 1
- PartEmmit1.Texture = "rbxassetid://284205403"
- PartEmmit1.Color = ColorSequence.new(maincolor.Color)
- PartEmmit1.Rate = 150
- PartEmmit1.Lifetime = NumberRange.new(1)
- PartEmmit1.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0.75, 0),
- NumberSequenceKeypoint.new(1, 0, 0)
- })
- PartEmmit1.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0, 0),
- NumberSequenceKeypoint.new(1, 1, 0)
- })
- PartEmmit1.Speed = NumberRange.new(0, 0)
- PartEmmit1.VelocitySpread = 30000
- PartEmmit1.Rotation = NumberRange.new(-500, 500)
- PartEmmit1.RotSpeed = NumberRange.new(-500, 500)
- local BodPoss = IT("BodyPosition", v)
- BodPoss.P = 3000
- BodPoss.D = 1000
- BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
- BodPoss.position = v.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
- v.Color = maincolor.Color
- coroutine.resume(coroutine.create(function()
- for i = 0, 49 do
- swait(1)
- v.Transparency = v.Transparency + 0.08
- end
- wait(0.5)
- PartEmmit1.Enabled = false
- wait(3)
- v:Destroy()
- dude:Destroy()
- end))
- end))
- end
- end
- end))
- end)
- ds()
- end
- end
- function FindNearestHead(Position, Distance, SinglePlayer)
- if SinglePlayer then
- return Distance > (SinglePlayer.Torso.CFrame.p - Position).magnitude
- end
- local List = {}
- for i, v in pairs(workspace:GetChildren()) do
- if v:IsA("Model") and v:findFirstChild("Head") and v ~= char and Distance >= (v.Head.Position - Position).magnitude then
- table.insert(List, v)
- end
- end
- return List
- end
- function Aura(bonuspeed, FastSpeed, type, pos, x1, y1, z1, value, color, outerpos, MType)
- local type = type
- local rng = Instance.new("Part", char)
- rng.Anchored = true
- rng.BrickColor = color
- rng.CanCollide = false
- rng.FormFactor = 3
- rng.Name = "Ring"
- rng.Material = "Neon"
- rng.Size = Vector3.new(1, 1, 1)
- rng.Transparency = 0
- rng.TopSurface = 0
- rng.BottomSurface = 0
- rng.CFrame = pos
- rng.CFrame = rng.CFrame + rng.CFrame.lookVector * outerpos
- local rngm = Instance.new("SpecialMesh", rng)
- rngm.MeshType = MType
- rngm.Scale = Vector3.new(x1, y1, z1)
- local scaler2 = 1
- local speeder = FastSpeed
- if type == "Add" then
- scaler2 = 1 * value
- elseif type == "Divide" then
- scaler2 = 1 / value
- end
- coroutine.resume(coroutine.create(function()
- for i = 0, 10 / bonuspeed, 0.1 do
- swait()
- if type == "Add" then
- scaler2 = scaler2 - 0.01 * value / bonuspeed
- elseif type == "Divide" then
- scaler2 = scaler2 - 0.01 / value * bonuspeed
- end
- speeder = speeder - 0.01 * FastSpeed * bonuspeed
- rng.CFrame = rng.CFrame + rng.CFrame.lookVector * speeder * bonuspeed
- rng.Transparency = rng.Transparency + 0.01 * bonuspeed
- rngm.Scale = rngm.Scale + Vector3.new(scaler2 * bonuspeed, scaler2 * bonuspeed, 0)
- end
- rng:Destroy()
- end))
- end
- function SoulSteal(dude)
- if dude.Name ~= char then
- local bgf = IT("BodyGyro", dude.Head)
- bgf.CFrame = bgf.CFrame * CFrame.fromEulerAnglesXYZ(Rad(-90), 0, 0)
- local val = IT("BoolValue", dude)
- val.Name = "IsHit"
- local torso = (dude:FindFirstChild'Head' or dude:FindFirstChild'Torso' or dude:FindFirstChild'UpperTorso' or dude:FindFirstChild'LowerTorso' or dude:FindFirstChild'HumanoidRootPart')
- local soulst = coroutine.wrap(function()
- local soul = Instance.new("Part",dude)
- soul.Size = Vector3.new(1,1,1)
- soul.CanCollide = false
- soul.Anchored = false
- soul.Position = torso.Position
- soul.Transparency = 1
- local PartEmmit1 = IT("ParticleEmitter", soul)
- PartEmmit1.LightEmission = 1
- PartEmmit1.Texture = "rbxassetid://569507414"
- PartEmmit1.Color = ColorSequence.new(maincolor.Color)
- PartEmmit1.Rate = 250
- PartEmmit1.Lifetime = NumberRange.new(1.6)
- PartEmmit1.Size = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 1, 0),
- NumberSequenceKeypoint.new(1, 0, 0)
- })
- PartEmmit1.Transparency = NumberSequence.new({
- NumberSequenceKeypoint.new(0, 0, 0),
- NumberSequenceKeypoint.new(1, 1, 0)
- })
- PartEmmit1.Speed = NumberRange.new(0, 0)
- PartEmmit1.VelocitySpread = 30000
- PartEmmit1.Rotation = NumberRange.new(-360, 360)
- PartEmmit1.RotSpeed = NumberRange.new(-360, 360)
- local BodPoss = IT("BodyPosition", soul)
- BodPoss.P = 3000
- BodPoss.D = 1000
- BodPoss.maxForce = Vector3.new(50000000000, 50000000000, 50000000000)
- BodPoss.position = torso.Position + Vector3.new(Mrandom(-15, 15), Mrandom(-15, 15), Mrandom(-15, 15))
- wait(1.6)
- soul.Touched:connect(function(hit)
- if hit.Parent == char then
- soul:Destroy()
- end
- end)
- wait(1.2)
- while soul do
- swait()
- PartEmmit1.Color = ColorSequence.new(maincolor.Color)
- BodPoss.Position = tors.Position
- end
- end)
- soulst()
- end
- end
- function FaceMouse()
- local Cam = workspace.CurrentCamera
- return {
- CFrame.new(char.Torso.Position, Vector3.new(mouse.Hit.p.x, char.Torso.Position.y, mouse.Hit.p.z)),
- Vector3.new(mouse.Hit.p.x, mouse.Hit.p.y, mouse.Hit.p.z)
- }
- end
- BTAUNT = Instance.new("Sound", char)
- BTAUNT.SoundId = "http://www.roblox.com/asset/?id=2533880583"
- BTAUNT.Volume = 2
- BTAUNT.Pitch = 1
- BTAUNT.Looped = true
- BTAUNT.TimePosition = 0
- BTAUNT3 = Instance.new("Sound", tors)
- BTAUNT3.SoundId = "http://www.roblox.com/asset/?id=157016540"
- BTAUNT3.Volume = 10
- BTAUNT3.Pitch = 1
- BTAUNT3.Looped = false
- BTAUNT3.TimePosition = 0
- TEST = Instance.new("Sound", tors)
- TEST.SoundId = "http://www.roblox.com/asset/?id=2544975373"
- TEST.Volume = 25
- TEST.Pitch = 1
- TEST.Looped = false
- TEST.TimePosition = 0
- -------------------------------------------------------
- --End Effect Function--
- -------------------------------------------------------
- function Cso(ID, PARENT, VOLUME, PITCH)
- local NSound = nil
- coroutine.resume(coroutine.create(function()
- NSound = IT("Sound", PARENT)
- NSound.Volume = VOLUME
- NSound.Pitch = PITCH
- NSound.SoundId = "http://www.roblox.com/asset/?id="..ID
- swait()
- NSound:play()
- game:GetService("Debris"):AddItem(NSound, 50)
- end))
- return NSound
- end
- function CameraEnshaking(Length, Intensity)
- coroutine.resume(coroutine.create(function()
- local intensity = 1 * Intensity
- local rotM = 0.01 * Intensity
- for i = 0, Length, 0.1 do
- swait()
- intensity = intensity - 0.05 * Intensity / Length
- rotM = rotM - 5.0E-4 * Intensity / Length
- hum.CameraOffset = Vector3.new(Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)))
- cam.CFrame = cam.CFrame * CF(Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity)), Rad(Mrandom(-intensity, intensity))) * Euler(Rad(Mrandom(-intensity, intensity)) * rotM, Rad(Mrandom(-intensity, intensity)) * rotM, Rad(Mrandom(-intensity, intensity)) * rotM)
- end
- hum.CameraOffset = Vector3.new(0, 0, 0)
- end))
- end
- function CreatePart(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
- local Part = Create("Part"){
- Parent = Parent,
- Reflectance = Reflectance,
- Transparency = Transparency,
- CanCollide = false,
- Locked = true,
- BrickColor = BrickColor.new(tostring(BColor)),
- Name = Name,
- Size = Size,
- Material = Material,
- }
- RemoveOutlines(Part)
- return Part
- end
- function CreateMesh(Mesh, Part, MeshType, MeshId, OffSet, Scale)
- local Msh = Create(Mesh){
- Parent = Part,
- Offset = OffSet,
- Scale = Scale,
- }
- if Mesh == "SpecialMesh" then
- Msh.MeshType = MeshType
- Msh.MeshId = MeshId
- end
- return Msh
- end
- function RingEffect(brickcolor, cframe, x1, y1, z1, x3, y3, z3, delay)
- local prt = CreatePart(workspace,"Neon",0,0,brickcolor,"Effect", Vector3.new(.5,.5,.5))--part(3,workspace,"SmoothPlastic",0,0,brickcolor,"Effect",vt(0.5,0.5,0.5))
- prt.Anchored = true
- prt.CFrame = cframe
- local msh = CreateMesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",Vector3.new(0,0,0),Vector3.new(x1,y1,z1))
- game:GetService("Debris"):AddItem(prt,2)
- coroutine.resume(coroutine.create(function(Part,Mesh,num)
- for i=0,1,delay do
- swait()
- Part.Transparency=i
- Mesh.Scale=Mesh.Scale + Vector3.new(x3,y3,z3)
- end
- Part.Parent=nil
- end),prt,msh,(math.random(0,1)+math.random())/5)
- end
- function getRegion(point,range,ignore)
- return workspace:FindPartsInRegion3WithIgnoreList(Region3.new(point-Vector3.new(1,1,1)*range/2,point+Vector3.new(1,1,1)*range/2),ignore,100)
- end
- function GetTorso(char)
- return char:FindFirstChild'Torso' or char:FindFirstChild'UpperTorso' or char:FindFirstChild'LowerTorso' or char:FindFirstChild'HumanoidRootPart'
- end
- local M = {C=math.cos,R=math.rad,S=math.sin,P=math.pi,RNG=math.random,MRS=math.randomseed,H=math.huge,RRNG = function(min,max,div) return math.rad(math.random(min,max)/(div or 1)) end}
- NewInstance = function(instance,parent,properties)
- local inst = Instance.new(instance)
- inst.Parent = parent
- if(properties)then
- for i,v in next, properties do
- pcall(function() inst[i] = v end)
- end
- end
- return inst;
- end
- function Part(parent,color,material,size,cframe,anchored,cancollide)
- local part = Instance.new("Part")
- part[typeof(color) == 'BrickColor' and 'BrickColor' or 'Color'] = color or Color3.new(0,0,0)
- part.Material = material or Enum.Material.SmoothPlastic
- part.TopSurface,part.BottomSurface=10,10
- part.Size = size or Vector3.new(1,1,1)
- part.CFrame = cframe or CF(0,0,0)
- part.Anchored = anchored or true
- part.CanCollide = cancollide or false
- part.Parent = parent or char
- return part
- end
- -------------------------------------------------------
- --End Important Functions--
- -------------------------------------------------------
- -------------------------------------------------------
- --Start Customization--
- -------------------------------------------------------
- local Player_Size = 1
- if Player_Size ~= 1 then
- root.Size = root.Size * Player_Size
- tors.Size = tors.Size * Player_Size
- hed.Size = hed.Size * Player_Size
- ra.Size = ra.Size * Player_Size
- la.Size = la.Size * Player_Size
- rl.Size = rl.Size * Player_Size
- ll.Size = ll.Size * Player_Size
- ----------------------------------------------------------------------------------
- rootj.Parent = root
- neck.Parent = tors
- RW.Parent = tors
- LW.Parent = tors
- RH.Parent = tors
- LH.Parent = tors
- ----------------------------------------------------------------------------------
- rootj.C0 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0))
- rootj.C1 = RootCF * CF(0 * Player_Size, 0 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0))
- neck.C0 = necko * CF(0 * Player_Size, 0 * Player_Size, 0 + ((1 * Player_Size) - 1)) * angles(Rad(0), Rad(0), Rad(0))
- neck.C1 = CF(0 * Player_Size, -0.5 * Player_Size, 0 * Player_Size) * angles(Rad(-90), Rad(0), Rad(180))
- RW.C0 = CF(1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* RIGHTSHOULDERC0
- LW.C0 = CF(-1.5 * Player_Size, 0.5 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(0), Rad(0)) --* LEFTSHOULDERC0
- ----------------------------------------------------------------------------------
- RH.C0 = CF(1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
- LH.C0 = CF(-1 * Player_Size, -1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
- RH.C1 = CF(0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
- LH.C1 = CF(-0.5 * Player_Size, 1 * Player_Size, 0 * Player_Size) * angles(Rad(0), Rad(-90), Rad(0)) * angles(Rad(0), Rad(0), Rad(0))
- --hat.Parent = Character
- end
- ----------------------------------------------------------------------------------
- ----------------------------------------------------------------------------------
- local equipped = false
- local idle = 0
- local change = 1
- local val = 0
- local toim = 0
- local idleanim = 0.4
- local sine = 0
- local Sit = 1
- ----------------------------------------------------------------------------------
- hum.WalkSpeed = 48
- hum.JumpPower = 57
- hum.Animator.Parent = nil
- ----------------------------------------------------------------------------------
- -------------------------------------------------------
- --End Customization--
- -------------------------------------------------------
- local Blobby = Instance.new("Part", char)
- Blobby.Name = "Blob"
- Blobby.CanCollide = false
- Blobby.BrickColor = BrickColor.new("Really black")
- Blobby.Transparency = 0
- Blobby.Material = "Plastic"
- Blobby.Size = Vector3.new(1, 1, 2)
- Blobby.TopSurface = Enum.SurfaceType.Smooth
- Blobby.BottomSurface = Enum.SurfaceType.Smooth
- local Weld = Instance.new("Weld", Blobby)
- Weld.Part0 = ra
- Weld.Part1 = Blobby
- Weld.C1 = CFrame.new(0, 3, 1.1)
- Weld.C0 = CFrame.Angles(Rad(-56),0,0)
- local M2 = Instance.new("SpecialMesh")
- M2.Parent = Blobby
- M2.MeshId = "rbxassetid://0"
- M2.TextureId = "rbxassetid://0"
- M2.Scale = Vector3.new(.01, .01, .01)
- --[[local naeeym2 = Instance.new("BillboardGui",char)
- naeeym2.AlwaysOnTop = true
- naeeym2.Size = UDim2.new(5,35,2,15)
- naeeym2.StudsOffset = Vector3.new(0, 3.5, 0)
- naeeym2.Adornee = hed
- naeeym2.Name = "Name"
- --naeeym2.PlayerToHideFrom = Player
- local tecks2 = Instance.new("TextLabel",naeeym2)
- tecks2.BackgroundTransparency = 1
- tecks2.TextScaled = true
- tecks2.BorderSizePixel = 0
- tecks2.Text = "Fight Me"
- tecks2.Font = Enum.Font.Bodoni
- tecks2.TextSize = 30
- tecks2.TextStrokeTransparency = 0
- tecks2.TextColor3 = Color3.new(0, 0, 0)
- tecks2.TextStrokeColor3 = Color3.new(1, 1, 1)
- tecks2.Size = UDim2.new(1,0,0.5,0)
- tecks2.Parent = naeeym2]]
- ----------------------------------------------------------------------------------
- local AddInstance = function(Object, ...)
- local Obj = Instance.new(Object)
- for i,v in next,(...) do
- Obj[i] = v
- end
- return Obj
- end
- ----------------------------------------------------
- local Reaper2 = AddInstance("Part",{
- Parent = tors,
- CFrame = tors.CFrame,
- formFactor = "Symmetric",
- Size = Vector3.new(0.462, 1.403, 2.495),
- CanCollide = false,
- TopSurface = "Smooth",
- BottomSurface = "Smooth",
- Locked = true,
- })
- local Weld = AddInstance("Weld",{
- Parent = Reaper2,
- Part0 = tors,
- C0 = CFrame.new(0, -1.7, 1)*CFrame.Angles(0, 0, 0),
- Part1 = Reaper2,
- })
- local Mesh = AddInstance("SpecialMesh",{
- Parent = Reaper2,
- MeshId = "rbxassetid://2759032628",
- TextureId = "rbxassetid://89867215",
- Scale = Vector3.new(1, 1, 0.5),
- VertexColor = Vector3.new(0.5, 0.5, 0.5),
- })
- -------------------------------------------------------
- wait(1)
- plr = game.Players.LocalPlayer
- char = plr.Character
- mouse = plr:GetMouse()
- whitecolor = Color3.new(1,1,1)
- epicmode = false
- normal = true
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" then
- v:Destroy()
- end
- end
- local shirt = Instance.new("Shirt",char)
- shirt.ShirtTemplate = "rbxassetid://2544612637"
- local pants = Instance.new("Pants",char)
- pants.PantsTemplate = "rbxassetid://2544611861"
- Character['Body Colors'].HeadColor=BrickColor.new('Pastel violet')
- Character['Body Colors'].TorsoColor=BrickColor.new('Pastel violet')
- Character['Body Colors'].RightArmColor=BrickColor.new('Pastel violet')
- Character['Body Colors'].LeftArmColor=BrickColor.new('Pastel violet')
- Character['Body Colors'].RightLegColor=BrickColor.new('Pastel violet')
- Character['Body Colors'].LeftLegColor=BrickColor.new('Pastel violet')
- for i,v in pairs(char:GetChildren()) do
- if v.ClassName == "Hat" or v.ClassName == "Accessory" then
- v:Destroy()
- end
- end
- -------------------------------------------------------
- --Start Attacks N Stuff--
- -------------------------------------------------------
- local naeeym2 = Instance.new("BillboardGui",char)
- naeeym2.AlwaysOnTop = true
- naeeym2.Size = UDim2.new(5,35,2,35)
- naeeym2.StudsOffset = Vector3.new(0,2,0)
- naeeym2.Adornee = hed
- naeeym2.Name = "Name"
- local tecks2 = Instance.new("TextLabel",naeeym2)
- tecks2.BackgroundTransparency = 1
- tecks2.TextScaled = true
- tecks2.BorderSizePixel = 0
- tecks2.Text = "J҉ E҉ V҉ I҉ L҉"
- tecks2.Font = "Fantasy"
- tecks2.TextSize = 50
- tecks2.TextStrokeTransparency = 0
- tecks2.TextColor3 = BrickColor.new('Really black').Color
- tecks2.TextStrokeColor3 = BrickColor.new('Bright blue').Color
- tecks2.Size = UDim2.new(1,0,0.5,0)
- tecks2.Parent = naeeym2
- textfag = tecks2
- tecks2.Text = "J҉ E҉ V҉ I҉ L҉"
- BTAUNT:Play()
- coroutine.resume(coroutine.create(function()
- while textfag ~= nil do
- swait()
- textfag.Position = UDim2.new(math.random(-.2,.2),math.random(-3,3),.05,math.random(-3,3))
- textfag.Rotation = math.random(-3,3)
- end
- end))
- function finalChaos()
- attack = true
- spawn(function()
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0,100,0))
- local m = Instance.new("SpecialMesh",p)
- m.MeshId = "https://roblox.com/asset/?id=28140935"
- m.Scale = Vector3.new(2,2,2)
- for i=1,30 do
- p.CFrame = p.CFrame-Vector3.new(0,3.3333,0)
- p.CFrame = p.CFrame * CFrame.Angles(0.5,0,0)
- wait()
- end
- local beam = Instance.new("Part",char)
- beam.Anchored = true
- beam.CanCollide = false
- beam.BrickColor = BrickColor.new("White")
- beam.Material = Enum.Material.Neon
- beam.Size = Vector3.new(1,1,1)
- beam.Position = p.Position+Vector3.new(0,1000,0)
- beam.CFrame = beam.CFrame * CFrame.Angles(0,0,89.5354)
- local m = Instance.new("SpecialMesh",beam)
- m.MeshType = "Cylinder"
- m.Scale = Vector3.new(2000,15,15)
- damage(6,20,35,p.Position)
- p.Transparency = 1
- CFuncs.Sound.Create("rbxassetid://440145223", p, 10, 1)
- for i=1,10 do
- m.Scale = m.Scale-Vector3.new(0,1,1)
- beam.Transparency = i / 10
- wait()
- end
- p:Destroy()
- end)
- attack = false
- end
- function spade()
- attack = true
- spawn(function()
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0,100,0))
- local m = Instance.new("SpecialMesh",p)
- m.MeshId = "https://roblox.com/asset/?id=2760895053"
- m.Scale = Vector3.new(1,1,1)
- for i=1,30 do
- p.CFrame = p.CFrame-Vector3.new(0,3.3333,0)
- p.CFrame = p.CFrame * CFrame.Angles(0,4,0)
- wait()
- end
- local beam = Instance.new("Part",char)
- beam.Anchored = true
- beam.CanCollide = false
- beam.BrickColor = BrickColor.new("White")
- beam.Material = Enum.Material.Neon
- beam.Size = Vector3.new(1,1,1)
- beam.Position = p.Position+Vector3.new(0,1000,0)
- beam.CFrame = beam.CFrame * CFrame.Angles(0,0,89.5354)
- local m = Instance.new("SpecialMesh",beam)
- m.MeshType = "Cylinder"
- m.Scale = Vector3.new(2000,15,15)
- damage(6,20,35,p.Position)
- p.Transparency = 1
- CFuncs.Sound.Create("rbxassetid://440145223", p, 10, 1)
- for i=1,10 do
- m.Scale = m.Scale-Vector3.new(0,1,1)
- beam.Transparency = 1
- wait()
- end
- p:Destroy()
- end)
- attack = false
- end
- function club()
- attack = true
- spawn(function()
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0,100,0))
- local m = Instance.new("SpecialMesh",p)
- m.MeshId = "https://roblox.com/asset/?id=2761335666"
- m.Scale = Vector3.new(1.5,1.5,1.5)
- for i=1,30 do
- p.CFrame = p.CFrame-Vector3.new(0,3.3333,0)
- p.CFrame = p.CFrame * CFrame.Angles(0,2,0)
- wait()
- end
- local beam = Instance.new("Part",char)
- beam.Anchored = true
- beam.CanCollide = false
- beam.BrickColor = BrickColor.new("White")
- beam.Material = Enum.Material.Neon
- beam.Size = Vector3.new(1,1,1)
- beam.Position = p.Position+Vector3.new(0,1000,0)
- beam.CFrame = beam.CFrame * CFrame.Angles(0,0,89.5354)
- local m = Instance.new("SpecialMesh",beam)
- m.MeshType = "Cylinder"
- m.Scale = Vector3.new(2000,15,15)
- damage(6,20,35,p.Position)
- p.Transparency = 1
- CFuncs.Sound.Create("rbxassetid://440145223", p, 10, 1)
- for i=1,10 do
- m.Scale = m.Scale-Vector3.new(0,1,1)
- beam.Transparency = 1
- wait()
- end
- p:Destroy()
- end)
- attack = false
- end
- function heart()
- attack = true
- spawn(function()
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0,100,0))
- local m = Instance.new("SpecialMesh",p)
- m.MeshId = "https://roblox.com/asset/?id=105992239"
- m.Scale = Vector3.new(9.5,9.5,9.5)
- for i=1,30 do
- p.CFrame = p.CFrame-Vector3.new(0,3.3333,0)
- p.CFrame = p.CFrame * CFrame.Angles(0,2,0)
- wait()
- end
- local beam = Instance.new("Part",char)
- beam.Anchored = true
- beam.CanCollide = false
- beam.BrickColor = BrickColor.new("White")
- beam.Material = Enum.Material.Neon
- beam.Size = Vector3.new(1,1,1)
- beam.Position = p.Position+Vector3.new(0,1000,0)
- beam.CFrame = beam.CFrame * CFrame.Angles(0,0,89.5354)
- local m = Instance.new("SpecialMesh",beam)
- m.MeshType = "Cylinder"
- m.Scale = Vector3.new(2000,15,15)
- damage(6,20,35,p.Position)
- p.Transparency = 1
- CFuncs.Sound.Create("rbxassetid://440145223", p, 10, 1)
- for i=1,10 do
- m.Scale = m.Scale-Vector3.new(0,1,1)
- beam.Transparency = 1
- wait()
- end
- p:Destroy()
- end)
- attack = false
- end
- function diamond()
- attack = true
- spawn(function()
- local p = Instance.new("Part",char)
- p.Anchored = true
- p.CanCollide = false
- p.CFrame = CFrame.new(mouse.Hit.p+Vector3.new(0,100,0))
- local m = Instance.new("SpecialMesh",p)
- m.MeshId = "https://roblox.com/asset/?id=9756362"
- m.Scale = Vector3.new(6,6,6)
- for i=1,30 do
- p.CFrame = p.CFrame-Vector3.new(0,3.3333,0)
- p.CFrame = p.CFrame * CFrame.Angles(0,2,0)
- wait()
- end
- local beam = Instance.new("Part",char)
- beam.Anchored = true
- beam.CanCollide = false
- beam.BrickColor = BrickColor.new("White")
- beam.Material = Enum.Material.Neon
- beam.Size = Vector3.new(1,1,1)
- beam.Position = p.Position+Vector3.new(0,1000,0)
- beam.CFrame = beam.CFrame * CFrame.Angles(0,0,89.5354)
- local m = Instance.new("SpecialMesh",beam)
- m.MeshType = "Cylinder"
- m.Scale = Vector3.new(2000,15,15)
- damage(6,20,35,p.Position)
- p.Transparency = 1
- CFuncs.Sound.Create("rbxassetid://440145223", p, 10, 1)
- for i=1,10 do
- m.Scale = m.Scale-Vector3.new(0,1,1)
- beam.Transparency = 1
- wait()
- end
- p:Destroy()
- end)
- attack = false
- end
- function icando()
- attack = true
- hum.WalkSpeed = 0
- TEST:Remove()
- TEST:Play()
- local Hook2 = Part(EffectModel, Color3.new(),Enum.Material.Neon,Vector3.new(.05,.05,.05),tors.CFrame,true,false)
- Hook2.Transparency = 1
- local A2 = NewInstance("Attachment",Hook2)
- local B2 = NewInstance("Attachment",hed,{Position = Vector3.new(0,-hed.Size.Y/2,0)})
- local Chain2 = NewInstance("Beam",Hook2,{Attachment0 = A2,Attachment1=B2,Color = Color3.fromRGB(138,138,138),FaceCamera=true,LightInfluence=0,Texture="rbxassetid://73042633",TextureLength=5,Transparency=NumberSequence.new(0),TextureSpeed=0,CurveSize0=0,CurveSize1=0,FaceCamera=true,Segments=10,Width0=1,Width1=1})
- repeat
- for i = 0,4,0.1 do
- swait()
- TEST.Parent = tors
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 12)) * angles(Rad(0), Rad(0), Rad(20)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 1 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(1 + -43 * Sin(sine / 7)), Rad(-20)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.5 + 0.05 * Cos(sine / 12)* Player_Size, -0.4* Player_Size) * angles(Rad(90), Rad(-.6), Rad(-76)), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.5 + 0.05 * Cos(sine / 12)* Player_Size, -0.4* Player_Size) * angles(Rad(90), Rad(-.6), Rad(56)), 0.1)
- end
- until TEST.Playing == false
- TEST:Stop()
- TEST:Play()
- TEST:Remove()
- print('I CAN DO ANYTHING')
- Hook2:Destroy()
- attack = false
- hum.WalkSpeed = 20
- end
- function Taunt3()
- attack = true
- normalanim = false
- hum.WalkSpeed = 0
- local Hook2 = Part(EffectModel, Color3.new(),Enum.Material.Neon,Vector3.new(.05,.05,.05),tors.CFrame,true,false)
- Hook2.Transparency = 1
- local A2 = NewInstance("Attachment",Hook2)
- local B2 = NewInstance("Attachment",hed,{Position = Vector3.new(0,-hed.Size.Y/2,0)})
- local Chain2 = NewInstance("Beam",Hook2,{Attachment0 = A2,Attachment1=B2,Color = Color3.fromRGB(138,138,138),FaceCamera=true,LightInfluence=0,Texture="rbxassetid://73042633",TextureLength=5,Transparency=NumberSequence.new(0),TextureSpeed=0,CurveSize0=0,CurveSize1=0,FaceCamera=true,Segments=10,Width0=1,Width1=1})
- CFuncs.Sound.Create("rbxassetid://2606662454", head, 100, 1)
- for i = 0, 2, 0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0 + 0.15 * Cos(sine / 2)* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 12)) * angles(Rad(0), Rad(0), Rad(20)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 1 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(1 + -43 * Sin(sine / 7)), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(-25 + 2.5 * Sin(sine / 20)), Rad(-55 + 2.5 * Sin(sine / 20))), 0.12)
- LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
- end
- for i = 0, 6, 0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0 + 0.15 * Cos(sine / 2)* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 12)) * angles(Rad(0), Rad(0), Rad(20)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 1 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(1 + -43 * Sin(sine / 7)), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(-25 + 2.5 * Sin(sine / 20)), Rad(-55 + 2.5 * Sin(sine / 20))), 0.12)
- LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
- end
- for i = 0, 2, 0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0 + 0.15 * Cos(sine / 2)* Player_Size, 0* Player_Size, -0.1 + 0.1* Player_Size * Cos(sine / 12)) * angles(Rad(0), Rad(0), Rad(20)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko* CF(0, 0, 1 + ((1* Player_Size) - 1)) * angles(Rad(0), Rad(1 + -43 * Sin(sine / 7)), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.9 - 0.1 * Cos(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(0), Rad(-84), Rad(0)) * angles(Rad(-6.5), Rad(0), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(-25 + 2.5 * Sin(sine / 20)), Rad(-55 + 2.5 * Sin(sine / 20))), 0.12)
- LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
- end
- attack = false
- normalanim = true
- Hook2:Destroy()
- hum.WalkSpeed = 20
- end
- function Taunt2()
- attack = true
- bouncyboie = false
- hum.WalkSpeed = 0
- local Hook2 = Part(EffectModel, Color3.new(),Enum.Material.Neon,Vector3.new(.05,.05,.05),tors.CFrame,true,false)
- Hook2.Transparency = 1
- local A2 = NewInstance("Attachment",Hook2)
- local B2 = NewInstance("Attachment",hed,{Position = Vector3.new(0,-hed.Size.Y/2,0)})
- local Chain2 = NewInstance("Beam",Hook2,{Attachment0 = A2,Attachment1=B2,Color = Color3.fromRGB(138,138,138),FaceCamera=true,LightInfluence=0,Texture="rbxassetid://73042633",TextureLength=5,Transparency=NumberSequence.new(0),TextureSpeed=0,CurveSize0=0,CurveSize1=0,FaceCamera=true,Segments=10,Width0=1,Width1=1})
- CFuncs.Sound.Create("rbxassetid://2545008459", head, 100, 1)
- for i = 0, 2, 0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.5 + 0.1 * Cos(sine / 20)) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(0), Rad(0)), 0.15)
- neck.C0 = clerp(neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.6 - 0.1 * Cos(sine / 20)* Player_Size, -.2* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.6 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(-74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(-25 + 2.5 * Sin(sine / 20)), Rad(-55 + 2.5 * Sin(sine / 20))), 0.12)
- LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
- end
- for i = 0, 6, 0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, .2 + 0.1 * Cos(sine / 20)) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(0), Rad(0)), 0.15)
- neck.C0 = clerp(neck.C0, necko * CF(0, 0, 2) * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0 - 255.45 * i)), 0.15)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -1.2 - 0.1 * Cos(sine / 20)* Player_Size, -.2* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -1.2 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(-74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(35), Rad(-25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
- LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(-55 + 2.5 * Sin(sine / 20))), 0.12)
- end
- for i = 0, 2, 0.1 do
- swait()
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, -0.5 + 0.1 * Cos(sine / 20)) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(0), Rad(0)), 0.15)
- neck.C0 = clerp(neck.C0, necko * angles(Rad(-2.5 * Sin(sine / 30)), Rad(0), Rad(0 - 255.45 * i)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -0.6 - 0.1 * Cos(sine / 20)* Player_Size, -.2* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -0.6 - 0.1 * Cos(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(-74), Rad(0)) * angles(Rad(-2.5), Rad(0), Rad(-4)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(-25 + 2.5 * Sin(sine / 20)), Rad(-55 + 2.5 * Sin(sine / 20))), 0.12)
- LW.C0 = clerp(LW.C0, CF(-1* Player_Size, 0.3 + 0.06 * Sin(sine / 20)* Player_Size, .6* Player_Size) * angles(Rad(-35), Rad(25 + 2.5 * Sin(sine / 20)), Rad(55 + 2.5 * Sin(sine / 20))), 0.12)
- end
- attack = false
- bouncyboie = true
- Hook2:Destroy()
- hum.WalkSpeed = 20
- end
- function Chaos_balls()
- attack = true
- hum.WalkSpeed = 0
- CFuncs.Sound.Create("rbxassetid://2545008459", head, 100, 1)
- local Scripts = { function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end; function()
- LandMine = script.Parent
- function onTouched(hit)
- script.Parent.Transparency = 1
- connection:disconnect()
- end
- connection = LandMine.Touched:connect(onTouched)
- function onTouch(part)
- local humanoid = part.Parent:FindFirstChild("Humanoid")
- if (humanoid ~= nil) then
- humanoid.Health = 0
- end
- end
- script.Parent.Touched:connect(onTouch)
- end;}local ActualScripts = {}
- function s(var)
- local func = table.remove(Scripts,1)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- table.insert(ActualScripts,coroutine.wrap(func))
- end
- local Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
- local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
- function(t,f)
- for a,b in pairs(t) do
- f(a,b)
- end
- end
- local Types = {
- Color3 = Color3.new,
- Vector3 = Vector3.new,
- Vector2 = Vector2.new,
- UDim = UDim.new,
- UDim2 = UDim2.new,
- CFrame = CFrame.new,
- Rect = Rect.new,
- NumberSequence = function(...)
- local a = {...}
- local t = {}
- repeat
- t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
- until #a==0
- return NumberSequence.new(t)
- end,
- ColorSequence = function(...)
- local a = {...}
- local t = {}
- repeat
- t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
- until #a==0
- return ColorSequence.new(t)
- end,
- number = tonumber,
- boolean = function(a)
- return a=="true"
- end
- }
- split = function(str,sep)
- if not str then return end
- local fields = {}
- local ConcatNext = false
- str:gsub(("([^%s]+)"):format(sep),function(c)
- if ConcatNext == true then
- fields[#fields] = fields[#fields]..sep..c
- ConcatNext = false
- else
- fields[#fields+1] = c
- end
- if c:sub(#c)=="\\" then
- c = fields[#fields]
- fields[#fields] = c:sub(1,#c-1)
- ConcatNext = true
- end
- end)
- return fields
- end
- RemoveAndSplit = function(t)
- return split(table_remove(t,1),comma)
- end
- t = split(str,";")
- props = RemoveAndSplit(t)
- classes = RemoveAndSplit(t)
- values = split(table_remove(t,1),'|')
- ICList = RemoveAndSplit(t)
- InstanceList = {}
- Model = inst"Model"
- CurPar = Model
- table_foreach(t,function(ct,c)
- if c=="n" or c=="p" then
- CurPar = c=="n" and LastIns or CurPar[parnt]
- else
- ct = split(c,"|")
- local class = classes[tonum(table_remove(ct,1))]
- if class=="UnionOperation" then
- LastIns = {Locked="true",Anchored="true",UsePartColor="true"}
- else
- LastIns = inst(class)
- if LastIns:IsA"Script" then
- s(LastIns)
- end
- end
- local function SetProperty(LastIns,p,str,s)
- s = Types[typeof(LastIns[p])]
- LastIns[p] = s and s(unpack(split(str,comma))) or str
- end
- local UnionData
- table_foreach(ct,function(s,p,a,str)
- a = p:find":"
- p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
- if p=="UnionData" then
- UnionData = split(str," ")
- return
- end
- if class=="UnionOperation" then
- LastIns[p] = str
- return
- end
- SetProperty(LastIns,p,str)
- end)
- if UnionData then
- local LI_Data = LastIns
- LastIns = DecodeUnion(UnionData)
- table_foreach(LI_Data,function(p,str)
- SetProperty(LastIns,p,str)
- end)
- end
- table.insert(InstanceList,LastIns)
- LastIns[parnt] = CurPar
- end
- end)
- table_remove(ICList,1)
- table_foreach(ICList,function(a,b)
- b = split(b,">")
- InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
- end)
- return Model
- end
- local Model = Decode('Name,Color,Material,Position,Orientation,Size,Shape,BottomSurface,TopSurface;Part,Script;Part|small bomb|1,0,0.749|Neon|109.643,163.08,-66.436|-0.02,8.789,0|7.19,7.19,7.19|Ball|Smooth|94.087,163.08,-5'
- ..'.261|85.213,163.08,-62.659|38.478,163.08,-55.433|41.791,163.08,-34.008|47.353,163.08,1.965|62.773,163.08,-50.923|112.955,163.08,-45.011|44.04,163.08,-19.461|-8.351,163.081,-121.727|26.919,163.08,-45.3'
- ..'79|68.47,163.08,-23.238|71.782,163.08,-1.813|-18.706,163.08,-98.188|56.352,163.08,60.173|39.231,163.08,34.255|-66.694,163.08,-2.34|-38.952,163.08,15.308|-83.815,163.08,-28.258|-42.264,163.08,-6.117|-8'
- ..'0.362,163.08,-0.227|-85.923,163.08,-36.2|-52.619,163.08,17.421|-61.494,163.08,-39.977|-55.932,163.08,-4.004|-77.049,163.08,21.198|49.564,163.081,-122.414|82.411,163.081,-135.759|47.258,163.08,-71.554|'
- ..'-2.718,163.08,-63.827|5.848,163.08,-87.089|19.516,163.08,-89.203|213.74,163.08,-97.294|145.682,163.081,-137.275|194.511,163.08,-131.154|185.998,163.08,-114.943|210.428,163.08,-118.72|180.436,163.081,-'
- ..'150.915|191.198,163.081,-152.579|196.76,163.08,-116.607|163.693,163.08,-111.494|144.464,163.081,-145.353|157.996,163.081,-139.179|-25.521,163.08,-45.538|-16.647,163.08,11.86|-47.961,163.08,-33.802|99.'
- ..'288,163.08,-42.898|68.541,163.08,-1.311|84.095,163.08,77.821|80.782,163.08,56.396|42.685,163.08,62.286|37.123,163.08,26.313|67.115,163.08,58.509|70.427,163.08,79.934|45.997,163.08,83.711|61.553,163.08'
- ..',22.536|40.436,163.08,47.739|64.865,163.08,43.962|34.119,163.08,85.548|30.806,163.08,64.123|28.557,163.08,49.576|25.244,163.08,28.15|26.918,163.08,36.158|28.029,163.08,-105.414|24.716,163.081,-126.839'
- ..'|88.526,163.08,-41.234|21.806,163.08,5.914|16.245,163.08,-30.058|12.932,163.08,-51.484|18.494,163.08,-15.511|38.384,163.081,-128.952|-2.789,163.08,-85.754|78.533,163.08,41.849|75.22,163.08,20.423|50.7'
- ..'91,163.08,24.2|54.103,163.08,45.626|52.553,163.08,-35.672|28.123,163.08,-31.895|33.685,163.08,4.078|49.241,163.08,-57.097|66.221,163.08,-37.785|62.908,163.08,-59.211|14.605,163.08,-43.475|59.665,163.0'
- ..'8,81.598|-60.275,163.08,-31.898|-19.959,163.08,-9.566|4.47,163.08,-13.343|-36.181,163.08,-35.623|-33.627,163.08,-7.453|-39.189,163.08,-43.425|7.783,163.08,8.082|-30.314,163.08,13.973|-14.759,163.08,-4'
- ..'7.202|-9.197,163.08,-11.23|-35.876,163.08,-22|-5.885,163.08,10.196|-12.493,163.08,-39.286|-72.035,163.08,-30.08|-24.806,163.08,-37.382|-0.713,163.08,-41.107|54.802,163.08,-21.125|58.115,163.08,0.301|3'
- ..'0.373,163.08,-17.348|24.811,163.08,-53.32|80.853,163.08,78.322|111.6,163.08,36.736|125.268,163.08,34.623|121.955,163.08,13.198|106.4,163.08,74.373|100.838,163.08,38.4|97.525,163.08,16.975|-43.845,163.'
- ..'08,145.444|-59.762,163.08,133.01|-71.641,163.08,134.846|-73.28,163.08,121.43|-38.645,163.08,107.807|-16.103,163.08,163.092|-19.415,163.08,141.667|-33.083,163.08,143.78|-74.953,163.08,113.421|-69.392,1'
- ..'63.08,149.394|-54.2,163.08,168.983|-29.77,163.08,165.205|-35.332,163.08,129.233|-66.079,163.08,170.819|-60.966,163.08,119.526|-57.513,163.08,147.557|-63.074,163.08,111.585|-49.407,163.08,109.471|11.40'
- ..'3,163.08,122.007|25.07,163.08,119.894|-46.094,163.08,130.897|21.758,163.08,98.469|6.202,163.08,159.644|-19.344,163.08,163.593|-21.665,163.08,127.12|-40.533,163.08,166.869|-24.977,163.08,105.694|2.89,1'
- ..'63.08,138.218|30.632,163.08,155.867|-25.112,163.08,113.982|0.64,163.08,123.671|27.319,163.08,134.441|-37.426,163.08,115.886|-2.672,163.08,102.246|8.09,163.08,100.582|-13.332,163.08,112.161|13.652,163.'
- ..'08,136.554|-10.778,163.08,140.331|-16.34,163.08,104.359|-7.465,163.08,161.757|-13.027,163.08,125.784|16.964,163.08,157.98|22.136,163.08,106.677|10.356,163.08,108.498|-49.186,163.08,117.704|-1.957,163.'
- ..'08,110.402|104.85,163.08,-6.925|98.241,163.08,-56.406|38.699,163.08,-47.2|74.553,163.08,-52.744|71.546,163.08,-60.546|74.858,163.08,-39.121|50.459,163.08,-49.019|95.975,163.08,-64.323|115.205,163.08,-'
- ..'30.464|90.775,163.08,-26.687|118.517,163.08,-9.038|110.022,163.08,-58.228|77.107,163.08,-24.573|80.42,163.08,-3.148|85.928,163.08,-54.503|101.537,163.08,-28.351|86.417,163.08,125.304|48.32,163.08,131.'
- ..'194|44.866,163.08,103.163|72.75,163.08,127.417|61.987,163.08,129.081|76.062,163.08,148.843|89.73,163.08,146.729|42.758,163.08,95.222|46.071,163.08,116.647|84.168,163.08,110.757|80.855,163.08,89.331|70'
- ..'.5,163.08,112.87|51.632,163.08,152.62|39.754,163.08,154.456|36.441,163.08,133.031|30.879,163.08,97.058|32.553,163.08,105.067|59.738,163.08,114.534|65.3,163.08,150.506|67.188,163.08,91.445|34.192,163.0'
- ..'8,118.484|56.426,163.08,93.109|117.235,163.08,105.644|136.464,163.08,139.504|92.5,163.08,95.798|108.722,163.08,121.855|127.59,163.08,82.106|103.16,163.08,85.883|68.407,163.08,99.523|95.055,163.08,123.'
- ..'969|86.488,163.08,147.231|106.473,163.08,107.308|112.035,163.08,143.281|133.152,163.08,118.078|130.903,163.08,103.531|113.923,163.08,84.219|80.72,163.08,97.619|127.969,163.08,90.314|122.797,163.08,141'
- ..'.617|98.367,163.08,145.394|92.805,163.08,109.421|116.189,163.08,92.136|119.484,163.08,120.191|103.875,163.08,94.039|56.646,163.08,101.342|-74.135,163.08,40.045|-65.261,163.08,97.443|-44.144,163.08,72.'
- ..'24|-49.706,163.08,36.267|-54.906,163.08,73.904|-70.823,163.08,61.47|-27.164,163.08,91.552|-30.476,163.08,70.127|-68.574,163.08,76.017|133.922,163.081,-135.456|150.025,163.08,-109.381|181.151,163.081,-'
- ..'142.759|170.081,163.08,-127.377|153.338,163.08,-87.955|200.073,163.08,-95.181|142.576,163.08,-86.291|167.006,163.08,-90.069|129.383,163.08,-84.252|126.07,163.08,-105.677|87.973,163.08,-99.787|101.64,1'
- ..'63.08,-101.9|96.078,163.081,-137.873|110.153,163.08,-118.111|61.325,163.081,-124.232|85.418,163.081,-127.957|204.866,163.081,-154.692|183.749,163.08,-129.49|137.014,163.08,-122.264|158.131,163.081,-14'
- ..'7.467|147.776,163.08,-123.928|189.31,163.08,-93.517|133.701,163.081,-143.689|208.178,163.08,-133.267|169.776,163.081,-141|163.764,163.08,-89.567|172.33,163.08,-112.829|161.444,163.08,-126.041|139.263,'
- ..'163.08,-107.717|175.643,163.08,-91.404|193.464,163.081,-144.662|166.769,163.081,-148.802|205.244,163.081,-146.484|79.406,163.08,-76.525|120.508,163.081,-141.65|106.841,163.081,-139.536|112.402,163.08,'
- ..'-103.564|52.656,163.08,-109.221|79.335,163.08,-98.451|49.344,163.081,-130.647|73.638,163.081,-126.136|104.953,163.08,-80.475|73.773,163.081,-134.424|123.821,163.08,-120.224|99.391,163.08,-116.447|63.4'
- ..'18,163.08,-110.885|60.106,163.081,-132.311|68.98,163.08,-74.913|120.887,163.081,-133.441|115.715,163.08,-82.138|58.218,163.08,-73.249|183.978,163.08,110.22|143.781,163.08,87.87|195.397,163.08,93.56|15'
- ..'9.548,163.08,113.997|181.729,163.08,95.673|192.084,163.08,72.134|153.986,163.08,78.025|187.291,163.08,131.645|162.861,163.08,135.422|178.416,163.08,74.247|157.299,163.08,99.45|142.108,163.08,79.861|19'
- ..'7.646,163.08,108.107|147.669,163.08,115.834|176.529,163.08,133.309|223.263,163.08,126.084|-71.163,163.08,-90.078|-87.906,163.08,-50.657|-58.151,163.08,-77.194|-60.4,163.08,-91.742|-96.915,163.08,-99.7'
- ..'66|-107.135,163.08,-84.516|-121.21,163.08,-104.277|122.334,163.08,21.406|98.24,163.08,25.131|51.011,163.08,32.433|110.554,163.08,23.227|117.162,163.08,72.709|87.17,163.08,40.513|92.732,163.08,76.486|8'
- ..'3.858,163.08,19.088|113.849,163.08,51.283|108.288,163.08,15.311|130.829,163.08,70.596|89.419,163.08,55.06|127.517,163.08,49.17|103.087,163.08,52.947|41.697,163.08,-107.527|13.954,163.081,-125.175|-27.'
- ..'219,163.08,-81.977|26.983,163.08,-118.922|219.676,163.08,31.612|236.656,163.08,50.925|214.114,163.08,-4.36|-112.335,163.08,-46.879|-93.467,163.08,-86.629|-88.143,163.08,-109.39|-110.448,163.08,-105.94'
- ..'1|91.285,163.08,-78.361|77.086,163.08,-112.998|85.723,163.08,-114.334|82.648,163.08,-77.026|54.905,163.08,-94.674|65.668,163.08,-96.338|96.793,163.081,-129.716|109.107,163.081,-131.62|-120.989,163.08,'
- ..'-96.044|-109.229,163.08,-97.863|-96.78,163.08,-108.054|-101.573,163.08,-48.543|-44.484,163.08,-79.308|-73.76,163.08,-103.346;0;1|1:2|2:3|3:4|4:5|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:10|5:'
- ..'6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:11|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:12|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:13|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3'
- ..'|3:4|4:14|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:15|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:16|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:17|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2'
- ..';p;1|1:2|2:3|3:4|4:18|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:19|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:20|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:21|5:6|6:7|7:8|8:9|9:9'
- ..'|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:22|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:23|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:24|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:25|5:6|6:7'
- ..'|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:26|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:27|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:28|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|'
- ..'4:29|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:30|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:31|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:32|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|'
- ..'1:2|2:3|3:4|4:33|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:34|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:35|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:36|5:6|6:7|7:8|8:9|9:9|2:3|'
- ..'2:3;n;2;p;1|1:2|2:3|3:4|4:37|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:38|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:39|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:40|5:6|6:7|7:8|'
- ..'8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:41|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:42|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:43|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:44|'
- ..'5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:45|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:46|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:47|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2'
- ..':3|3:4|4:48|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:49|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:50|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:51|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n'
- ..';2;p;1|1:2|2:3|3:4|4:52|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:53|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:54|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:55|5:6|6:7|7:8|8:9|9'
- ..':9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:56|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:57|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:58|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:59|5:6|6'
- ..':7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:60|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:61|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:62|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:'
- ..'4|4:63|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:64|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:65|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:66|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;'
- ..'1|1:2|2:3|3:4|4:67|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:68|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:69|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:70|5:6|6:7|7:8|8:9|9:9|2:'
- ..'3|2:3;n;2;p;1|1:2|2:3|3:4|4:71|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:72|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:73|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:74|5:6|6:7|7:'
- ..'8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:75|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:76|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:77|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:7'
- ..'8|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:79|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:80|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:81|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2'
- ..'|2:3|3:4|4:82|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:83|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:84|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:85|5:6|6:7|7:8|8:9|9:9|2:3|2:3'
- ..';n;2;p;1|1:2|2:3|3:4|4:86|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:87|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:88|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:89|5:6|6:7|7:8|8:9'
- ..'|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:90|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:91|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:92|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:93|5:6'
- ..'|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:94|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:95|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:96|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|'
- ..'3:4|4:97|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:98|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:99|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:100|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2'
- ..';p;1|1:2|2:3|3:4|4:101|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:102|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:103|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:104|5:6|6:7|7:8|8:9'
- ..'|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:105|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:106|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:107|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:108'
- ..'|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:109|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:110|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:111|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1'
- ..':2|2:3|3:4|4:112|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:113|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:114|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:115|5:6|6:7|7:8|8:9|9:9|2'
- ..':3|2:3;n;2;p;1|1:2|2:3|3:4|4:116|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:117|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:118|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:119|5:6|6'
- ..':7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:120|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:121|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:122|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3'
- ..'|3:4|4:123|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:124|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:125|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:126|5:6|6:7|7:8|8:9|9:9|2:3|2:3'
- ..';n;2;p;1|1:2|2:3|3:4|4:127|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:128|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:129|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:130|5:6|6:7|7:8'
- ..'|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:131|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:132|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:133|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4'
- ..':134|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:135|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:136|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:137|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p'
- ..';1|1:2|2:3|3:4|4:138|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:139|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:140|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:141|5:6|6:7|7:8|8:9|9'
- ..':9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:142|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:143|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:144|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:145|5'
- ..':6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:146|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:147|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:148|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2'
- ..'|2:3|3:4|4:149|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:150|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:151|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:152|5:6|6:7|7:8|8:9|9:9|2:3'
- ..'|2:3;n;2;p;1|1:2|2:3|3:4|4:153|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:154|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:155|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:156|5:6|6:7'
- ..'|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:157|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:158|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:159|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3'
- ..':4|4:160|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:161|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:162|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:163|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n'
- ..';2;p;1|1:2|2:3|3:4|4:164|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:165|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:166|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:167|5:6|6:7|7:8|8'
- ..':9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:168|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:169|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:170|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:1'
- ..'71|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:172|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:173|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:174|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1'
- ..'|1:2|2:3|3:4|4:175|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:176|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:177|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:178|5:6|6:7|7:8|8:9|9:9'
- ..'|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:179|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:180|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:181|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:182|5:6'
- ..'|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:183|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:184|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:185|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2'
- ..':3|3:4|4:186|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:187|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:188|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:189|5:6|6:7|7:8|8:9|9:9|2:3|2'
- ..':3;n;2;p;1|1:2|2:3|3:4|4:190|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:191|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:192|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:193|5:6|6:7|7'
- ..':8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:194|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:195|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:196|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4'
- ..'|4:197|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:198|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:199|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:200|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2'
- ..';p;1|1:2|2:3|3:4|4:201|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:202|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:203|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:204|5:6|6:7|7:8|8:9'
- ..'|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:205|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:206|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:207|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:208'
- ..'|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:209|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:210|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:211|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1'
- ..':2|2:3|3:4|4:212|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:213|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:214|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:215|5:6|6:7|7:8|8:9|9:9|2'
- ..':3|2:3;n;2;p;1|1:2|2:3|3:4|4:216|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:217|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:218|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:219|5:6|6'
- ..':7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:220|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:221|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:222|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3'
- ..'|3:4|4:223|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:224|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:225|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:226|5:6|6:7|7:8|8:9|9:9|2:3|2:3'
- ..';n;2;p;1|1:2|2:3|3:4|4:227|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:228|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:229|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:230|5:6|6:7|7:8'
- ..'|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:231|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:232|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:233|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4'
- ..':234|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:235|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:236|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:237|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p'
- ..';1|1:2|2:3|3:4|4:238|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:239|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:240|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:241|5:6|6:7|7:8|8:9|9'
- ..':9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:242|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:243|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:244|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:245|5'
- ..':6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:246|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:247|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:248|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2'
- ..'|2:3|3:4|4:249|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:250|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:251|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:252|5:6|6:7|7:8|8:9|9:9|2:3'
- ..'|2:3;n;2;p;1|1:2|2:3|3:4|4:253|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:254|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:255|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:256|5:6|6:7'
- ..'|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:257|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:258|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:259|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3'
- ..':4|4:260|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:261|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:262|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:263|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n'
- ..';2;p;1|1:2|2:3|3:4|4:264|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:265|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:266|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:267|5:6|6:7|7:8|8'
- ..':9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:268|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:269|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:270|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:2'
- ..'71|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:272|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:273|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:274|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1'
- ..'|1:2|2:3|3:4|4:275|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:276|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:277|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:278|5:6|6:7|7:8|8:9|9:9'
- ..'|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:279|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:280|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:281|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:282|5:6'
- ..'|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:283|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:284|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:285|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2'
- ..':3|3:4|4:286|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:287|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:288|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:289|5:6|6:7|7:8|8:9|9:9|2:3|2'
- ..':3;n;2;p;1|1:2|2:3|3:4|4:290|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:291|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:292|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:293|5:6|6:7|7'
- ..':8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:294|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:295|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:296|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4'
- ..'|4:297|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:298|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:299|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:300|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2'
- ..';p;1|1:2|2:3|3:4|4:301|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:302|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:303|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:304|5:6|6:7|7:8|8:9'
- ..'|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:305|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:306|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:307|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:308'
- ..'|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:309|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:310|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:311|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1'
- ..':2|2:3|3:4|4:312|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:313|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:314|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:315|5:6|6:7|7:8|8:9|9:9|2'
- ..':3|2:3;n;2;p;1|1:2|2:3|3:4|4:316|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:317|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:318|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:319|5:6|6'
- ..':7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:320|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:321|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:322|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3'
- ..'|3:4|4:323|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:324|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:325|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:326|5:6|6:7|7:8|8:9|9:9|2:3|2:3'
- ..';n;2;p;1|1:2|2:3|3:4|4:327|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:328|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:329|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:330|5:6|6:7|7:8'
- ..'|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:331|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:332|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:333|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4'
- ..':334|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:335|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:336|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:337|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p'
- ..';1|1:2|2:3|3:4|4:338|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:339|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:340|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:341|5:6|6:7|7:8|8:9|9'
- ..':9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:342|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:343|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:344|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:345|5'
- ..':6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:346|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:347|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;1|1:2|2:3|3:4|4:348|5:6|6:7|7:8|8:9|9:9|2:3|2:3;n;2;p;')
- Model.Parent = script and script.Parent==workspace and script or workspace
- for _,f in pairs(ActualScripts) do f() end
- wait(5)
- Model:Remove()
- attack = false
- hum.WalkSpeed = 20
- end
- function TrueChaos()
- attack = true
- M2.Scale = Vector3.new(5, 5, 5)
- Cso("2545018472", char, 10, 1)
- for i = 0, 10, 0.1 do
- swait()
- hum.CameraOffset = Vector3.new(0, 8, 0)
- RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
- end
- Cso("483458132", char, 10, .7)
- Cso("483458132", char, 10, 1)
- CameraEnshaking(6, 65)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
- Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
- Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
- Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
- for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
- if v:FindFirstChild("Head") then
- Eviscerate(v)
- end
- end
- for i = 0, 1, 0.1 do
- swait()
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
- end
- for i = 0, 1, 0.1 do
- swait()
- hum.CameraOffset = Vector3.new(0, 8, 0)
- RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
- end
- Cso("483458132", char, 10, .7)
- Cso("483458132", char, 10, 1)
- CameraEnshaking(6, 65)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
- Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
- Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
- Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
- for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
- if v:FindFirstChild("Head") then
- Eviscerate(v)
- end
- end
- for i = 0, 1, 0.1 do
- swait()
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
- end
- for i = 0, 1, 0.1 do
- swait()
- hum.CameraOffset = Vector3.new(0, 8, 0)
- RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
- end
- Cso("483458132", char, 10, .7)
- Cso("483458132", char, 10, 1)
- CameraEnshaking(6, 65)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
- Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
- Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
- Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
- for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
- if v:FindFirstChild("Head") then
- Eviscerate(v)
- end
- end
- for i = 0, 1, 0.1 do
- swait()
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
- end
- for i = 0, 1, 0.1 do
- swait()
- hum.CameraOffset = Vector3.new(0, 8, 0)
- RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
- end
- Cso("483458132", char, 10, .7)
- Cso("483458132", char, 10, 1)
- CameraEnshaking(6, 65)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
- Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
- Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
- Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
- for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
- if v:FindFirstChild("Head") then
- Eviscerate(v)
- end
- end
- for i = 0, 1, 0.1 do
- swait()
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
- end
- for i = 0, 1, 0.1 do
- swait()
- hum.CameraOffset = Vector3.new(0, 8, 0)
- RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
- end
- Cso("483458132", char, 10, .7)
- Cso("483458132", char, 10, 1)
- CameraEnshaking(6, 65)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
- Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
- Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
- Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
- for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
- if v:FindFirstChild("Head") then
- Eviscerate(v)
- end
- end
- for i = 0, 1, 0.1 do
- swait()
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
- end
- for i = 0, 1, 0.1 do
- swait()
- hum.CameraOffset = Vector3.new(0, 8, 0)
- RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
- end
- Cso("483458132", char, 10, .7)
- Cso("483458132", char, 10, 1)
- CameraEnshaking(6, 65)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
- Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
- Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
- Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
- for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
- if v:FindFirstChild("Head") then
- Eviscerate(v)
- end
- end
- for i = 0, 1, 0.1 do
- swait()
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
- end
- for i = 0, 1, 0.1 do
- swait()
- hum.CameraOffset = Vector3.new(0, 8, 0)
- RH.C0 = clerp(RH.C0, cf(1, -0.25, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(20)), 0.2)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-20), math.rad(0), math.rad(0)), 0.2)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(-20)), 0.2)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(140), math.rad(0), math.rad(20)), 0.2)
- end
- Cso("483458132", char, 10, .7)
- Cso("483458132", char, 10, 1)
- CameraEnshaking(6, 65)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Really white"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Wave.Create(BrickColor.new("Royal Purple"), tors.CFrame * CF(0, -5, 0) * angles(math.rad(0), math.rad(math.random(0, 180)), math.rad(0)), 550.5, 100.5, 550.5, 200, 20, 200, 0.05)
- Effects.Ring.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0) * angles(math.rad(90), math.rad(0), math.rad(0)), 0.5, 0.5, 0.1, 2, 2, 0, 0.04)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 7, 10, 15, -0.1, 15, 0.04)
- Effects.Sphere.Create(BrickColor.new("Really white"), root.CFrame * CF(0, -2, 0), 10, 6, 10, 15, -0.1, 15, 0.02)
- Effects.Sphere.Create(BrickColor.new("Royal Purple"), root.CFrame * CF(0, -2, 0), 10, 4, 10, 15, -0.1, 15, 0.01)
- Magic(5, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 1, BrickColor.new("Royal Purple"), "Sphere")
- Magic(10, "Add", root.CFrame * CFrame.new(0, -2.9, 0), Vector3.new(0, 0, 0), 2, BrickColor.new("Royal Purple"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 100000, 1), 0.5, BrickColor.new("Really white"), "Sphere")
- Magic(1, "Add", root.CFrame, Vector3.new(1, 1, 1), 0.75, BrickColor.new("Really white"), "Sphere")
- for i, v in pairs(FindNearestHead(Blobby.CFrame.p, 99999999999.5)) do
- if v:FindFirstChild("Head") then
- Eviscerate(v)
- end
- end
- for i = 0, 1, 0.1 do
- swait()
- RH.C0 = clerp(RH.C0, cf(1, -1, -0.5) * angles(math.rad(0), math.rad(90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- LH.C0 = clerp(LH.C0, cf(-1, -1, 0) * angles(math.rad(0), math.rad(-90), math.rad(0)) * angles(math.rad(0), math.rad(0), math.rad(10)), 0.4)
- RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), 0.4)
- RW.C0 = clerp(RW.C0, cf(1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(30)), 0.4)
- LW.C0 = clerp(LW.C0, cf(-1.5, 0.5, 0) * angles(math.rad(-50), math.rad(0), math.rad(-30)), 0.4)
- end
- M2.Scale = Vector3.new(1, 1, 1)
- attack = false
- end
- -------------------------------------------------------
- --End Attacks N Stuff--
- -------------------------------------------------------
- mouse.KeyDown:connect(function(key)
- if attack == false then
- if key == 't' then
- icando()
- elseif key == "r" then
- Taunt3()
- elseif key == "y" then
- Taunt2()
- elseif key == "z" then
- finalChaos()
- elseif key == "c" then
- diamond()
- elseif key == "v" then
- spade()
- elseif key == "b" then
- heart()
- elseif key == "n" then
- club()
- elseif key == "m" then
- Chaos_balls()
- elseif key == "p" then
- TrueChaos()
- elseif key == 'f' then
- Cso("2545012765", tors, 10, 1)
- Effects.Sphere.Create(maincolor, tors.CFrame * CFrame.new(0, -1.2, 0), 100, 100, 100, 15, 15, 15, .1, .1)
- root.CFrame = CFrame.new(CFrame.new(mouse.Hit.p)*CFrame.new(0,2.8,0).p,root.Position)
- Effects.Sphere.Create(maincolor, tors.CFrame * CFrame.new(0, -1.2, 0), 100, 100, 100, 15, 15, 15, .1, .1)
- end
- end
- end)
- mouse.Button1Down:connect(function(key)
- if attack == false then
- finalChaos()
- end
- end)
- -------------------------------------------------------
- --Start Animations--
- -------------------------------------------------------
- bouncyboie = true
- while true do
- swait()
- sine = sine + change
- local torvel = (root.Velocity * Vector3.new(1, 0, 1)).magnitude
- local velderp = root.Velocity.y
- hitfloor, posfloor = rayCast(root.Position, CFrame.new(root.Position, root.Position - Vector3.new(0, 1, 0)).lookVector, 4* Player_Size, char)
- if equipped == true or equipped == false then
- if attack == false then
- idle = idle + 1
- else
- idle = 0
- end
- if 1 < root.Velocity.y and hitfloor == nil then
- Anim = "Jump"
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1 * Cos(sine / 20)* Player_Size) * angles(Rad(-16), Rad(0), Rad(0)), 0.15)
- neck.C0 = clerp(neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(10 - 2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -.2 - 0.1 * Cos(sine / 20)* Player_Size, -.3* Player_Size) * RHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -.9 - 0.1 * Cos(sine / 20), -.5* Player_Size) * LHCF * angles(Rad(-2.5), Rad(0), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(25), Rad(-.6), Rad(13 + 4.5 * Sin(sine / 20))), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(25), Rad(-.6), Rad(-13 - 4.5 * Sin(sine / 20))), 0.1)
- end
- elseif -1 > root.Velocity.y and hitfloor == nil then
- Anim = "Fall"
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0* Player_Size, 0* Player_Size, -0.1 + 0.1 * Cos(sine / 20)* Player_Size) * angles(Rad(24), Rad(0), Rad(0)), 0.15)
- neck.C0 = clerp(neck.C0, necko* CF(0, 0, 0 + ((1* Player_Size) - 1)) * angles(Rad(10 - 2.5 * Sin(sine / 30)), Rad(0), Rad(0)), 0.3)
- RH.C0 = clerp(RH.C0, CF(1* Player_Size, -1 - 0.1 * Cos(sine / 20)* Player_Size, -.3* Player_Size) * RHCF * angles(Rad(-3.5), Rad(0), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1* Player_Size, -.8 - 0.1 * Cos(sine / 20)* Player_Size, -.3* Player_Size) * LHCF * angles(Rad(-3.5), Rad(0), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(65), Rad(-.6), Rad(45 + 4.5 * Sin(sine / 20))), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(55), Rad(-.6), Rad(-45 - 4.5 * Sin(sine / 20))), 0.1)
- end
- elseif torvel < 1 and hitfloor ~= nil then
- Anim = "Idle"
- change = 1
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, 1 + 0.1 * Cos(sine / 20)) * angles(Rad(-2 + 2 * Cos(sine / 10)), Rad(1 + -43 * Sin(sine / 10)), Rad(0)), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(1 + -43 * Sin(sine / 8))), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.8 * Cos(sine / 10), 0.025 * Cos(sine / 10)) * RHCF * angles(Rad(-9.5), Rad(-20), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 + 0.8 * Cos(sine / 10), 0.025 * Cos(sine / 10)) * LHCF * angles(Rad(-6.5), Rad(20), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5 * Player_Size, 0.5 + 0.02 * Sin(sine / 10)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(50), Rad(23 + 150 * Sin(sine / 8))), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 10)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(-50), Rad(-23 + 150 * Sin(sine / 8))), 0.1)
- end
- elseif torvel > 2 and torvel < 25 and hitfloor ~= nil then
- Anim = "Walk"
- change = 1
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, 1 + 0.1 * Cos(sine / 20)) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(0), Rad(43 + 90.5 * Sin(sine / 7))), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(-20), Rad(0), Rad(1 + -43 * Sin(sine / 7))), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.8 - 0.5 * Cos(sine / 7) / 2, 0.6 * Cos(sine / 7) / 2) * angles(Rad(-15 - 5 * Cos(sine / 7)) - rl.RotVelocity.Y / 75 + -Sin(sine / 7) / 2.5, Rad(90 - 3 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 + 2 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3)
- LH.C0 = clerp(LH.C0, CF(-1, -0.8 + 0.5 * Cos(sine / 7) / 2, -0.6 * Cos(sine / 7) / 2) * angles(Rad(-15 + 5 * Cos(sine / 7)) + ll.RotVelocity.Y / 75 + Sin(sine / 7) / 2.5, Rad(-90 - 3 * Cos(sine / 7)), Rad(0)) * angles(Rad(0 - 2 * Cos(sine / 7)), Rad(0), Rad(0)), 0.3)
- RW.C0 = clerp(RW.C0, CF(1.5 * Player_Size, 0.5 + 0.02 * Sin(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(50), Rad(23 + 90.5 * Sin(sine / 7))), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(-50), Rad(-23 + 90.5 * Sin(sine / 7))), 0.1)
- end
- elseif torvel >= 25 and hitfloor ~= nil then
- Anim = "Sprint"
- change = 1.35
- if attack == false then
- rootj.C0 = clerp(rootj.C0, RootCF * CF(0, 0, 1 + 0.1 * Cos(sine / 20)) * angles(Rad(-2 + 2 * Cos(sine / 12)), Rad(0), Rad(43 + 90.5 * Sin(sine / 7))), 0.15)
- tors.Neck.C0 = clerp(tors.Neck.C0, necko * angles(Rad(0), Rad(0), Rad(1 + -43 * Sin(sine / 7))), 0.3)
- RH.C0 = clerp(RH.C0, CF(1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * RHCF * angles(Rad(-9.5), Rad(-20), Rad(0)), 0.15)
- LH.C0 = clerp(LH.C0, CF(-1, -0.9 - 0.1 * Cos(sine / 20), 0.025 * Cos(sine / 20)) * LHCF * angles(Rad(-6.5), Rad(20), Rad(0)), 0.15)
- RW.C0 = clerp(RW.C0, CF(1.5 * Player_Size, 0.5 + 0.02 * Sin(sine / 12)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(50), Rad(23 + 90.5 * Sin(sine / 7))), 0.1)
- LW.C0 = clerp(LW.C0, CF(-1.5* Player_Size, 0.5 + 0.02 * Sin(sine / 20)* Player_Size, 0* Player_Size) * angles(Rad(20), Rad(-50), Rad(-23 + 90.5 * Sin(sine / 7))), 0.1)
- end
- end
- end
- if 0 < #Effects then
- for e = 1, #Effects do
- if Effects[e] ~= nil then
- local Thing = Effects[e]
- if Thing ~= nil then
- local Part = Thing[1]
- local Mode = Thing[2]
- local Delay = Thing[3]
- local IncX = Thing[4]
- local IncY = Thing[5]
- local IncZ = Thing[6]
- if 1 >= Thing[1].Transparency then
- if Thing[2] == "Block1" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
- local Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block2" then
- Thing[1].CFrame = Thing[1].CFrame + Vector3.new(0, 0, 0)
- local Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Block3" then
- Thing[1].CFrame = Thing[1].CFrame * CFrame.fromEulerAnglesXYZ(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50)) + Vector3.new(0, 0.15, 0)
- local Mesh = Thing[7]
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Cylinder" then
- local Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Blood" then
- local Mesh = Thing[7]
- Thing[1].CFrame = Thing[1].CFrame * Vector3.new(0, 0.5, 0)
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[4], Thing[5], Thing[6])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Elec" then
- local Mesh = Thing[1].Mesh
- Mesh.Scale = Mesh.Scale + Vector3.new(Thing[7], Thing[8], Thing[9])
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Disappear" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- elseif Thing[2] == "Shatter" then
- Thing[1].Transparency = Thing[1].Transparency + Thing[3]
- Thing[4] = Thing[4] * CFrame.new(0, Thing[7], 0)
- Thing[1].CFrame = Thing[4] * CFrame.fromEulerAnglesXYZ(Thing[6], 0, 0)
- Thing[6] = Thing[6] + Thing[5]
- end
- else
- Part.Parent = nil
- table.remove(Effects, e)
- end
- end
- end
- end
- end
- end
- -------------------------------------------------------
- --End Animations And Script--
- -------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement