SHOW:
|
|
- or go back to the newest paste.
| 1 | -- This script has been converted to FE by iPxter | |
| 2 | ||
| 3 | ||
| 4 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
| |
| 5 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
| 6 | do | |
| 7 | print("FE Compatibility by ki2005rill")
| |
| 8 | script.Parent = Player.Character | |
| 9 | ||
| 10 | - | player = game.Players.LocalPlayer |
| 10 | + | --RemoteEvent for communicating |
| 11 | local Event = Instance.new("RemoteEvent")
| |
| 12 | - | mouse = nil |
| 12 | + | Event.Name = "UserInput_Event" |
| 13 | ||
| 14 | --Fake event to make stuff like Mouse.KeyDown work | |
| 15 | local function fakeEvent() | |
| 16 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
| |
| 17 | t.connect = t.Connect | |
| 18 | return t | |
| 19 | end | |
| 20 | ||
| 21 | --Creating fake input objects with fake variables | |
| 22 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
| |
| 23 | - | chara.Humanoid.MaxHealth = 666666666 |
| 23 | + | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
|
| 24 | - | chara.Humanoid.Health = 666666666 |
| 24 | + | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
|
| 25 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
| |
| 26 | end} | |
| 27 | --Merged 2 functions into one by checking amount of arguments | |
| 28 | CAS.UnbindAction = CAS.BindAction | |
| 29 | ||
| 30 | --This function will trigger the events that have been :Connect()'ed | |
| 31 | local function te(self,ev,...) | |
| 32 | local t = m[ev] | |
| 33 | if t and t._fakeEvent and t.Function then | |
| 34 | t.Function(...) | |
| 35 | end | |
| 36 | end | |
| 37 | m.TrigEvent = te | |
| 38 | UIS.TrigEvent = te | |
| 39 | ||
| 40 | Event.OnServerEvent:Connect(function(plr,io) | |
| 41 | if plr~=Player then return end | |
| 42 | if io.isMouse then | |
| 43 | m.Target = io.Target | |
| 44 | m.Hit = io.Hit | |
| 45 | else | |
| 46 | local b = io.UserInputState == Enum.UserInputState.Begin | |
| 47 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
| 48 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
| 49 | end | |
| 50 | for _,t in pairs(CAS.Actions) do | |
| 51 | for _,k in pairs(t.Keys) do | |
| 52 | if k==io.KeyCode then | |
| 53 | t.Function(t.Name,io.UserInputState,io) | |
| 54 | end | |
| 55 | end | |
| 56 | end | |
| 57 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
| 58 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
| 59 | end | |
| 60 | end) | |
| 61 | Event.Parent = NLS([==[ | |
| 62 | local Player = owner | |
| 63 | local Event = script:WaitForChild("UserInput_Event")
| |
| 64 | ||
| 65 | local UIS = game:GetService("UserInputService")
| |
| 66 | local input = function(io,a) | |
| 67 | if a then return end | |
| 68 | --Since InputObject is a client-side instance, we create and pass table instead | |
| 69 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
| |
| 70 | end | |
| 71 | UIS.InputBegan:Connect(input) | |
| 72 | UIS.InputEnded:Connect(input) | |
| 73 | ||
| 74 | local h,t | |
| 75 | --Give the server mouse data 30 times every second, but only if the values changed | |
| 76 | --If player is not moving their mouse, client won't fire events | |
| 77 | while wait(1/30) do | |
| 78 | if h~=Mouse.Hit or t~=Mouse.Target then | |
| 79 | h,t=Mouse.Hit,Mouse.Target | |
| 80 | Event:FireServer({isMouse=true,Target=t,Hit=h})
| |
| 81 | end | |
| 82 | end]==],Player.Character) | |
| 83 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
| 84 | end | |
| 85 | ||
| 86 | ----------- | |
| 87 | --Flandre-- | |
| 88 | ----------- | |
| 89 | --By -- | |
| 90 | --CKbackup- | |
| 91 | ----------- | |
| 92 | ||
| 93 | --Player Stuff-- | |
| 94 | ||
| 95 | player = owner | |
| 96 | chara = player.Character | |
| 97 | bladeactive = false | |
| 98 | spellactive = false | |
| 99 | debby = game:GetService("Debris")
| |
| 100 | combo = 1 | |
| 101 | ||
| 102 | local tool = Instance.new("Tool",player.Backpack)
| |
| 103 | tool.Name = "Scarlet Drive" | |
| 104 | tool.CanBeDropped = false | |
| 105 | tool.RequiresHandle = false | |
| 106 | ||
| 107 | chara.Humanoid.MaxHealth = 1600 | |
| 108 | chara.Humanoid.Health = 1600 | |
| 109 | ||
| 110 | --Outfit-- | |
| 111 | ||
| 112 | New = function(Object, Parent, Name, Data) | |
| 113 | local Object = Instance.new(Object) | |
| 114 | for Index, Value in pairs(Data or {}) do
| |
| 115 | Object[Index] = Value | |
| 116 | end | |
| 117 | Object.Parent = Parent | |
| 118 | Object.Name = Name | |
| 119 | return Object | |
| 120 | end | |
| 121 | ||
| 122 | Hat = New("Model",chara,"Hat",{})
| |
| 123 | AAPlaceHolder3 = New("Part",Hat,"AAPlaceHolder3",{BrickColor = BrickColor.new("Brick yellow"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(-12.4959135, 4.50012112, -5.79261875, 2.5535282e-014, 2.08617266e-007, 1, -4.06509848e-014, 1, -2.08617266e-007, -1, -4.06509814e-014, 2.55352922e-014),CanCollide = false,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.843137, 0.772549, 0.603922),})
| |
| 124 | Mesh = New("SpecialMesh",AAPlaceHolder3,"Mesh",{Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005),})
| |
| 125 | Decal = New("Decal",AAPlaceHolder3,"Decal",{Texture = "http://www.roblox.com/asset/?id=120491259",})
| |
| 126 | Weld = New("ManualWeld",AAPlaceHolder3,"Weld",{Part0 = AAPlaceHolder3,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(-0.0074095726, 0.000156879425, 0.00408172607, 9.32036973e-014, -3.25225361e-013, -0.999991417, 8.94066375e-007, 0.999990225, -2.75733646e-013, 0.999998808, -7.74864873e-007, 8.14361328e-014),})
| |
| 127 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2, 0.800000012, 1.39999986),CFrame = CFrame.new(-12.4959135, 5.20011616, -5.99257183, 2.84772917e-014, 2.38418494e-007, 0.999999404, -5.30236933e-014, 0.999995112, -1.78814886e-007, -0.999995708, -2.82779019e-014, 2.25931521e-014),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 128 | Mesh = New("SpecialMesh",Handle,"Mesh",{Scale = Vector3.new(1, 1.14999998, 1),VertexColor = Vector3.new(2, 0.899999976, 0.899999976),MeshId = "http://www.roblox.com/asset/?id=17223263",MeshType = Enum.MeshType.FileMesh,})
| |
| 129 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(0.199953079, 0.699995041, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 130 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.600000024, 0.200000003),CFrame = CFrame.new(-12.4959135, 5.10010862, -5.09261179, 0.999999404, 2.38418494e-007, -2.84772917e-014, -1.78814886e-007, 0.999995112, 5.30236933e-014, 2.25931521e-014, -2.82779019e-014, 0.999995708),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 131 | Mesh = New("SpecialMesh",Handle,"Mesh",{Scale = Vector3.new(0.899999976, 0.899999976, 4),MeshId = "http://www.roblox.com/asset/?id=56855681",MeshType = Enum.MeshType.FileMesh,})
| |
| 132 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 0.999999702, -1.19209844e-007, 1.67088565e-014, 1.49011839e-007, 0.999997556, -3.53218541e-015, -1.96509475e-014, 1.59051002e-014, 0.999997854),C1 = CFrame.new(-0.700006962, 0.599987507, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 133 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.200000003, 1.20000005),CFrame = CFrame.new(-12.4959135, 5.10010862, -5.79261875, 0.999999404, 2.38418494e-007, -2.84772917e-014, -1.78814886e-007, 0.999995112, 5.30236933e-014, 2.25931521e-014, -2.82779019e-014, 0.999995708),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 134 | Mesh = New("CylinderMesh",Handle,"Mesh",{Scale = Vector3.new(1.29999995, 1, 1.29999995),})
| |
| 135 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 0.999999702, -1.19209844e-007, 1.67088565e-014, 1.49011839e-007, 0.999997556, -3.53218541e-015, -1.96509475e-014, 1.59051002e-014, 0.999997854),C1 = CFrame.new(0, 0.599987507, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 136 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.200000003, 1.20000005),CFrame = CFrame.new(-12.3953495, 5.10010862, -5.79261875, 0.999999404, 2.38418494e-007, -2.84772917e-014, -1.78814886e-007, 0.999995112, 5.30236933e-014, 2.25931521e-014, -2.82779019e-014, 0.999995708),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 137 | Mesh = New("CylinderMesh",Handle,"Mesh",{Scale = Vector3.new(1.29999995, 1, 1.29999995),})
| |
| 138 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 0.999999702, -1.19209844e-007, 1.67088565e-014, 1.49011839e-007, 0.999997556, -3.53218541e-015, -1.96509475e-014, 1.59051002e-014, 0.999997854),C1 = CFrame.new(0, 0.599987507, 0.100564003, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 139 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Bright yellow"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.20000005, 2.40000033, 1),CFrame = CFrame.new(-12.2957315, 4.800107, -5.79261875, 2.84772917e-014, 2.38418494e-007, 0.999999404, -5.30236933e-014, 0.999995112, -1.78814886e-007, -0.999995708, -2.82779019e-014, 2.25931521e-014),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
| |
| 140 | Mesh = New("SpecialMesh",Handle,"Mesh",{Scale = Vector3.new(1, 0.300000012, 1),MeshId = "http://www.roblox.com/asset/?id=62246019",MeshType = Enum.MeshType.FileMesh,})
| |
| 141 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(0, 0.299985886, 0.200181961, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 142 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Bright yellow"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 2.20000029, 1),CFrame = CFrame.new(-12.0955343, 4.10011625, -5.69258547, 2.84772917e-014, 2.38418494e-007, 0.999999404, -5.30236933e-014, 0.999995112, -1.78814886e-007, -0.999995708, -2.82779019e-014, 2.25931521e-014),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
| |
| 143 | Mesh = New("SpecialMesh",Handle,"Mesh",{Scale = Vector3.new(1, 1.29999995, 0.699999988),MeshId = "http://www.roblox.com/asset/?id=62246019",MeshType = Enum.MeshType.FileMesh,})
| |
| 144 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(-0.100033283, -0.400004864, 0.400379181, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 145 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Bright yellow"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(-12.4959135, 4.81969833, -4.99263573, 0.999997079, 8.29022753e-008, -2.00805985e-007, -1.55751508e-007, 0.499995232, -0.866017103, 7.23185636e-008, 0.866019487, 0.499996632),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
| |
| 146 | Mesh = New("SpecialMesh",Handle,"Mesh",{Scale = Vector3.new(0.200000003, 0.400000006, 0.200000003),MeshId = "http://www.roblox.com/asset/?id=62246019",MeshType = Enum.MeshType.FileMesh,})
| |
| 147 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 0.999997377, -9.61465219e-008, 7.23187128e-008, 3.81991576e-008, 0.499996454, 0.866021335, -1.2337793e-007, -0.866019249, 0.499997705),C1 = CFrame.new(-0.799983025, 0.319577217, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 148 | Handle = New("Part",Hat,"Handle",{BrickColor = BrickColor.new("Bright yellow"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000033),CFrame = CFrame.new(-12.4959135, 4.61970377, -4.79262447, 0.965922832, 0.258818537, 2.52412946e-007, -0.249997854, 0.933003724, 0.258816749, 0.066986762, -0.249998495, 0.965919256),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.960784, 0.803922, 0.188235),})
| |
| 149 | Mesh = New("SpecialMesh",Handle,"Mesh",{Scale = Vector3.new(0.300000012, 0.800000012, 0.300000012),MeshId = "http://www.roblox.com/asset/?id=62246019",MeshType = Enum.MeshType.FileMesh,})
| |
| 150 | Weld = New("ManualWeld",Handle,"Weld",{Part0 = Handle,Part1 = AAPlaceHolder3,C0 = CFrame.new(0, 0, 0, 0.96592319, -0.249998406, 0.0669869035, 0.258818537, 0.933005989, -0.249999031, 2.29272956e-007, 0.258817375, 0.965921342),C1 = CFrame.new(-0.999994278, 0.119582653, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 151 | LeftLeg = New("Model",chara,"LeftLeg",{})
| |
| 152 | AAPlaceHolder6 = New("Part",LeftLeg,"AAPlaceHolder6",{BrickColor = BrickColor.new("Brick yellow"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(-12.4959135, 1.000054, -5.29262209, 2.19269047e-014, 1.49011839e-007, 0.999999702, 1.49011097e-008, 0.999997497, -1.19209844e-007, -0.999997795, 1.49011292e-008, 1.67088565e-014),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.843137, 0.772549, 0.603922),})
| |
| 153 | Weld = New("ManualWeld",AAPlaceHolder6,"Weld",{Part0 = AAPlaceHolder6,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, 2.19269047e-014, 1.49011097e-008, -0.999997795, 1.49011839e-007, 0.999997497, 1.49011292e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(-0.0074005127, 5.13195992e-005, 0.0040845871, 7.99365795e-014, -1.49013442e-008, -0.999991357, 8.94066318e-007, 0.999990165, -1.49013104e-008, 0.999998808, -7.74864873e-007, 8.14361328e-014),})
| |
| 154 | OutfitPart = New("Part",LeftLeg,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-12.4959135, 0.900063872, -5.29262209, 6.88827106e-010, 2.38419176e-007, 0.999999702, -1.8850967e-008, 0.999997497, -2.08616996e-007, -0.999997795, -1.88509581e-008, 6.8882744e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 155 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 156 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder6,C0 = CFrame.new(0, 0, 0, 6.88819168e-010, -1.88508817e-008, -0.999993563, 2.08615333e-007, 0.999991775, -1.88508444e-008, 0.999998212, -2.98032248e-008, 6.88802126e-010),C1 = CFrame.new(0, -0.0999903679, 0, 2.19269047e-014, 1.49011097e-008, -0.999997795, 1.49011839e-007, 0.999997497, 1.49011292e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 157 | OutfitPart = New("Part",LeftLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.00000012, 1, 1),CFrame = CFrame.new(-12.4959135, 1.50013804, -5.292624, 6.88824997e-010, 5.96053766e-008, 0.999999702, -1.88509635e-008, 0.999997556, -2.98035872e-008, -0.999997854, -1.88509581e-008, 6.88821999e-010),CanCollide = false,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 158 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 159 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder6,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0, 0.500082731, 0, 2.19269047e-014, 1.49011097e-008, -0.999997795, 1.49011839e-007, 0.999997497, 1.49011292e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 160 | OutfitPart = New("Part",LeftLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-12.4959135, 0.100042, -5.29262209, 6.88817114e-010, 1.78813281e-007, 0.999998808, -1.885088e-008, 0.999992251, -5.96054619e-008, -0.999993443, -1.88508515e-008, 6.88805013e-010),CanCollide = false,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 161 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 162 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder6,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0, -0.900014699, 0, 2.19269047e-014, 1.49011097e-008, -0.999997795, 1.49011839e-007, 0.999997497, 1.49011292e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 163 | OutfitPart = New("Part",LeftLeg,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(-12.4959135, 0.400039852, -5.29262209, 6.88827106e-010, 2.38419176e-007, 0.999999702, -1.8850967e-008, 0.999997497, -2.08616996e-007, -0.999997795, -1.88509581e-008, 6.8882744e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 164 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 165 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder6,C0 = CFrame.new(0, 0, 0, 6.88819168e-010, -1.88508817e-008, -0.999993563, 2.08615333e-007, 0.999991775, -1.88508444e-008, 0.999998212, -2.98032248e-008, 6.88802126e-010),C1 = CFrame.new(0, -0.60001564, 0, 2.19269047e-014, 1.49011097e-008, -0.999997795, 1.49011839e-007, 0.999997497, 1.49011292e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 166 | RightArm = New("Model",chara,"RightArm",{})
| |
| 167 | AAPlaceHolder5 = New("Part",RightArm,"AAPlaceHolder5",{BrickColor = BrickColor.new("Brick yellow"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(-12.4959135, 3.00057197, -7.29235411, 6.88815172e-010, 1.49011797e-007, 0.999999404, -1.88509617e-008, 0.999997258, -8.9407564e-008, -0.999997854, -1.88509492e-008, 6.88811008e-010),CanCollide = false,Color = Color3.new(0.843137, 0.772549, 0.603922),})
| |
| 168 | Weld = New("ManualWeld",AAPlaceHolder5,"Weld",{Part0 = AAPlaceHolder5,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(-0.00766372681, 0.000580072403, 0.00408267975, 6.88880009e-010, -1.88512939e-008, -1, 8.94075129e-007, 1, -1.88512956e-008, 1, -8.94075185e-007, 6.88896939e-010),})
| |
| 169 | OutfitPart = New("Part",RightArm,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.600000024, 1),CFrame = CFrame.new(-12.4959135, 3.70057392, -7.2923522, 6.88801294e-010, 2.98031964e-008, 0.999999702, -1.88509599e-008, 0.999997556, -1.45661261e-012, -0.999997854, -1.88509528e-008, 6.88797686e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 170 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
| |
| 171 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0, 0.700009108, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 172 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.637536, 2.76374221, -7.26729441, 0.00910931826, 0.999920189, -0.00851878803, 0.0669089854, -0.00910920184, -0.997709394, -0.997710705, 0.00851855241, -0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 173 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 174 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, 0.999921381, -0.00910931174, 0.00851858966, -0.00851873774, -0.997714877, -0.0669870675),C1 = CFrame.new(-0.0250597, -0.236830711, -2.1416235, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 175 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.0388832, 2.56786203, -7.28413916, -0.00910931826, 0.999920189, 0.00851878803, -0.0669089854, -0.00910920184, 0.997709394, 0.997710705, 0.00851855241, 0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 176 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 177 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, 0.999921381, -0.00910931174, 0.00851858966, 0.00851873774, 0.997714877, 0.0669870675),C1 = CFrame.new(-0.00821495056, -0.432711363, -2.54297161, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 178 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(-15.4451408, 1.87315285, -7.33443213, -0.00910931826, -0.00851878803, 0.999920189, -0.0669089854, -0.997709394, -0.00910920184, 0.997710705, -0.0669867843, 0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 179 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 180 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, -0.00851873774, -0.997714877, -0.0669870675, 0.999921381, -0.00910931174, 0.00851858966),C1 = CFrame.new(0.0420780182, -1.12742245, -2.94922924, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 181 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(-15.4402561, 2.47172093, -7.29420996, 0.00910931826, 0.00851878803, 0.999920189, 0.0669089854, 0.997709394, -0.00910920184, -0.997710705, 0.0669867843, 0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 182 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 183 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, 0.00851873774, 0.997714877, 0.0669870675, 0.999921381, -0.00910931174, 0.00851858966),C1 = CFrame.new(0.00185585022, -0.528852701, -2.94434452, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 184 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.647294, 1.5665766, -7.34773588, -0.00910931826, 0.999920189, 0.00851878803, -0.0669089854, -0.00910920184, 0.997709394, 0.997710705, 0.00851855241, 0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 185 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 186 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, 0.999921381, -0.00910931174, 0.00851858966, 0.00851873774, 0.997714877, 0.0669870675),C1 = CFrame.new(0.0553817749, -1.43399954, -2.15138149, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 187 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-9.64240837, 2.21939516, -7.25826025, -0.00910931826, 0.00851878803, -0.999920189, -0.0669089854, 0.997709394, 0.00910920184, 0.997710705, 0.0669867843, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 188 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 189 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, 0.00851873774, 0.997714877, 0.0669870675, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(-0.0340938568, -0.781178713, 2.85350704, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 190 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-9.64339638, 2.01987743, -7.27162504, 0.00910931826, -0.00851878803, -0.999920189, 0.0669089854, -0.997709394, 0.00910920184, -0.997710705, -0.0669867843, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 191 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 192 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, -0.00851873774, -0.997714877, -0.0669870675, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(-0.0207290649, -0.980696917, 2.85251904, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 193 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-15.8387585, 2.57515478, -7.29091406, -0.00910931826, -0.999920189, -0.00851878803, -0.0669089854, 0.00910920184, -0.997709394, 0.997710705, -0.00851855241, -0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 194 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 195 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, -0.999921381, 0.00910931174, -0.00851858966, -0.00851873774, -0.997714877, -0.0669870675),C1 = CFrame.new(-0.00144004822, -0.425418615, -3.34284687, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 196 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.8387108, 2.56603003, -7.28243017, 0.00910931826, -0.999920189, 0.00851878803, 0.0669089854, 0.00910920184, 0.997709394, -0.997710705, -0.00851855241, 0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 197 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 198 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966, 0.00851873774, 0.997714877, 0.0669870675),C1 = CFrame.new(-0.00992393494, -0.434543371, -2.34279919, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 199 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.2371368, 2.76920509, -7.27242041, -0.00910931826, -0.999920189, -0.00851878803, -0.0669089854, 0.00910920184, -0.997709394, 0.997710705, -0.00851855241, -0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 200 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 201 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, -0.999921381, 0.00910931174, -0.00851858966, -0.00851873774, -0.997714877, -0.0669870675),C1 = CFrame.new(-0.0199337006, -0.231367826, -2.74122524, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 202 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000036, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.2449341, 1.87133789, -7.33272314, -0.00851878803, -0.00910931826, -0.999920189, -0.997709394, -0.0669089854, 0.00910920184, -0.0669867843, 0.997710705, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 203 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00851873774, -0.997714877, -0.0669870675, -0.00910932571, -0.0669093579, 0.997714996, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(0.0403690338, -1.12923741, -2.74902248, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 204 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.240057, 2.46992183, -7.29249907, 0.00851878803, 0.00910931826, -0.999920189, 0.997709394, 0.0669089854, 0.00910920184, 0.0669867843, -0.997710705, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 205 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00851873774, 0.997714877, 0.0669870675, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(0.000144958496, -0.530651808, -2.74414539, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 206 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.8445597, 1.96749949, -7.32259035, 0.00910931826, -0.999920189, 0.00851878803, 0.0669089854, 0.00910920184, 0.997709394, -0.997710705, -0.00851855241, 0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 207 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 208 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966, 0.00851873774, 0.997714877, 0.0669870675),C1 = CFrame.new(0.0302362442, -1.03307557, -2.34864712, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 209 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000036, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6394739, 2.4644587, -7.28743505, 0.00851878803, 0.00910931826, -0.999920189, 0.997709394, 0.0669089854, 0.00910920184, 0.0669867843, -0.997710705, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 210 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00851873774, 0.997714877, 0.0669870675, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(-0.00491905212, -0.536114931, -2.14356136, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 211 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000036, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.6453466, 1.86587393, -7.32759619, -0.00851878803, -0.00910931826, -0.999920189, -0.997709394, -0.0669089854, 0.00910920184, -0.0669867843, 0.997710705, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 212 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00851873774, -0.997714877, -0.0669870675, -0.00910932571, -0.0669093579, 0.997714996, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(0.0352420807, -1.13470137, -2.14943409, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 213 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.0437822, 1.96929646, -7.32430029, -0.00910931826, 0.999920189, 0.00851878803, -0.0669089854, -0.00910920184, 0.997709394, 0.997710705, 0.00851855241, 0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 214 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 215 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, 0.999921381, -0.00910931174, 0.00851858966, 0.00851873774, 0.997714877, 0.0669870675),C1 = CFrame.new(0.0319461823, -1.03127861, -2.54786968, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 216 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-14.9373417, 2.76647305, -7.26985502, 0.00851878803, 0.00910931826, -0.999920189, 0.997709394, 0.0669089854, 0.00910920184, 0.0669867843, -0.997710705, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 217 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00851873774, 0.997714877, 0.0669870675, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(-0.0224990845, -0.234099865, -2.44143009, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 218 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.8455477, 1.76793444, -7.33601904, -0.00910931826, -0.999920189, -0.00851878803, -0.0669089854, 0.00910920184, -0.997709394, 0.997710705, -0.00851855241, -0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 219 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 220 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, -0.999921381, 0.00910931174, -0.00851858966, -0.00851873774, -0.997714877, -0.0669870675),C1 = CFrame.new(0.0436649323, -1.2326411, -2.34963512, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 221 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.0457182, 1.7697494, -7.33772802, 0.00910931826, 0.999920189, -0.00851878803, 0.0669089854, -0.00910920184, -0.997709394, -0.997710705, 0.00851855241, -0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 222 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 223 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, 0.999921381, -0.00910931174, 0.00851858966, -0.00851873774, -0.997714877, -0.0669870675),C1 = CFrame.new(0.0453739166, -1.23082614, -2.54980564, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 224 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-14.9471216, 1.56930757, -7.35024023, -0.00851878803, -0.00910931826, -0.999920189, -0.997709394, -0.0669089854, 0.00910920184, -0.0669867843, 0.997710705, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 225 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00851873774, -0.997714877, -0.0669870675, -0.00910932571, -0.0669093579, 0.997714996, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(0.0578861237, -1.43126857, -2.45120907, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 226 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.0408592, 2.36834621, -7.29750395, 0.00910931826, 0.999920189, -0.00851878803, 0.0669089854, -0.00910920184, -0.997709394, -0.997710705, 0.00851855241, -0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 227 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 228 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, 0.999921381, -0.00910931174, 0.00851858966, -0.00851873774, -0.997714877, -0.0669870675),C1 = CFrame.new(0.00514984131, -0.632227659, -2.54494762, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 229 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-15.2478828, 1.57204056, -7.35280275, 0.00910931826, -0.999920189, 0.00851878803, 0.0669089854, 0.00910920184, 0.997709394, -0.997710705, -0.00851855241, 0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 230 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 231 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966, 0.00851873774, 0.997714877, 0.0669870675),C1 = CFrame.new(0.0604486465, -1.42853558, -2.75197124, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 232 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-14.840662, 2.36651731, -7.29579496, -0.00910931826, -0.999920189, -0.00851878803, -0.0669089854, 0.00910920184, -0.997709394, 0.997710705, -0.00851855241, -0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 233 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 234 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, -0.00910932571, -0.0669093579, 0.997714996, -0.999921381, 0.00910931174, -0.00851858966, -0.00851873774, -0.997714877, -0.0669870675),C1 = CFrame.new(0.00344085693, -0.634056568, -2.3447504, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 235 | LavateinPart = New("Part",RightArm,"LavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-15.8455944, 1.7770884, -7.34456396, 0.00910931826, -0.999920189, 0.00851878803, 0.0669089854, 0.00910920184, 0.997709394, -0.997710705, -0.00851855241, 0.0669867843),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 236 | Mesh = New("SpecialMesh",LavateinPart,"Mesh",{MeshType = Enum.MeshType.Wedge,})
| |
| 237 | Weld = New("ManualWeld",LavateinPart,"Weld",{Part0 = LavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966, 0.00851873774, 0.997714877, 0.0669870675),C1 = CFrame.new(0.0522098541, -1.22348726, -3.34968281, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 238 | MainLavateinPart = New("Part",RightArm,"MainLavateinPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.200000003, 6.20000076),CFrame = CFrame.new(-13.0427895, 2.15063047, -7.29390478, 0.00851878803, 0.00910931826, -0.999920189, 0.997709394, 0.0669089854, 0.00910920184, 0.0669867843, -0.997710705, -0.00851855241),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 239 | Weld = New("ManualWeld",MainLavateinPart,"Weld",{Part0 = MainLavateinPart,Part1 = AAPlaceHolder5,C0 = CFrame.new(0, 0, 0, 0.00851873774, 0.997714877, 0.0669870675, 0.00910932571, 0.0669093579, -0.997714996, -0.999921381, 0.00910931174, -0.00851858966),C1 = CFrame.new(0.00155067444, -0.849943876, -0.546875954, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),})
| |
| 240 | LeftArm = New("Model",chara,"LeftArm",{})
| |
| 241 | AAPlaceHolder2 = New("Part",LeftArm,"AAPlaceHolder2",{BrickColor = BrickColor.new("Brick yellow"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(-12.4959135, 3.00011396, -4.29262304, 1.97064587e-014, 1.49011825e-007, 0.999999702, -1.41287433e-014, 0.999997437, -1.19209844e-007, -0.999997735, -1.75582857e-015, 1.67088565e-014),CanCollide = false,Color = Color3.new(0.843137, 0.772549, 0.603922),})
| |
| 242 | Weld = New("ManualWeld",AAPlaceHolder2,"Weld",{Part0 = AAPlaceHolder2,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, 1.97064587e-014, -1.41287433e-014, -0.999997735, 1.49011825e-007, 0.999997437, -1.75582857e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(-0.00741672516, 0.000129699707, 0.00408172607, 9.32592016e-014, -3.23449004e-013, -0.999991298, 8.94066261e-007, 0.999990106, -2.73957289e-013, 0.999998808, -7.74864873e-007, 8.14361328e-014),})
| |
| 243 | OutfitPart = New("Part",LeftArm,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.600000024, 1),CFrame = CFrame.new(-12.4959135, 3.70009995, -4.29262495, 6.8880307e-010, 5.96054122e-008, 0.999999702, -1.88509599e-008, 0.999997556, -2.98036085e-008, -0.999997854, -1.88509528e-008, 6.88800017e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 244 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.04999995, 1.04999995, 1.04999995),})
| |
| 245 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder2,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0, 0.699993134, 0, 1.97064587e-014, -1.41287433e-014, -0.999997735, 1.49011825e-007, 0.999997437, -1.75582857e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 246 | Torso = New("Model",chara,"Torso",{})
| |
| 247 | AAPlaceHolder1 = New("Part",Torso,"AAPlaceHolder1",{BrickColor = BrickColor.new("Brick yellow"),Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(-12.4959135, 3.00009799, -5.79261875, 1.96509475e-014, 1.49011839e-007, 0.999999702, -1.59051002e-014, 0.999997556, -1.19209844e-007, -0.999997854, -3.53218541e-015, 1.67088565e-014),CanCollide = false,BackSurface = Enum.SurfaceType.Weld,BottomSurface = Enum.SurfaceType.Weld,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,Color = Color3.new(0.843137, 0.772549, 0.603922),})
| |
| 248 | Weld = New("ManualWeld",AAPlaceHolder1,"Weld",{Part0 = AAPlaceHolder1,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(-0.00740814209, 0.000116825104, 0.00408267975, 9.32036973e-014, -3.25225361e-013, -0.999991417, 8.94066375e-007, 0.999990225, -2.75733646e-013, 0.999998808, -7.74864873e-007, 8.14361328e-014),})
| |
| 249 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.600000024, 1),CFrame = CFrame.new(-12.4959135, 3.70011997, -6.69257879, 6.88817059e-010, 1.78813295e-007, 0.999998808, -1.88508817e-008, 0.999992371, -5.9605469e-008, -0.999993563, -1.88508551e-008, 6.88805069e-010),CanCollide = false,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 250 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1, 1.04999995, 1.04999995),})
| |
| 251 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0.899963379, 0.700024366, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 252 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.60000014, 0.600000024, 1),CFrame = CFrame.new(-12.4959135, 3.70010495, -5.79261875, 6.88817059e-010, 1.78813295e-007, 0.999998808, -1.88508817e-008, 0.999992371, -5.9605469e-008, -0.999993563, -1.88508551e-008, 6.88805069e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 253 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1, 1.04999995, 1.04999995),})
| |
| 254 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0, 0.700008392, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 255 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.00000024, 1.20000005, 1),CFrame = CFrame.new(-12.4959135, 2.80011511, -5.79256105, 6.88826995e-010, 2.38419176e-007, 0.999999702, -1.88509635e-008, 0.999997556, -2.08616996e-007, -0.999997854, -1.88509581e-008, 6.88827384e-010),CanCollide = false,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 256 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1, 1.04999995, 1.04999995),})
| |
| 257 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 6.88819168e-010, -1.88508817e-008, -0.999993563, 2.08615333e-007, 0.999991775, -1.88508444e-008, 0.999998212, -2.98032248e-008, 6.88802126e-010),C1 = CFrame.new(-5.76972961e-005, -0.199983358, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 258 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.600000024, 1),CFrame = CFrame.new(-12.4959135, 3.70011997, -4.89260292, 6.88817059e-010, 1.78813295e-007, 0.999998808, -1.88508817e-008, 0.999992371, -5.9605469e-008, -0.999993563, -1.88508551e-008, 6.88805069e-010),CanCollide = false,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 259 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1, 1.04999995, 1.04999995),})
| |
| 260 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(-0.900017738, 0.700024366, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 261 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(2.00000024, 0.200000003, 1),CFrame = CFrame.new(-12.4959135, 2.100137, -5.79261875, 6.88817059e-010, 1.78813295e-007, 0.999998808, -1.88508817e-008, 0.999992371, -5.9605469e-008, -0.999993563, -1.88508551e-008, 6.88805069e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 262 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1, 1.04999995, 1.04999995),})
| |
| 263 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0, -0.899963856, 0, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 264 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.200000003, 0.400000036),CFrame = CFrame.new(-12.9959135, 3.90011597, -5.79256105, 6.88817059e-010, 1.78813295e-007, 0.999998808, -1.88508817e-008, 0.999992371, -5.9605469e-008, -0.999993563, -1.88508551e-008, 6.88805069e-010),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
| |
| 265 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.699999988, 1.20000005, 0.300000012),MeshType = Enum.MeshType.Sphere,})
| |
| 266 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(-5.76972961e-005, 0.900019646, -0.5, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 267 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.9959135, 3.7001214, -5.69258642, -0.999999702, 2.98031964e-008, 6.88801294e-010, 1.45661261e-012, 0.999997556, -1.88509599e-008, -6.88797686e-010, -1.88509528e-008, -0.999997854),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
| |
| 268 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.200000003, 3, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 269 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -0.999998212, 2.98032248e-008, -6.88802126e-010, 2.08615333e-007, 0.999991775, -1.88508444e-008, 6.88819168e-010, -1.88508817e-008, -0.999993563),C1 = CFrame.new(-0.10003233, 0.700025082, -0.5, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 270 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Bright yellow"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(-12.9959135, 3.7001214, -5.89259577, 0.999999702, 2.98031964e-008, -6.88801294e-010, -1.45661261e-012, 0.999997556, 1.88509599e-008, 6.88797686e-010, -1.88509528e-008, 0.999997854),CanCollide = false,Color = Color3.new(0.960784, 0.803922, 0.188235),})
| |
| 271 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.200000003, 3, 1),MeshType = Enum.MeshType.Wedge,})
| |
| 272 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 0.999998212, -2.98032248e-008, 6.88802126e-010, 2.08615333e-007, 0.999991775, -1.88508444e-008, -6.88819168e-010, 1.88508817e-008, 0.999993563),C1 = CFrame.new(0.0999770164, 0.700025082, -0.5, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 273 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Really blue"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953495, 3.79868555, -8.63738346, 7.03099374e-008, 2.35202478e-007, 0.999999702, 0.258817524, 0.965923727, -2.15583484e-007, -0.965924084, 0.258817554, 7.03952807e-009),CanCollide = false,Color = Color3.new(0, 0, 1),})
| |
| 274 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 275 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 6.25961718e-008, 0.258816421, -0.965919495, 2.06413972e-007, 0.965917587, 0.258816957, 0.999998212, -3.67695776e-008, 7.03942504e-009),C1 = CFrame.new(2.84477091, 0.798589468, 0.600564003, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 276 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Lime green"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953514, 4.57463217, -0.049762249, -1.16137841e-007, 4.0305838e-007, 0.999999702, -0.258817315, 0.965923786, -3.89580634e-007, -0.965924144, -0.258817345, -7.86182763e-009),CanCollide = false,Color = Color3.new(0, 1, 0),})
| |
| 277 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 278 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -1.08423734e-007, -0.258816272, -0.965919793, 3.7426824e-007, 0.965918064, -0.258816689, 0.99999851, -2.40568028e-007, -7.86165266e-009),C1 = CFrame.new(-5.7428689, 1.57453823, 0.600562096, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 279 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("New Yeller"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953514, 4.41935825, -0.629346371, -1.16137841e-007, 4.0305838e-007, 0.999999702, -0.258817315, 0.965923786, -3.89580634e-007, -0.965924144, -0.258817345, -7.86182763e-009),CanCollide = false,Color = Color3.new(1, 1, 0),})
| |
| 280 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 281 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -1.08423734e-007, -0.258816272, -0.965919793, 3.7426824e-007, 0.965918064, -0.258816689, 0.99999851, -2.40568028e-007, -7.86165266e-009),C1 = CFrame.new(-5.16328335, 1.41926384, 0.600562096, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 282 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Royal purple"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953505, 3.9534874, -2.36804008, -1.16137841e-007, 4.0305838e-007, 0.999999702, -0.258817315, 0.965923786, -3.89580634e-007, -0.965924144, -0.258817345, -7.86182763e-009),CanCollide = false,Color = Color3.new(0.384314, 0.145098, 0.819608),})
| |
| 283 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 284 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -1.08423734e-007, -0.258816272, -0.965919793, 3.7426824e-007, 0.965918064, -0.258816689, 0.99999851, -2.40568028e-007, -7.86165266e-009),C1 = CFrame.new(-3.42458606, 0.95339179, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 285 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Pink"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953514, 4.10877419, -1.78845406, -1.16137841e-007, 4.0305838e-007, 0.999999702, -0.258817315, 0.965923786, -3.89580634e-007, -0.965924144, -0.258817345, -7.86182763e-009),CanCollide = false,Color = Color3.new(1, 0.4, 0.8),})
| |
| 286 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 287 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -1.08423734e-007, -0.258816272, -0.965919793, 3.7426824e-007, 0.965918064, -0.258816689, 0.99999851, -2.40568028e-007, -7.86165266e-009),C1 = CFrame.new(-4.00417328, 1.10867882, 0.600562096, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 288 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Deep orange"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953514, 4.26405716, -1.20886898, -1.16137841e-007, 4.0305838e-007, 0.999999702, -0.258817315, 0.965923786, -3.89580634e-007, -0.965924144, -0.258817345, -7.86182763e-009),CanCollide = false,Color = Color3.new(1, 0.686275, 0),})
| |
| 289 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 290 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -1.08423734e-007, -0.258816272, -0.965919793, 3.7426824e-007, 0.965918064, -0.258816689, 0.99999851, -2.40568028e-007, -7.86165266e-009),C1 = CFrame.new(-4.58375978, 1.26396227, 0.600562096, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 291 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(-11.8953505, 5.31642437, 0.786748409, -5.30386295e-008, 1.73988013e-007, 0.999998808, -0.258816987, 0.965918303, -6.25790904e-008, -0.965919554, -0.258817285, -6.19996365e-009),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 292 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
| |
| 293 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -4.5325443e-008, -0.258818239, -0.965923727, 1.4520198e-007, 0.965923071, -0.258818418, 0.999999404, -9.23812067e-008, -6.19998763e-009),C1 = CFrame.new(-6.57938147, 2.31633234, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 294 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(6.19999886, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.58525896, -9.25480843, 7.80234188e-008, 3.1746788e-007, 0.999999702, 0.258817434, 0.965923786, -2.97041993e-007, -0.965924084, 0.258817494, -6.80154155e-009),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 295 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
| |
| 296 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 7.03096106e-008, 0.258816391, -0.965919733, 2.88678649e-007, 0.965918064, 0.258816779, 0.99999851, -1.48029926e-007, -6.80152068e-009),C1 = CFrame.new(3.46219683, 1.58516502, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 297 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(6.19999886, 0.200000003, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.5848031, -2.33011961, -8.38925587e-008, 3.16696742e-007, 0.999999702, -0.258817434, 0.965923786, -2.97816143e-007, -0.965924084, -0.258817494, 9.32815603e-010),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 298 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
| |
| 299 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -7.61786936e-008, -0.258816391, -0.965919733, 2.87907511e-007, 0.965918064, -0.258816808, 0.99999851, -1.48804162e-007, 9.32856459e-010),C1 = CFrame.new(-3.46250653, 1.58470917, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 300 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Toothpaste"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.72993946, 0.529752254, -1.08423322e-007, 3.74266051e-007, 0.999999404, -0.258817613, 0.965921164, -3.29970447e-007, -0.96592176, -0.258817703, -7.86176013e-009),CanCollide = false,Color = Color3.new(0, 1, 1),})
| |
| 301 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 302 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -1.00710153e-007, -0.258818865, -0.965925932, 3.45480061e-007, 0.965925932, -0.258818835, 1, -3.59773878e-007, -7.86179122e-009),C1 = CFrame.new(-6.32238436, 1.72984552, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 303 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Really blue"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953495, 3.79821682, -2.94753981, -1.08423322e-007, 3.74266051e-007, 0.999999404, -0.258817613, 0.965921164, -3.29970447e-007, -0.96592176, -0.258817703, -7.86176013e-009),CanCollide = false,Color = Color3.new(0, 0, 1),})
| |
| 304 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 305 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -1.00710153e-007, -0.258818865, -0.965925932, 3.45480061e-007, 0.965925932, -0.258818835, 1, -3.59773878e-007, -7.86179122e-009),C1 = CFrame.new(-2.84508514, 0.798120975, 0.600564003, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 306 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Lime green"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.57511139, -11.5351543, 1.08875994e-007, 3.79133155e-007, 0.999999404, 0.258816928, 0.965921402, -3.34788865e-007, -0.965921998, 0.258817047, 7.03956848e-009),CanCollide = false,Color = Color3.new(0, 1, 0),})
| |
| 307 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 308 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 1.01162833e-007, 0.258818179, -0.96592617, 3.50347193e-007, 0.96592617, 0.258818179, 1, -3.64592296e-007, 7.03960135e-009),C1 = CFrame.new(5.74254751, 1.57501745, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 309 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Black"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(-11.8953505, 5.31689644, -12.3716755, 5.48828574e-008, 1.7762747e-007, 0.999998808, 0.258816659, 0.965918362, -6.65718147e-008, -0.965919614, 0.258816957, 7.03943082e-009),CanCollide = false,Color = Color3.new(0.105882, 0.164706, 0.207843),})
| |
| 310 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{})
| |
| 311 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 4.71696779e-008, 0.258817911, -0.965923786, 1.48841423e-007, 0.965923131, 0.25881809, 0.999999404, -9.63739453e-008, 7.03946368e-009),C1 = CFrame.new(6.57907152, 2.31680441, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 312 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Toothpaste"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.73039246, -12.1146736, 1.08875994e-007, 3.79133155e-007, 0.999999404, 0.258816928, 0.965921402, -3.34788865e-007, -0.965921998, 0.258817047, 7.03956848e-009),CanCollide = false,Color = Color3.new(0, 1, 1),})
| |
| 313 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 314 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 1.01162833e-007, 0.258818179, -0.96592617, 3.50347193e-007, 0.96592617, 0.258818179, 1, -3.64592296e-007, 7.03960135e-009),C1 = CFrame.new(6.32206774, 1.73029852, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 315 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("New Yeller"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.41982555, -10.9555464, 1.08875994e-007, 3.79133155e-007, 0.999999404, 0.258816928, 0.965921402, -3.34788865e-007, -0.965921998, 0.258817047, 7.03956848e-009),CanCollide = false,Color = Color3.new(1, 1, 0),})
| |
| 316 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 317 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 1.01162833e-007, 0.258818179, -0.96592617, 3.50347193e-007, 0.96592617, 0.258818179, 1, -3.64592296e-007, 7.03960135e-009),C1 = CFrame.new(5.16293859, 1.41973114, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 318 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Deep orange"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.26454258, -10.3759689, 1.08875994e-007, 3.79133155e-007, 0.999999404, 0.258816928, 0.965921402, -3.34788865e-007, -0.965921998, 0.258817047, 7.03956848e-009),CanCollide = false,Color = Color3.new(1, 0.686275, 0),})
| |
| 319 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 320 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 1.01162833e-007, 0.258818179, -0.96592617, 3.50347193e-007, 0.96592617, 0.258818179, 1, -3.64592296e-007, 7.03960135e-009),C1 = CFrame.new(4.5833602, 1.26444769, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 321 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Toothpaste"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953495, 3.64292669, -3.52712107, -6.98572009e-008, 2.30335417e-007, 0.999999702, -0.258818239, 0.965923607, -2.10765137e-007, -0.965923846, -0.258818299, -7.86172194e-009),CanCollide = false,Color = Color3.new(0, 1, 1),})
| |
| 322 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 323 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, -6.21434282e-008, -0.258817166, -0.965919375, 2.01546953e-007, 0.965917349, -0.258817703, 0.999998212, -3.19512843e-008, -7.86165444e-009),C1 = CFrame.new(-2.26550245, 0.642830372, 0.600564003, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 324 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Royal purple"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-11.8953495, 3.95397377, -9.21696472, 1.08875994e-007, 3.79133155e-007, 0.999999404, 0.258816928, 0.965921402, -3.34788865e-007, -0.965921998, 0.258817047, 7.03956848e-009),CanCollide = false,Color = Color3.new(0.384314, 0.145098, 0.819608),})
| |
| 325 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 326 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 1.01162833e-007, 0.258818179, -0.96592617, 3.50347193e-007, 0.96592617, 0.258818179, 1, -3.64592296e-007, 7.03960135e-009),C1 = CFrame.new(3.42435312, 0.953878164, 0.600564003, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 327 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Pink"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1, 0.200000003),CFrame = CFrame.new(-11.8953505, 4.10925865, -9.79645348, 1.08875994e-007, 3.79133155e-007, 0.999999404, 0.258816928, 0.965921402, -3.34788865e-007, -0.965921998, 0.258817047, 7.03956848e-009),CanCollide = false,Color = Color3.new(1, 0.4, 0.8),})
| |
| 328 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 329 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 1.01162833e-007, 0.258818179, -0.96592617, 3.50347193e-007, 0.96592617, 0.258818179, 1, -3.64592296e-007, 7.03960135e-009),C1 = CFrame.new(4.00384378, 1.10916376, 0.600563049, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 330 | OutfitPart = New("Part",Torso,"OutfitPart",{BrickColor = BrickColor.new("Toothpaste"),Reflectance = 0.30000001192093,FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.200000003, 1.00000024, 0.200000003),CFrame = CFrame.new(-11.8953495, 3.64338994, -8.0578537, 1.08875994e-007, 3.79133155e-007, 0.999999404, 0.258816928, 0.965921402, -3.34788865e-007, -0.965921998, 0.258817047, 7.03956848e-009),CanCollide = false,Color = Color3.new(0, 1, 1),})
| |
| 331 | Mesh = New("SpecialMesh",OutfitPart,"Mesh",{Scale = Vector3.new(0.400000006, 0.800000012, 0.400000006),MeshId = "http://www.roblox.com/Asset/?id=9756362",MeshType = Enum.MeshType.FileMesh,})
| |
| 332 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder1,C0 = CFrame.new(0, 0, 0, 1.01162833e-007, 0.258818179, -0.96592617, 3.50347193e-007, 0.96592617, 0.258818179, 1, -3.64592296e-007, 7.03960135e-009),C1 = CFrame.new(2.26523924, 0.643293619, 0.600564003, 1.96509475e-014, -1.59051002e-014, -0.999997854, 1.49011839e-007, 0.999997556, -3.53218541e-015, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 333 | RightLeg = New("Model",chara,"RightLeg",{})
| |
| 334 | AAPlaceHolder4 = New("Part",RightLeg,"AAPlaceHolder4",{BrickColor = BrickColor.new("Brick yellow"),FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(-12.4959135, 1.00000894, -6.2926178, 1.74860126e-014, 1.49011839e-007, 0.999999702, -1.49011434e-008, 0.999997497, -1.19209844e-007, -0.999997795, -1.49011337e-008, 1.67088565e-014),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.843137, 0.772549, 0.603922),})
| |
| 335 | Weld = New("ManualWeld",AAPlaceHolder4,"Weld",{Part0 = AAPlaceHolder4,Part1 = chara["Right Leg"],C0 = CFrame.new(0, 0, 0, 1.74860126e-014, -1.49011434e-008, -0.999997795, 1.49011839e-007, 0.999997497, -1.49011337e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),C1 = CFrame.new(-0.00740480423, 5.42402267e-006, 0.0040845871, 1.0658183e-013, 1.49006913e-008, -0.999991357, 8.94066318e-007, 0.999990165, 1.49007615e-008, 0.999998808, -7.74864873e-007, 8.14361328e-014),})
| |
| 336 | OutfitPart = New("Part",RightLeg,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-12.4959135, 0.900064766, -6.2926178, 6.88827106e-010, 2.38419176e-007, 0.999999702, -1.88509635e-008, 0.999997497, -2.08616996e-007, -0.999997795, -1.88509546e-008, 6.8882744e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 337 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 338 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder4,C0 = CFrame.new(0, 0, 0, 6.88819168e-010, -1.88508817e-008, -0.999993563, 2.08615333e-007, 0.999991775, -1.88508444e-008, 0.999998212, -2.98032248e-008, 6.88802126e-010),C1 = CFrame.new(0, -0.0999444127, 0, 1.74860126e-014, -1.49011434e-008, -0.999997795, 1.49011839e-007, 0.999997497, -1.49011337e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 339 | OutfitPart = New("Part",RightLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1.00000012, 1, 1),CFrame = CFrame.new(-12.4959135, 1.50024605, -6.29255581, 6.88805402e-010, 2.08616214e-007, 0.999999702, -1.88509297e-008, 0.999997556, -1.78814105e-007, -0.999997854, -1.88509208e-008, 6.88805069e-010),CanCollide = false,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 340 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 341 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder4,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(-5.7220459e-005, 0.500234663, 0, 1.74860126e-014, -1.49011434e-008, -0.999997795, 1.49011839e-007, 0.999997497, -1.49011337e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 342 | OutfitPart = New("Part",RightLeg,"OutfitPart",{BrickColor = BrickColor.new("Pastel orange"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(-12.4959135, 0.400041282, -6.2926178, 6.88827106e-010, 2.38419176e-007, 0.999999702, -1.88509635e-008, 0.999997497, -2.08616996e-007, -0.999997795, -1.88509546e-008, 6.8882744e-010),CanCollide = false,Color = Color3.new(1, 0.788235, 0.788235),})
| |
| 343 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 344 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder4,C0 = CFrame.new(0, 0, 0, 6.88819168e-010, -1.88508817e-008, -0.999993563, 2.08615333e-007, 0.999991775, -1.88508444e-008, 0.999998212, -2.98032248e-008, 6.88802126e-010),C1 = CFrame.new(0, -0.599969149, 0, 1.74860126e-014, -1.49011434e-008, -0.999997795, 1.49011839e-007, 0.999997497, -1.49011337e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 345 | OutfitPart = New("Part",RightLeg,"OutfitPart",{BrickColor = BrickColor.new("Bright red"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-12.4959135, 0.100042, -6.2926178, 6.88817114e-010, 1.78813281e-007, 0.999998808, -1.885088e-008, 0.999992251, -5.96054619e-008, -0.999993443, -1.88508515e-008, 6.88805013e-010),CanCollide = false,Color = Color3.new(0.768628, 0.156863, 0.109804),})
| |
| 346 | Mesh = New("BlockMesh",OutfitPart,"Mesh",{Scale = Vector3.new(1.10000002, 1, 1.10000002),})
| |
| 347 | Weld = New("ManualWeld",OutfitPart,"Weld",{Part0 = OutfitPart,Part1 = AAPlaceHolder4,C0 = CFrame.new(0, 0, 0, 6.88815172e-010, -1.88509617e-008, -0.999997854, 1.49011797e-007, 0.999997258, -1.88509492e-008, 0.999999404, -8.9407564e-008, 6.88811008e-010),C1 = CFrame.new(0, -0.899968743, 0, 1.74860126e-014, -1.49011434e-008, -0.999997795, 1.49011839e-007, 0.999997497, -1.49011337e-008, 0.999999702, -1.19209844e-007, 1.67088565e-014),})
| |
| 348 | ||
| 349 | ch = chara:GetChildren() | |
| 350 | for i = 1, #ch do | |
| 351 | if ch[i].ClassName == "Part" then | |
| 352 | ch[i].Transparency = 1 | |
| 353 | if ch[i].Name == "Torso" then | |
| 354 | ch[i].roblox.Transparency = 1 | |
| 355 | end | |
| 356 | if ch[i].Name == "Head" then | |
| 357 | ch[i].face.Transparency = 1 | |
| 358 | end | |
| 359 | elseif ch[i].ClassName == "Accessory" then | |
| 360 | ch[i]:Destroy() | |
| 361 | end | |
| 362 | end | |
| 363 | ||
| 364 | --Sounds-- | |
| 365 | SlashSnd = New("Sound",tool,"SlashSnd",{SoundId = "http://www.roblox.com/asset/?id=536642316", Volume = 1})
| |
| 366 | HitSnd = New("Sound",tool,"HitSnd",{SoundId = "http://www.roblox.com/asset/?id=356659053", Volume = 1})
| |
| 367 | LaserSnd = New("Sound",tool,"LaserSnd",{SoundId = "http://www.roblox.com/asset/?id=415700134", Volume = 1})
| |
| 368 | ShootSnd = New("Sound",tool,"ShootSnd",{SoundId = "http://www.roblox.com/asset/?id=200633327", Volume = 1})
| |
| 369 | TeleSnd = New("Sound",tool,"TeleSnd",{SoundId = "http://www.roblox.com/asset/?id=153613030", Volume = 1})
| |
| 370 | SJumpSnd = New("Sound",tool,"SJumpSnd",{SoundId = "http://www.roblox.com/asset/?id=169445602", Volume = 1})
| |
| 371 | ExplSnd = New("Sound",tool,"ExplSnd",{SoundId = "http://www.roblox.com/asset/?id=142070127", Volume = 1})
| |
| 372 | ShieldSnd = New("Sound",tool,"ShieldSnd",{SoundId = "http://www.roblox.com/asset/?id=187933025", Volume = 1})
| |
| 373 | GongSnd = New("Sound",tool,"GongSnd",{SoundId = "http://www.roblox.com/asset/?id=96098241", Volume = 1})
| |
| 374 | Snd = New("Sound",tool,"Snd",{SoundId = "http://www.roblox.com/asset/?id=", Volume = 1})
| |
| 375 | ||
| 376 | Music = New("Sound",tool,"Music",{SoundId = "http://www.roblox.com/asset/?id=143610978", Volume = 1, Looped = true})
| |
| 377 | Music:play() | |
| 378 | music = 1 | |
| 379 | --Animations-- | |
| 380 | IdleA = New("Animation",tool,"Idle",{AnimationId = "http://www.roblox.com/Asset?ID=94108418",})
| |
| 381 | SlashLeftA = New("Animation",tool,"SlashL",{AnimationId = "http://www.roblox.com/Asset?ID=218504594",})
| |
| 382 | SlashRightA = New("Animation",tool,"SlashR",{AnimationId = "http://www.roblox.com/asset/?id=186934910",})
| |
| 383 | SlashDownA = New("Animation",tool,"SlashD",{AnimationId = "http://www.roblox.com/asset/?id=74909528",})
| |
| 384 | ChargeSwordA = New("Animation",tool,"ChargeS",{AnimationId = "http://www.roblox.com/asset/?id=74909500",})
| |
| 385 | ChargeUpA = New("Animation",tool,"ChargeU",{AnimationId = "http://www.roblox.com/asset/?id=69803963",})
| |
| 386 | SpinA = New("Animation",tool,"Spin",{AnimationId = "http://www.roblox.com/asset/?id=235542946",})
| |
| 387 | JumpUpA = New("Animation",tool,"JumpU",{AnimationId = "http://www.roblox.com/asset/?id=66703957",})
| |
| 388 | JumpDownA = New("Animation",tool,"JumpD",{AnimationId = "http://www.roblox.com/asset/?id=66703954",})
| |
| 389 | IdleAnim = chara.Humanoid:LoadAnimation(IdleA) | |
| 390 | SLAnim = chara.Humanoid:LoadAnimation(SlashLeftA) | |
| 391 | SRAnim = chara.Humanoid:LoadAnimation(SlashRightA) | |
| 392 | SDAnim = chara.Humanoid:LoadAnimation(SlashDownA) | |
| 393 | ChargeSAnim = chara.Humanoid:LoadAnimation(ChargeSwordA) | |
| 394 | ChargeUAnim = chara.Humanoid:LoadAnimation(ChargeUpA) | |
| 395 | SpinAnim = chara.Humanoid:LoadAnimation(SpinA) | |
| 396 | JumpUAnim = chara.Humanoid:LoadAnimation(JumpUpA) | |
| 397 | JumpDAnim = chara.Humanoid:LoadAnimation(JumpDownA) | |
| 398 | ||
| 399 | --Name Tag-- | |
| 400 | local naeeym = Instance.new("BillboardGui",chara)
| |
| 401 | naeeym.Size = UDim2.new(0,100,0,40) | |
| 402 | naeeym.StudsOffset = Vector3.new(0,2,0) | |
| 403 | naeeym.Adornee = chara.Head | |
| 404 | local tecks = Instance.new("TextLabel",naeeym)
| |
| 405 | tecks.BackgroundTransparency = 1 | |
| 406 | tecks.BorderSizePixel = 0 | |
| 407 | tecks.Text = "Flandre Scarlet" | |
| 408 | tecks.Font = "Fantasy" | |
| 409 | tecks.FontSize = "Size24" | |
| 410 | tecks.TextStrokeTransparency = 0 | |
| 411 | tecks.TextStrokeColor3 = Color3.new(0,0,0) | |
| 412 | tecks.TextColor3 = BrickColor.new("Bright red").Color
| |
| 413 | tecks.Size = UDim2.new(1,0,0.5,0) | |
| 414 | local htecks = Instance.new("TextLabel",naeeym)
| |
| 415 | htecks.BackgroundTransparency = 1 | |
| 416 | htecks.BorderSizePixel = 0 | |
| 417 | htecks.Text = chara.Humanoid.Health.."/"..chara.Humanoid.MaxHealth | |
| 418 | htecks.Font = "Fantasy" | |
| 419 | htecks.FontSize = "Size24" | |
| 420 | htecks.TextStrokeTransparency = 0 | |
| 421 | htecks.TextStrokeColor3 = Color3.new(0,0,0) | |
| 422 | htecks.TextColor3 = BrickColor.new("Bright red").Color
| |
| 423 | htecks.Size = UDim2.new(1,0,0.5,0) | |
| 424 | htecks.Position = UDim2.new(0,0,.5,0) | |
| 425 | ||
| 426 | --Spell Circle (Oh boy, it's the same circle code I keep using!-- | |
| 427 | Void = nil | |
| 428 | VoidParts = {}
| |
| 429 | Equipped = false | |
| 430 | ||
| 431 | function RayCast(Position, Direction, MaxDistance, IgnoreList) | |
| 432 | return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
| |
| 433 | end | |
| 434 | ||
| 435 | Player = player | |
| 436 | Character = chara | |
| 437 | ||
| 438 | Humanoid = Character:FindFirstChild("Humanoid")
| |
| 439 | Torso = Character:FindFirstChild("Torso")
| |
| 440 | if not Player or not Humanoid or Humanoid.Health == 0 or not Torso then | |
| 441 | return | |
| 442 | end | |
| 443 | Equipped = true | |
| 444 | Void = Instance.new("Model")
| |
| 445 | Void.Name = "Void" | |
| 446 | Angle = 0 | |
| 447 | for i = 1, 1 do | |
| 448 | local VoidPart = Instance.new("Part")
| |
| 449 | VoidPart.Name = "VoidPart" | |
| 450 | VoidPart.Transparency = 1 | |
| 451 | VoidPart.BrickColor = BrickColor.new("Really black")
| |
| 452 | VoidPart.Material = Enum.Material.Plastic | |
| 453 | VoidPart.Shape = Enum.PartType.Block | |
| 454 | VoidPart.FormFactor = Enum.FormFactor.Custom | |
| 455 | VoidPart.TopSurface = Enum.SurfaceType.Smooth | |
| 456 | VoidPart.BottomSurface = Enum.SurfaceType.Smooth | |
| 457 | VoidPart.Anchored = true | |
| 458 | VoidPart.CanCollide = false | |
| 459 | VoidPart.Locked = true | |
| 460 | VoidPart.Size = Vector3.new(10, 0.2, 10) | |
| 461 | local BlockMesh = Instance.new("BlockMesh")
| |
| 462 | BlockMesh.Scale = Vector3.new(1, (1 + (0.005 * i)), 1) | |
| 463 | BlockMesh.Parent = VoidPart | |
| 464 | VoidPart.Parent = Void | |
| 465 | local Star = Instance.new("Decal", VoidPart)
| |
| 466 | Star.Texture = "http://www.roblox.com/asset/?id=273474310" | |
| 467 | Star.Face = "Top" | |
| 468 | local Light = Instance.new("PointLight", VoidPart)
| |
| 469 | Light.Color = Color3.new(1,0,0) | |
| 470 | Light.Brightness = 100 | |
| 471 | Light.Range = 10 | |
| 472 | table.insert(VoidParts, VoidPart) | |
| 473 | end | |
| 474 | Spawn(function() | |
| 475 | while Equipped and Humanoid.Parent and Humanoid.Health > 0 and Torso.Parent do | |
| 476 | if Angle == 360 then | |
| 477 | Angle = 0 | |
| 478 | end | |
| 479 | Angle = Angle + 0.05 | |
| 480 | chara.Humanoid.MaxHealth = 666666666 | |
| 481 | if chara.Humanoid.Health < 666666666 then | |
| 482 | chara.Humanoid.Health = chara.Humanoid.Health + 66666666 | |
| 483 | htecks.Text = chara.Humanoid.Health.."/"..chara.Humanoid.MaxHealth | |
| 484 | end | |
| 485 | local Hit, EndPosition = RayCast(Torso.Position, Vector3.new(0, -1, 0), (Torso.Size.Y * 6.5), {Character})
| |
| 486 | if Hit then | |
| 487 | if not Void.Parent then | |
| 488 | Void.Parent = Character | |
| 489 | end | |
| 490 | for i, v in pairs(VoidParts) do | |
| 491 | v.CFrame = CFrame.new(Torso.Position.X, EndPosition.Y, Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0) | |
| 492 | end | |
| 493 | else | |
| 494 | Void.Parent = nil | |
| 495 | end | |
| 496 | wait() | |
| 497 | end | |
| 498 | end) | |
| 499 | ||
| 500 | --Chat Function-- | |
| 501 | function chatfunc(text) | |
| 502 | chat = coroutine.wrap(function(ttt) | |
| 503 | if chara:FindFirstChild("TalkingBillBoard")~= nil then
| |
| 504 | chara:FindFirstChild("TalkingBillBoard"):destroy()
| |
| 505 | end | |
| 506 | local naeeym2 = Instance.new("BillboardGui",chara)
| |
| 507 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 508 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 509 | naeeym2.Adornee = chara.Head | |
| 510 | naeeym2.Name = "TalkingBillBoard" | |
| 511 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 512 | tecks2.BackgroundTransparency = 1 | |
| 513 | tecks2.BorderSizePixel = 0 | |
| 514 | tecks2.Text = text | |
| 515 | tecks2.Font = "Fantasy" | |
| 516 | tecks2.FontSize = "Size24" | |
| 517 | tecks2.TextStrokeTransparency = 0 | |
| 518 | tecks2.TextColor3 = Color3.new(1,1,1) | |
| 519 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
| 520 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 521 | wait(1) | |
| 522 | for i = 1, 5 do | |
| 523 | wait(.01) | |
| 524 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
| 525 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
| 526 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
| 527 | end | |
| 528 | naeeym2:Destroy() | |
| 529 | end) | |
| 530 | chat(text) | |
| 531 | end | |
| 532 | ||
| 533 | --Damage Function-- | |
| 534 | function dealdmg(dude,damage,env,toim) | |
| 535 | hurt = coroutine.wrap(function(dude2,damage2,env2,toim2) | |
| 536 | if dude ~= chara and dude:FindFirstChild("IsHit") == nil then
| |
| 537 | finaldmg = damage + math.random(-env,env) | |
| 538 | dude.Humanoid.Health = dude.Humanoid.Health - finaldmg | |
| 539 | local vall = Instance.new("ObjectValue",dude)
| |
| 540 | vall.Name = "IsHit" | |
| 541 | debby:AddItem(vall,toim) | |
| 542 | local naeeym2 = Instance.new("BillboardGui",dude)
| |
| 543 | naeeym2.Size = UDim2.new(0,100,0,40) | |
| 544 | naeeym2.StudsOffset = Vector3.new(0,3,0) | |
| 545 | naeeym2.Adornee = dude.Head | |
| 546 | naeeym2.Name = "TalkingBillBoard" | |
| 547 | local tecks2 = Instance.new("TextLabel",naeeym2)
| |
| 548 | tecks2.BackgroundTransparency = 1 | |
| 549 | tecks2.BorderSizePixel = 0 | |
| 550 | tecks2.Text = "-"..finaldmg | |
| 551 | tecks2.Font = "Fantasy" | |
| 552 | tecks2.FontSize = "Size24" | |
| 553 | tecks2.TextStrokeTransparency = 0 | |
| 554 | tecks2.TextColor3 = Color3.new(1,0.6,0) | |
| 555 | tecks2.TextStrokeColor3 = Color3.new(0,0,0) | |
| 556 | tecks2.Size = UDim2.new(1,0,0.5,0) | |
| 557 | for i = 1, 5 do | |
| 558 | wait(.1) | |
| 559 | tecks2.Position = tecks2.Position - UDim2.new(0,0,.05,0) | |
| 560 | tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.2 | |
| 561 | tecks2.TextTransparency = tecks2.TextTransparency + .2 | |
| 562 | end | |
| 563 | naeeym2:Destroy() | |
| 564 | end | |
| 565 | end) | |
| 566 | hurt(dude,damage,env,toim) | |
| 567 | end | |
| 568 | ||
| 569 | --Lavaetein Touch-- | |
| 570 | function bladehit(hit) | |
| 571 | if bladeactive == true then | |
| 572 | if hit.Parent:FindFirstChild("Humanoid") ~= nil then
| |
| 573 | dealdmg(hit.Parent,12,2,.1) | |
| 574 | HitSnd:Play() | |
| 575 | end | |
| 576 | end | |
| 577 | end | |
| 578 | MainLavateinPart.Touched:connect(bladehit) | |
| 579 | ||
| 580 | --Spellcard Start Effect-- | |
| 581 | local spelleff = Instance.new("ParticleEmitter",chara.Torso)
| |
| 582 | spelleff.Enabled = false | |
| 583 | spelleff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.1,10),NumberSequenceKeypoint.new(.9,10),NumberSequenceKeypoint.new(1,20)})
| |
| 584 | spelleff.Lifetime = NumberRange.new(2) | |
| 585 | spelleff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(0.9,0),NumberSequenceKeypoint.new(1,1)})
| |
| 586 | spelleff.LightEmission = .3 | |
| 587 | spelleff.Speed = NumberRange.new(2) | |
| 588 | spelleff.LockedToPart = true | |
| 589 | spelleff.Texture = "http://www.roblox.com/asset/?id=75004930" | |
| 590 | function SpellActivate() | |
| 591 | spellactive = true | |
| 592 | tool.Enabled = false | |
| 593 | ChargeUAnim:Play() | |
| 594 | chara.Humanoid.WalkSpeed = 0 | |
| 595 | wait(.2) | |
| 596 | GongSnd:Play() | |
| 597 | spelleff:Emit(1) | |
| 598 | local jtrace = Instance.new("Part",game.Workspace)
| |
| 599 | jtrace.Size = Vector3.new(0,0,0) | |
| 600 | jtrace.Position = chara.Torso.Position | |
| 601 | jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,2,0) | |
| 602 | jtrace.Anchored = true | |
| 603 | jtrace.BrickColor = BrickColor.new("Really red")
| |
| 604 | local tmesh = Instance.new("SpecialMesh",jtrace)
| |
| 605 | tmesh.MeshId = "http://www.roblox.com/asset/?id=1125478" | |
| 606 | tmesh.Scale = Vector3.new(0,0,0) | |
| 607 | for i = 1, 40 do | |
| 608 | wait(.01) | |
| 609 | jtrace.Transparency = jtrace.Transparency + .025 | |
| 610 | tmesh.Scale = tmesh.Scale + Vector3.new(.5,.05,.5) | |
| 611 | end | |
| 612 | jtrace:Destroy() | |
| 613 | wait(.2) | |
| 614 | ChargeUAnim:Stop() | |
| 615 | chara.Humanoid.WalkSpeed = 16 | |
| 616 | end | |
| 617 | ||
| 618 | --Danmaku Creation-- | |
| 619 | function fire(v,posi,size,colour,vel,dmg,bounce,collide) | |
| 620 | local vCharacter = chara | |
| 621 | local vPlayer = game.Players:playerFromCharacter(vCharacter) | |
| 622 | local missile = Instance.new("Part",game.Workspace)
| |
| 623 | local snd = ShootSnd:clone() | |
| 624 | snd.PlayOnRemove = true | |
| 625 | snd.Parent = missile | |
| 626 | snd:Destroy() | |
| 627 | missile.Position = posi | |
| 628 | missile.Material = "Neon" | |
| 629 | missile.Size = Vector3.new(size,size,size) | |
| 630 | missile.BrickColor = BrickColor.new(colour) | |
| 631 | missile.Shape = 1 | |
| 632 | missile.BottomSurface = 0 | |
| 633 | missile.TopSurface = 0 | |
| 634 | missile.Name = "Blast" | |
| 635 | missile.CanCollide = collide | |
| 636 | missile.Velocity = v * vel | |
| 637 | missile.CFrame = CFrame.new(posi.X,posi.Y,posi.Z) | |
| 638 | local mesh1 = Instance.new("SpecialMesh",missile)
| |
| 639 | mesh1.MeshType = "Sphere" | |
| 640 | local force = Instance.new("BodyForce")
| |
| 641 | force.force = Vector3.new(0,missile:GetMass()*196.2,0) | |
| 642 | force.Parent = missile | |
| 643 | --bounce values-- | |
| 644 | if bounce == false then | |
| 645 | missile.Touched:connect(function(hit) | |
| 646 | if (hit.Parent.Parent ~= chara and hit.Parent ~= chara and hit.Name ~= "Blast" and missile.Anchored == false) then | |
| 647 | missile.Anchored = true | |
| 648 | local E = Instance.new("Explosion")
| |
| 649 | E.Position = missile.Position | |
| 650 | E.Parent = game.Workspace | |
| 651 | E.BlastPressure = 0 | |
| 652 | E.BlastRadius = missile.Size.X | |
| 653 | E.Visible = false | |
| 654 | E.Hit:connect(function(hit) | |
| 655 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 656 | dealdmg(hit.Parent,dmg,3,.2) | |
| 657 | end | |
| 658 | end) | |
| 659 | wait(0.001) | |
| 660 | missile.Transparency = .25 | |
| 661 | missile.Mesh.Scale = Vector3.new(1.5,1.5,1.5) | |
| 662 | wait(0.001) | |
| 663 | missile.Transparency = .5 | |
| 664 | missile.Mesh.Scale = Vector3.new(2,2,2) | |
| 665 | wait(0.001) | |
| 666 | missile.Transparency = .75 | |
| 667 | missile.Mesh.Scale = Vector3.new(2.5,2.5,2.5) | |
| 668 | wait(0.001) | |
| 669 | missile:Destroy() | |
| 670 | end | |
| 671 | end) | |
| 672 | elseif bounce == true then | |
| 673 | missile.Touched:connect(function(hit) | |
| 674 | if (hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent~=chara) then
| |
| 675 | missile.Anchored = true | |
| 676 | local E = Instance.new("Explosion")
| |
| 677 | E.Position = missile.Position | |
| 678 | E.Parent = game.Workspace | |
| 679 | E.BlastPressure = 0 | |
| 680 | E.BlastRadius = missile.Size.X | |
| 681 | E.Visible = false | |
| 682 | E.Hit:connect(function(hit) | |
| 683 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 684 | dealdmg(hit.Parent,dmg,3,.2) | |
| 685 | end | |
| 686 | end) | |
| 687 | wait(0.001) | |
| 688 | missile.Transparency = .25 | |
| 689 | missile.Mesh.Scale = Vector3.new(1.5,1.5,1.5) | |
| 690 | wait(0.001) | |
| 691 | missile.Transparency = .5 | |
| 692 | missile.Mesh.Scale = Vector3.new(2,2,2) | |
| 693 | wait(0.001) | |
| 694 | missile.Transparency = .75 | |
| 695 | missile.Mesh.Scale = Vector3.new(2.5,2.5,2.5) | |
| 696 | wait(0.001) | |
| 697 | missile:Destroy() | |
| 698 | end | |
| 699 | end) | |
| 700 | end | |
| 701 | debby:AddItem(missile,10) | |
| 702 | spawnanim = coroutine.wrap(function() | |
| 703 | missile.Transparency = .75 | |
| 704 | missile.Mesh.Scale = Vector3.new(2.5,2.5,2.5) | |
| 705 | wait(0.001) | |
| 706 | missile.Transparency = .5 | |
| 707 | missile.Mesh.Scale = Vector3.new(2,2,2) | |
| 708 | wait(0.001) | |
| 709 | missile.Transparency = .25 | |
| 710 | missile.Mesh.Scale = Vector3.new(1.5,1.5,1.5) | |
| 711 | wait(0.001) | |
| 712 | missile.Transparency = 0 | |
| 713 | missile.Mesh.Scale = Vector3.new(1,1,1) | |
| 714 | end) | |
| 715 | spawnanim() | |
| 716 | return missile | |
| 717 | end | |
| 718 | ||
| 719 | --local targetPos = chara.Humanoid.TargetPoint | |
| 720 | --local lookAt = (targetPos - (chara.Torso.Position + chara.Torso.CFrame.lookVector*5)).unit | |
| 721 | --fire(lookAt,chara.Torso.Position + chara.Torso.CFrame.lookVector*5,5,"Bright red",100,20,false,false) | |
| 722 | ||
| 723 | --Taboo "Cranberry Trap"-- | |
| 724 | function CranberryTrap() | |
| 725 | chatfunc("Taboo -Cranberry Trap-")
| |
| 726 | SpellActivate() | |
| 727 | local initialpos = chara.Humanoid.TargetPoint + Vector3.new(0,3,0) | |
| 728 | pt1 = initialpos + Vector3.new(30,0,30) | |
| 729 | pt2 = initialpos + Vector3.new(30,0,-30) | |
| 730 | pt3 = initialpos + Vector3.new(-30,0,30) | |
| 731 | pt4 = initialpos + Vector3.new(-30,0,-30) | |
| 732 | local crantrap = Instance.new("Part")
| |
| 733 | crantrap.Name = "Blast" | |
| 734 | crantrap.Size = Vector3.new(0,0,0) | |
| 735 | crantrap.CanCollide = false | |
| 736 | crantrap.Transparency = 1 | |
| 737 | crantrap.BottomSurface = 0 | |
| 738 | crantrap.TopSurface = 0 | |
| 739 | local bodpos = Instance.new("BodyPosition",crantrap)
| |
| 740 | bodpos.Name = "bodpos" | |
| 741 | local eff = Instance.new("ParticleEmitter",crantrap)
| |
| 742 | eff.Lifetime = NumberRange.new(5) | |
| 743 | eff.LockedToPart = true | |
| 744 | eff.Texture = "http://www.roblox.com/asset/?id=273474310" | |
| 745 | eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,5)})
| |
| 746 | eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
| |
| 747 | eff.Rotation = NumberRange.new(0,359) | |
| 748 | eff.RotSpeed = NumberRange.new(100) | |
| 749 | eff.Speed = NumberRange.new(0) | |
| 750 | eff.LightEmission = 1 | |
| 751 | local ct1 = crantrap:clone() | |
| 752 | ct1.Parent = chara | |
| 753 | ct1.Position = pt1 | |
| 754 | ct1.bodpos.Position = pt1 | |
| 755 | local ct2 = crantrap:clone() | |
| 756 | ct2.Parent = chara | |
| 757 | ct2.Position = pt2 | |
| 758 | ct2.bodpos.Position = pt2 | |
| 759 | local ct3 = crantrap:clone() | |
| 760 | ct3.Parent = chara | |
| 761 | ct3.Position = pt3 | |
| 762 | ct3.bodpos.Position = pt3 | |
| 763 | local ct4 = crantrap:clone() | |
| 764 | ct4.Parent = chara | |
| 765 | ct4.Position = pt4 | |
| 766 | ct4.bodpos.Position = pt4 | |
| 767 | wait(3) | |
| 768 | ct1.bodpos.Position = pt2 | |
| 769 | ct2.bodpos.Position = pt1 | |
| 770 | ct3.bodpos.Position = pt4 | |
| 771 | ct4.bodpos.Position = pt3 | |
| 772 | for i = 1, 10 do | |
| 773 | wait(.1) | |
| 774 | local lookAt1 = (initialpos - ct1.Position).unit | |
| 775 | local lookAt2 = (initialpos - ct2.Position).unit | |
| 776 | local lookAt3 = (initialpos - ct3.Position).unit | |
| 777 | local lookAt4 = (initialpos - ct4.Position).unit | |
| 778 | fire(lookAt1,ct1.Position,1,"Magenta",100,15,false,false) | |
| 779 | fire(lookAt2,ct2.Position,1,"Magenta",100,15,false,false) | |
| 780 | fire(lookAt3,ct3.Position,1,"Magenta",100,15,false,false) | |
| 781 | fire(lookAt4,ct4.Position,1,"Magenta",100,15,false,false) | |
| 782 | end | |
| 783 | wait(1) | |
| 784 | ct1.bodpos.Position = pt4 | |
| 785 | ct2.bodpos.Position = pt3 | |
| 786 | ct3.bodpos.Position = pt2 | |
| 787 | ct4.bodpos.Position = pt1 | |
| 788 | for i = 1, 10 do | |
| 789 | wait(.1) | |
| 790 | local lookAt1 = (initialpos - ct1.Position).unit | |
| 791 | local lookAt2 = (initialpos - ct2.Position).unit | |
| 792 | local lookAt3 = (initialpos - ct3.Position).unit | |
| 793 | local lookAt4 = (initialpos - ct4.Position).unit | |
| 794 | fire(lookAt1,ct1.Position,1,"Really blue",100,15,false,false) | |
| 795 | fire(lookAt2,ct2.Position,1,"Really blue",100,15,false,false) | |
| 796 | fire(lookAt3,ct3.Position,1,"Really blue",100,15,false,false) | |
| 797 | fire(lookAt4,ct4.Position,1,"Really blue",100,15,false,false) | |
| 798 | end | |
| 799 | wait(1) | |
| 800 | ct1.bodpos.Position = pt2 | |
| 801 | ct2.bodpos.Position = pt1 | |
| 802 | ct3.bodpos.Position = pt4 | |
| 803 | ct4.bodpos.Position = pt3 | |
| 804 | for i = 1, 10 do | |
| 805 | wait(.1) | |
| 806 | local lookAt1 = (initialpos - ct1.Position).unit | |
| 807 | local lookAt2 = (initialpos - ct2.Position).unit | |
| 808 | local lookAt3 = (initialpos - ct3.Position).unit | |
| 809 | local lookAt4 = (initialpos - ct4.Position).unit | |
| 810 | fire(lookAt1,ct1.Position,1,"Magenta",100,15,false,false) | |
| 811 | fire(lookAt2,ct2.Position,1,"Magenta",100,15,false,false) | |
| 812 | fire(lookAt3,ct3.Position,1,"Magenta",100,15,false,false) | |
| 813 | fire(lookAt4,ct4.Position,1,"Magenta",100,15,false,false) | |
| 814 | end | |
| 815 | wait(1) | |
| 816 | ct1.bodpos.Position = pt1 | |
| 817 | ct2.bodpos.Position = pt2 | |
| 818 | ct3.bodpos.Position = pt3 | |
| 819 | ct4.bodpos.Position = pt4 | |
| 820 | for i = 1, 10 do | |
| 821 | wait(.1) | |
| 822 | local lookAt1 = (initialpos - ct1.Position).unit | |
| 823 | local lookAt2 = (initialpos - ct2.Position).unit | |
| 824 | local lookAt3 = (initialpos - ct3.Position).unit | |
| 825 | local lookAt4 = (initialpos - ct4.Position).unit | |
| 826 | fire(lookAt1,ct1.Position,1,"Really blue",100,15,false,false) | |
| 827 | fire(lookAt2,ct2.Position,1,"Really blue",100,15,false,false) | |
| 828 | fire(lookAt3,ct3.Position,1,"Really blue",100,15,false,false) | |
| 829 | fire(lookAt4,ct4.Position,1,"Really blue",100,15,false,false) | |
| 830 | end | |
| 831 | wait(1) | |
| 832 | ct1:destroy() | |
| 833 | ct2:destroy() | |
| 834 | ct3:destroy() | |
| 835 | ct4:destroy() | |
| 836 | spellactive = false | |
| 837 | end | |
| 838 | ||
| 839 | --Taboo "Lavaetein"-- | |
| 840 | function Lavaetein() | |
| 841 | tool.Enabled = false | |
| 842 | local lasactive = true | |
| 843 | chatfunc("Taboo -Lavaetein-")
| |
| 844 | SpellActivate() | |
| 845 | HitboxPart = New("Part",chara,"HitboxPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 19.2000008),CFrame = CFrame.new(-32.1417999, 2.26629114, -18.2020645, 0.00910700578, 0.0085160071, 0.999922335, 0.0669090375, 0.997717619, -0.00910661742, -0.997717619, 0.0669867694, 0.00851642154),CanCollide = false,})
| |
| 846 | Weld = New("ManualWeld",HitboxPart,"Weld",{Part0 = HitboxPart,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700578, 0.0669090375, -0.997717619, 0.0085160071, 0.997717619, 0.0669867694, 0.999922335, -0.00910661742, 0.00851642154),C1 = CFrame.new(-0.00173330307, -0.00183868408, 12.8999844, 0.0085190041, 0.9977175, 0.0669880286, 0.00910899788, 0.066910252, -0.9977175, -0.999922335, 0.00910975225, -0.00851819664),})
| |
| 847 | BPart4 = New("Part",chara,"BPart4",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 3.20000005),CFrame = CFrame.new(-33.7416763, 2.28086114, -18.2156925, 0.00910700951, 0.00851601362, 0.999922931, 0.0669090673, 0.997718096, -0.00910662021, -0.997718096, 0.0669867992, 0.00851642527),CanCollide = false,})
| |
| 848 | Weld = New("ManualWeld",BPart4,"Weld",{Part0 = BPart4,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700765, 0.066909045, -0.997717857, 0.00851600897, 0.997717857, 0.0669867918, 0.999922454, -0.00910661835, 0.00851642247),C1 = CFrame.new(-0.0017387867, -0.00184059143, 14.4999828, 0.0085190041, 0.9977175, 0.0669880286, 0.00910899788, 0.066910252, -0.9977175, -0.999922335, 0.00910975225, -0.00851819664),})
| |
| 849 | BPart3 = New("Part",chara,"BPart3",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 3.20000005),CFrame = CFrame.new(-30.5419235, 2.25171971, -18.1884403, 0.0091070123, 0.00851601455, 0.99992305, 0.0669090748, 0.997718334, -0.00910662208, -0.997718334, 0.0669868216, 0.0085164262),CanCollide = false,})
| |
| 850 | Weld = New("ManualWeld",BPart3,"Weld",{Part0 = BPart3,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700951, 0.0669090524, -0.997718096, 0.00851601083, 0.997718096, 0.0669868141, 0.999922574, -0.00910661928, 0.0085164234),C1 = CFrame.new(-0.00172924995, -0.00183486938, 11.2999821, 0.0085190041, 0.9977175, 0.0669880286, 0.00910899788, 0.066910252, -0.9977175, -0.999922335, 0.00910975225, -0.00851819664),})
| |
| 851 | BPart2 = New("Part",chara,"BPart2",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 3.20000005),CFrame = CFrame.new(-27.3421707, 2.22257924, -18.1611881, 0.00910700765, 0.00851601083, 0.999922812, 0.0669090599, 0.997717857, -0.00910661928, -0.997717857, 0.0669867769, 0.00851642527),CanCollide = false,})
| |
| 852 | Weld = New("ManualWeld",BPart2,"Weld",{Part0 = BPart2,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700578, 0.0669090375, -0.997717619, 0.0085160071, 0.997717619, 0.0669867694, 0.999922335, -0.00910661742, 0.00851642154),C1 = CFrame.new(-0.00171911716, -0.00182723999, 8.09998131, 0.0085190041, 0.9977175, 0.0669880286, 0.00910899788, 0.066910252, -0.9977175, -0.999922335, 0.00910975225, -0.00851819664),})
| |
| 853 | BPart5 = New("Part",chara,"BPart5",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 3.20000005),CFrame = CFrame.new(-36.9414291, 2.31000209, -18.2429447, 0.00910700951, 0.00851601362, 0.999922931, 0.0669090673, 0.997718096, -0.00910662021, -0.997718096, 0.0669867992, 0.00851642527),CanCollide = false,})
| |
| 854 | Weld = New("ManualWeld",BPart5,"Weld",{Part0 = BPart5,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700765, 0.066909045, -0.997717857, 0.00851600897, 0.997717857, 0.0669867918, 0.999922454, -0.00910661835, 0.00851642247),C1 = CFrame.new(-0.00174844265, -0.00184822083, 17.6999798, 0.0085190041, 0.9977175, 0.0669880286, 0.00910899788, 0.066910252, -0.9977175, -0.999922335, 0.00910975225, -0.00851819664),})
| |
| 855 | BPart6 = New("Part",chara,"BPart6",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 3.20000005),CFrame = CFrame.new(-40.1411819, 2.33914328, -18.270195, 0.00910700765, 0.00851601083, 0.999922812, 0.0669090599, 0.997717857, -0.00910661928, -0.997717857, 0.0669867769, 0.00851642527),CanCollide = false,})
| |
| 856 | Weld = New("ManualWeld",BPart6,"Weld",{Part0 = BPart6,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700578, 0.0669090375, -0.997717619, 0.0085160071, 0.997717619, 0.0669867694, 0.999922335, -0.00910661742, 0.00851642154),C1 = CFrame.new(-0.00175797939, -0.00185585022, 20.8999805, 0.0085190041, 0.9977175, 0.0669880286, 0.00910899788, 0.066910252, -0.9977175, -0.999922335, 0.00910975225, -0.00851819664),})
| |
| 857 | EmittingPart = New("Part",chara,"EmittingPart",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-22.4425335, 2.17977905, -18.1211605, 0.00910700765, 0.00851601083, 0.999922812, 0.0669090599, 0.997717857, -0.00910661928, -0.997717857, 0.0669867769, 0.00851642527),CanCollide = false,})
| |
| 858 | Weld = New("ManualWeld",EmittingPart,"Weld",{Part0 = EmittingPart,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700578, 0.0669090375, -0.997717619, 0.0085160071, 0.997717619, 0.0669867694, 0.999922335, -0.00910661742, 0.00851642154),C1 = CFrame.new(-2.38418579e-007, 3.81469727e-006, 3.19999504, 0.0085190041, 0.9977175, 0.0669880286, 0.00910899788, 0.066910252, -0.9977175, -0.999922335, 0.00910975225, -0.00851819664),})
| |
| 859 | BPart1 = New("Part",chara,"BPart1",{Transparency = 1,Transparency = 1,Size = Vector3.new(0.200000003, 0.200000003, 3.20000005),CFrame = CFrame.new(-24.1424198, 2.19343805, -18.133934, 0.00910700858, 0.00851601269, 0.999922931, 0.0669090822, 0.997718096, -0.00910661928, -0.997718096, 0.0669867843, 0.00851642713),})
| |
| 860 | Weld = New("ManualWeld",BPart1,"Weld",{Part0 = BPart1,Part1 = MainLavateinPart,C0 = CFrame.new(0, 0, 0, 0.00910700578, 0.0669090375, -0.997717619, 0.0085160071, 0.997717619, 0.0669867694, 0.999922335, -0.00910661742, 0.00851642154),C1 = CFrame.new(-0.001709342, -0.00182151794, 4.89998245, 0.00851900689, 0.997717679, 0.066988036, 0.00910899788, 0.0669102743, -0.997717679, -0.999922514, 0.00910975318, -0.00851819851),})
| |
| 861 | local heetsnd = Instance.new("Sound",HitboxPart)
| |
| 862 | heetsnd.SoundId = "http://www.roblox.com/asset/?id=154965973" | |
| 863 | heetsnd.Volume = 1 | |
| 864 | local eff = Instance.new("ParticleEmitter",EmittingPart)
| |
| 865 | eff.Color = ColorSequence.new(Color3.new(1,1/98,1/98)) | |
| 866 | eff.LightEmission = 1 | |
| 867 | eff.Texture = "rbxasset://textures/particles/fire_main.dds" | |
| 868 | eff.EmissionDirection = "Front" | |
| 869 | eff.Lifetime = NumberRange.new(2) | |
| 870 | eff.Rate = 10000 | |
| 871 | eff.Rotation = NumberRange.new(0,359) | |
| 872 | eff.Speed = NumberRange.new(10) | |
| 873 | eff.LockedToPart = true | |
| 874 | HitboxPart.Touched:connect(function(hit) | |
| 875 | if lasactive == true then | |
| 876 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 877 | dealdmg(hit.Parent,30,5,1) | |
| 878 | heetsnd:Play() | |
| 879 | end | |
| 880 | end | |
| 881 | end) | |
| 882 | SpinAnim:play() | |
| 883 | LaserSnd:play() | |
| 884 | for i = 1, 10 do | |
| 885 | wait(.1) | |
| 886 | fire(((BPart1.Position+BPart1.CFrame.upVector*5) - BPart1.Position).unit,BPart1.Position,1,"Really red",20,15,false,false) | |
| 887 | fire(((BPart2.Position+BPart2.CFrame.upVector*5) - BPart2.Position).unit,BPart2.Position,1,"Really red",20,15,false,false) | |
| 888 | fire(((BPart3.Position+BPart3.CFrame.upVector*5) - BPart3.Position).unit,BPart3.Position,1,"Really red",20,15,false,false) | |
| 889 | fire(((BPart4.Position+BPart4.CFrame.upVector*5) - BPart4.Position).unit,BPart4.Position,1,"Really red",20,15,false,false) | |
| 890 | fire(((BPart5.Position+BPart5.CFrame.upVector*5) - BPart5.Position).unit,BPart5.Position,1,"Really red",20,15,false,false) | |
| 891 | fire(((BPart6.Position+BPart6.CFrame.upVector*5) - BPart6.Position).unit,BPart6.Position,1,"Really red",20,15,false,false) | |
| 892 | end | |
| 893 | eff.Enabled = false | |
| 894 | lasactive = false | |
| 895 | wait(2) | |
| 896 | eff.Enabled = true | |
| 897 | lasactive = true | |
| 898 | LaserSnd:play() | |
| 899 | for i = 1, 10 do | |
| 900 | wait(.1) | |
| 901 | fire(((BPart1.Position+BPart1.CFrame.upVector*5) - BPart1.Position).unit,BPart1.Position,1,"Really red",20,15,false,false) | |
| 902 | fire(((BPart2.Position+BPart2.CFrame.upVector*5) - BPart2.Position).unit,BPart2.Position,1,"Really red",20,15,false,false) | |
| 903 | fire(((BPart3.Position+BPart3.CFrame.upVector*5) - BPart3.Position).unit,BPart3.Position,1,"Really red",20,15,false,false) | |
| 904 | fire(((BPart4.Position+BPart4.CFrame.upVector*5) - BPart4.Position).unit,BPart4.Position,1,"Really red",20,15,false,false) | |
| 905 | fire(((BPart5.Position+BPart5.CFrame.upVector*5) - BPart5.Position).unit,BPart5.Position,1,"Really red",20,15,false,false) | |
| 906 | fire(((BPart6.Position+BPart6.CFrame.upVector*5) - BPart6.Position).unit,BPart6.Position,1,"Really red",20,15,false,false) | |
| 907 | end | |
| 908 | eff.Enabled = false | |
| 909 | lasactive = false | |
| 910 | wait(2) | |
| 911 | eff.Enabled = true | |
| 912 | lasactive = true | |
| 913 | LaserSnd:play() | |
| 914 | for i = 1, 10 do | |
| 915 | wait(.1) | |
| 916 | fire(((BPart1.Position+BPart1.CFrame.upVector*5) - BPart1.Position).unit,BPart1.Position,1,"Really red",20,15,false,false) | |
| 917 | fire(((BPart2.Position+BPart2.CFrame.upVector*5) - BPart2.Position).unit,BPart2.Position,1,"Really red",20,15,false,false) | |
| 918 | fire(((BPart3.Position+BPart3.CFrame.upVector*5) - BPart3.Position).unit,BPart3.Position,1,"Really red",20,15,false,false) | |
| 919 | fire(((BPart4.Position+BPart4.CFrame.upVector*5) - BPart4.Position).unit,BPart4.Position,1,"Really red",20,15,false,false) | |
| 920 | fire(((BPart5.Position+BPart5.CFrame.upVector*5) - BPart5.Position).unit,BPart5.Position,1,"Really red",20,15,false,false) | |
| 921 | fire(((BPart6.Position+BPart6.CFrame.upVector*5) - BPart6.Position).unit,BPart6.Position,1,"Really red",20,15,false,false) | |
| 922 | end | |
| 923 | eff.Enabled = false | |
| 924 | lasactive = false | |
| 925 | wait(1) | |
| 926 | tool.Enabled = true | |
| 927 | spellactive = false | |
| 928 | SpinAnim:Stop() | |
| 929 | BPart1:Destroy() | |
| 930 | BPart2:Destroy() | |
| 931 | BPart3:Destroy() | |
| 932 | BPart4:Destroy() | |
| 933 | BPart5:Destroy() | |
| 934 | BPart6:Destroy() | |
| 935 | HitboxPart:Destroy() | |
| 936 | EmittingPart:Destroy() | |
| 937 | end | |
| 938 | ||
| 939 | --Taboo "Kagome, Kagome"-- | |
| 940 | function Kagome() | |
| 941 | tool.Enabled = false | |
| 942 | chatfunc("Taboo -Kagome, Kagome-")
| |
| 943 | SpellActivate() | |
| 944 | local initialpos = chara.Humanoid.TargetPoint + Vector3.new(0,3,0) | |
| 945 | local ipos1 = initialpos + Vector3.new(10,0,15) | |
| 946 | local ipos2 = initialpos + Vector3.new(-10,0,-15) | |
| 947 | local ipos3 = initialpos + Vector3.new(15,0,10) | |
| 948 | local ipos4 = initialpos + Vector3.new(-15,0,-10) | |
| 949 | for i = 1, 15 do | |
| 950 | wait(0.05) | |
| 951 | fire(Vector3.new(0,0,0),ipos1,1,"Lime green",0,20,false,true) | |
| 952 | ipos1 = ipos1 - Vector3.new(0,0,3) | |
| 953 | fire(Vector3.new(0,0,0),ipos2,1,"Lime green",0,20,false,true) | |
| 954 | ipos2 = ipos2 + Vector3.new(0,0,3) | |
| 955 | fire(Vector3.new(0,0,0),ipos3,1,"Lime green",0,20,false,true) | |
| 956 | ipos3 = ipos3 - Vector3.new(3,0,0) | |
| 957 | fire(Vector3.new(0,0,0),ipos4,1,"Lime green",0,20,false,true) | |
| 958 | ipos4 = ipos4 + Vector3.new(3,0,0) | |
| 959 | end | |
| 960 | for i = 1, 8 do | |
| 961 | wait(1) | |
| 962 | fire((chara.Humanoid.TargetPoint - (chara.Torso.Position + chara.Torso.CFrame.lookVector*5)).unit,chara.Torso.Position + chara.Torso.CFrame.lookVector*5,5,"Bright yellow",50,20,true,true) | |
| 963 | end | |
| 964 | wait(1) | |
| 965 | tool.Enabled = true | |
| 966 | spellactive = false | |
| 967 | end | |
| 968 | ||
| 969 | --Forbidden Barrage "Starbow Break"-- | |
| 970 | function StarbowBreak() | |
| 971 | tool.Enabled = false | |
| 972 | chatfunc("Forbidden Barrage -Starbow Break-")
| |
| 973 | SpellActivate() | |
| 974 | local initialpos = chara.Torso.Position + Vector3.new(0,10,0) | |
| 975 | local ipos1 = initialpos + Vector3.new(2,0,10) | |
| 976 | local ipos2 = initialpos + Vector3.new(0,0,10) | |
| 977 | local ipos3 = initialpos + Vector3.new(-2,0,10) | |
| 978 | for i = 1, 3 do | |
| 979 | wait(.01) | |
| 980 | fire((chara.Humanoid.TargetPoint-ipos1).unit,ipos1,1,"Magenta",100,20,false,false) | |
| 981 | fire((chara.Humanoid.TargetPoint-ipos1).unit,ipos1+Vector3.new(0,2,0),1,"Really blue",100,20,false,false) | |
| 982 | fire((chara.Humanoid.TargetPoint-ipos1).unit,ipos1+Vector3.new(0,4,0),1,"Toothpaste",100,20,false,false) | |
| 983 | fire((chara.Humanoid.TargetPoint-ipos1).unit,ipos1+Vector3.new(0,6,0),1,"Lime green",100,20,false,false) | |
| 984 | fire((chara.Humanoid.TargetPoint-ipos1).unit,ipos1+Vector3.new(0,8,0),1,"New Yeller",100,20,false,false) | |
| 985 | fire((chara.Humanoid.TargetPoint-ipos1).unit,ipos1+Vector3.new(0,10,0),1,"Neon orange",100,20,false,false) | |
| 986 | fire((chara.Humanoid.TargetPoint-ipos1).unit,ipos1+Vector3.new(0,12,0),1,"Really red",100,20,false,false) | |
| 987 | fire((chara.Humanoid.TargetPoint-ipos2).unit,ipos2,1,"Magenta",100,20,false,false) | |
| 988 | fire((chara.Humanoid.TargetPoint-ipos2).unit,ipos2+Vector3.new(0,2,0),1,"Really blue",100,20,false,false) | |
| 989 | fire((chara.Humanoid.TargetPoint-ipos2).unit,ipos2+Vector3.new(0,4,0),1,"Toothpaste",100,20,false,false) | |
| 990 | fire((chara.Humanoid.TargetPoint-ipos2).unit,ipos2+Vector3.new(0,6,0),1,"Lime green",100,20,false,false) | |
| 991 | fire((chara.Humanoid.TargetPoint-ipos2).unit,ipos2+Vector3.new(0,8,0),1,"New Yeller",100,20,false,false) | |
| 992 | fire((chara.Humanoid.TargetPoint-ipos2).unit,ipos2+Vector3.new(0,10,0),1,"Neon orange",100,20,false,false) | |
| 993 | fire((chara.Humanoid.TargetPoint-ipos2).unit,ipos2+Vector3.new(0,12,0),1,"Really red",100,20,false,false) | |
| 994 | fire((chara.Humanoid.TargetPoint-ipos3).unit,ipos3,1,"Magenta",100,20,false,false) | |
| 995 | fire((chara.Humanoid.TargetPoint-ipos3).unit,ipos3+Vector3.new(0,2,0),1,"Really blue",100,20,false,false) | |
| 996 | fire((chara.Humanoid.TargetPoint-ipos3).unit,ipos3+Vector3.new(0,4,0),1,"Toothpaste",100,20,false,false) | |
| 997 | fire((chara.Humanoid.TargetPoint-ipos3).unit,ipos3+Vector3.new(0,6,0),1,"Lime green",100,20,false,false) | |
| 998 | fire((chara.Humanoid.TargetPoint-ipos3).unit,ipos3+Vector3.new(0,8,0),1,"New Yeller",100,20,false,false) | |
| 999 | fire((chara.Humanoid.TargetPoint-ipos3).unit,ipos3+Vector3.new(0,10,0),1,"Neon orange",100,20,false,false) | |
| 1000 | fire((chara.Humanoid.TargetPoint-ipos3).unit,ipos3+Vector3.new(0,12,0),1,"Really red",100,20,false,false) | |
| 1001 | end | |
| 1002 | spellactive = false | |
| 1003 | tool.Enabled = true | |
| 1004 | end | |
| 1005 | ||
| 1006 | --Forbidden Barrage "Catadioptric"-- | |
| 1007 | function Catadioptric() | |
| 1008 | tool.Enabled = false | |
| 1009 | chatfunc("Forbidden Barrage -Catadioptric-")
| |
| 1010 | SpellActivate() | |
| 1011 | for i = 1, 3 do | |
| 1012 | wait(1) | |
| 1013 | pos = chara.Torso.Position + Vector3.new(0,10,0) | |
| 1014 | aim = (chara.Humanoid.TargetPoint-pos).unit | |
| 1015 | fire(aim,pos,5,"Royal purple",100,20,true,true) | |
| 1016 | wait(.01) | |
| 1017 | for a = 1, 3 do | |
| 1018 | wait(.01) | |
| 1019 | fire(aim,pos,3,"Royal purple",50,20,true,true) | |
| 1020 | end | |
| 1021 | for b = 1, 5 do | |
| 1022 | wait(.01) | |
| 1023 | fire(aim,pos,1,"Royal purple",20,20,true,true) | |
| 1024 | end | |
| 1025 | end | |
| 1026 | spellactive = false | |
| 1027 | tool.Enabled = true | |
| 1028 | end | |
| 1029 | ||
| 1030 | --Forbidden Barrage "Counter Clock" | |
| 1031 | function CounterClock() | |
| 1032 | tool.Enabled = false | |
| 1033 | chatfunc("Forbidden Barrage -Counter Clock-")
| |
| 1034 | SpellActivate() | |
| 1035 | for i = 1, 3 do | |
| 1036 | local ipos = chara.Humanoid.TargetPoint + Vector3.new(0,3,0) | |
| 1037 | local centrept = Instance.new("Part",chara)
| |
| 1038 | centrept.BrickColor = BrickColor.new("Really blue")
| |
| 1039 | centrept.Anchored = true | |
| 1040 | centrept.Size = Vector3.new(1,1,1) | |
| 1041 | centrept.CanCollide = false | |
| 1042 | centrept.Material = "Neon" | |
| 1043 | centrept.Position = ipos | |
| 1044 | local mehs = Instance.new("SpecialMesh",centrept)
| |
| 1045 | mehs.MeshType = "Sphere" | |
| 1046 | local bpos = Instance.new("BodyPosition",centrept)
| |
| 1047 | bpos.Position = ipos | |
| 1048 | bpos.P = 100000 | |
| 1049 | bpos.maxForce = Vector3.new(10000,10000,10000) | |
| 1050 | local ang = Instance.new("BodyAngularVelocity",centrept)
| |
| 1051 | ang.AngularVelocity = Vector3.new(0,100,0) | |
| 1052 | ang.MaxTorque = Vector3.new(10000,10000,10000) | |
| 1053 | local saund = LaserSnd:clone() | |
| 1054 | saund.Parent = centrept | |
| 1055 | local heetsnd = Instance.new("Sound",centrept)
| |
| 1056 | heetsnd.SoundId = "http://www.roblox.com/asset/?id=154965973" | |
| 1057 | heetsnd.Volume = 1 | |
| 1058 | wait(1) | |
| 1059 | saund:Play() | |
| 1060 | Blade1 = New("Part",chara,"Blade1",{BrickColor = BrickColor.new("Really blue"),Material = Enum.Material.Neon,Size = Vector3.new(10, 1, 1),CFrame = CFrame.new(-16, 3.5, 31.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0, 0, 1),})
| |
| 1061 | Blade1.Position = centrept.Position | |
| 1062 | Mesh = New("SpecialMesh",Blade1,"Mesh",{MeshType = Enum.MeshType.Sphere,})
| |
| 1063 | Weld = New("ManualWeld",Blade1,"Weld",{Part0 = Blade1,Part1 = centrept,C1 = CFrame.new(5.5, 0, -1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1064 | Blade2 = New("Part",chara,"Blade2",{BrickColor = BrickColor.new("Really blue"),Material = Enum.Material.Neon,Size = Vector3.new(1, 1, 10),CFrame = CFrame.new(-21.5, 3.5, 37, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0, 0, 1),})
| |
| 1065 | Blade2.Position = centrept.Position | |
| 1066 | Mesh = New("SpecialMesh",Blade2,"Mesh",{MeshType = Enum.MeshType.Sphere,})
| |
| 1067 | Weld = New("ManualWeld",Blade2,"Weld",{Part0 = Blade2,Part1 = centrept,C1 = CFrame.new(0, 0, 5.49999809, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1068 | Blade3 = New("Part",chara,"Blade3",{BrickColor = BrickColor.new("Really blue"),Material = Enum.Material.Neon,Size = Vector3.new(10, 1, 1),CFrame = CFrame.new(-27, 3.5, 31.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0, 0, 1),})
| |
| 1069 | Blade3.Position = centrept.Position | |
| 1070 | Mesh = New("SpecialMesh",Blade3,"Mesh",{MeshType = Enum.MeshType.Sphere,})
| |
| 1071 | Weld = New("ManualWeld",Blade3,"Weld",{Part0 = Blade3,Part1 = centrept,C1 = CFrame.new(-5.5, 0, -1.90734863e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1072 | Blade4 = New("Part",chara,"Blade4",{BrickColor = BrickColor.new("Really blue"),Material = Enum.Material.Neon,Size = Vector3.new(1, 1, 10),CFrame = CFrame.new(-21.5, 3.5, 26, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,Color = Color3.new(0, 0, 1),})
| |
| 1073 | Blade4.Position = centrept.Position | |
| 1074 | Mesh = New("SpecialMesh",Blade4,"Mesh",{MeshType = Enum.MeshType.Sphere,})
| |
| 1075 | Weld = New("ManualWeld",Blade4,"Weld",{Part0 = Blade4,Part1 = centrept,C1 = CFrame.new(0, 0, -5.50000191, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
| |
| 1076 | wait(.1) | |
| 1077 | centrept.Anchored = false | |
| 1078 | Blade1.Touched:connect(function(hit) | |
| 1079 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 1080 | dealdmg(hit.Parent,20,5,.1) | |
| 1081 | heetsnd:Play() | |
| 1082 | end | |
| 1083 | end) | |
| 1084 | Blade2.Touched:connect(function(hit) | |
| 1085 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 1086 | dealdmg(hit.Parent,20,5,.1) | |
| 1087 | heetsnd:Play() | |
| 1088 | end | |
| 1089 | end) | |
| 1090 | Blade3.Touched:connect(function(hit) | |
| 1091 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 1092 | dealdmg(hit.Parent,20,5,.1) | |
| 1093 | heetsnd:Play() | |
| 1094 | end | |
| 1095 | end) | |
| 1096 | Blade4.Touched:connect(function(hit) | |
| 1097 | if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent:FindFirstChild("IsHit")==nil then
| |
| 1098 | dealdmg(hit.Parent,20,5,.1) | |
| 1099 | heetsnd:Play() | |
| 1100 | end | |
| 1101 | end) | |
| 1102 | debby:AddItem(centrept,10) | |
| 1103 | end | |
| 1104 | spellactive = false | |
| 1105 | tool.Enabled = true | |
| 1106 | end | |
| 1107 | ||
| 1108 | --Melee Attack-- | |
| 1109 | function Click() | |
| 1110 | if tool.Enabled == true then | |
| 1111 | if combo == 1 then | |
| 1112 | print("fuck you")
| |
| 1113 | tool.Enabled = false | |
| 1114 | bladeactive = true | |
| 1115 | SlashSnd:Play() | |
| 1116 | SLAnim:Play() | |
| 1117 | wait(.5) | |
| 1118 | bladeactive = false | |
| 1119 | SLAnim:Stop() | |
| 1120 | combo = 2 | |
| 1121 | elseif combo == 2 then | |
| 1122 | print("fuck you too")
| |
| 1123 | bladeactive = true | |
| 1124 | SlashSnd:Play() | |
| 1125 | SRAnim:Play() | |
| 1126 | wait(.5) | |
| 1127 | bladeactive = false | |
| 1128 | SRAnim:Stop() | |
| 1129 | combo = 3 | |
| 1130 | elseif combo == 3 then | |
| 1131 | print("fuck everyone")
| |
| 1132 | SDAnim:Play() | |
| 1133 | ExplSnd:Play() | |
| 1134 | - | local mouse = player:GetMouse() |
| 1134 | + | |
| 1135 | local E = Instance.new("Explosion")
| |
| 1136 | E.Position = chara.Torso.Position + chara.Torso.CFrame.lookVector*10 | |
| 1137 | E.Parent = game.Workspace | |
| 1138 | E.BlastRadius = 10 | |
| 1139 | E.BlastPressure = 0 | |
| 1140 | E.Visible = false | |
| 1141 | E.Hit:connect(function(hit) | |
| 1142 | - | mouse = nil |
| 1142 | + | |
| 1143 | dealdmg(hit.Parent,20,5,.5) | |
| 1144 | end | |
| 1145 | end) | |
| 1146 | local jtrace = Instance.new("Part",game.Workspace)
| |
| 1147 | jtrace.Size = Vector3.new(1,1,1) | |
| 1148 | jtrace.Position = chara.Torso.Position + chara.Torso.CFrame.lookVector*10 | |
| 1149 | jtrace.CFrame = chara.Torso.CFrame + chara.Torso.CFrame.lookVector*10 | |
| 1150 | jtrace.Anchored = true | |
| 1151 | jtrace.CanCollide = false | |
| 1152 | jtrace.Material = "Neon" | |
| 1153 | jtrace.BrickColor = BrickColor.new("Bright red")
| |
| 1154 | jtrace.Transparency = .3 | |
| 1155 | local tmesh = Instance.new("SpecialMesh",jtrace)
| |
| 1156 | tmesh.MeshType = "Sphere" | |
| 1157 | tmesh.Scale = Vector3.new(3,3,3) | |
| 1158 | local jtrace2 = Instance.new("Part",game.Workspace)
| |
| 1159 | jtrace2.Size = Vector3.new(0,0,0) | |
| 1160 | jtrace2.BrickColor = BrickColor.new("Black")
| |
| 1161 | jtrace2.Position = chara.Torso.Position + chara.Torso.CFrame.lookVector*10 | |
| 1162 | jtrace2.CFrame = chara.Torso.CFrame + chara.Torso.CFrame.lookVector*10 | |
| 1163 | jtrace2.Anchored = true | |
| 1164 | jtrace2.Transparency = .3 | |
| 1165 | local tmesh2 = Instance.new("SpecialMesh",jtrace2)
| |
| 1166 | tmesh2.MeshId = "http://www.roblox.com/asset/?id=1125478" | |
| 1167 | tmesh2.Scale = Vector3.new(5,0,5) | |
| 1168 | tracegrow = coroutine.wrap(function() | |
| 1169 | for i = 1, 7 do | |
| 1170 | wait(.01) | |
| 1171 | jtrace.Transparency = jtrace.Transparency + .1 | |
| 1172 | tmesh.Scale = tmesh.Scale + Vector3.new(2,2,2) | |
| 1173 | jtrace2.Transparency = jtrace2.Transparency + .1 | |
| 1174 | tmesh2.Scale = tmesh2.Scale + Vector3.new(1,.05,1) | |
| 1175 | end | |
| 1176 | jtrace:Destroy() | |
| 1177 | jtrace2:Destroy() | |
| 1178 | end) | |
| 1179 | tracegrow() | |
| 1180 | wait(.5) | |
| 1181 | SDAnim:Stop() | |
| 1182 | combo = 1 | |
| 1183 | end | |
| 1184 | end | |
| 1185 | wait(.1) | |
| 1186 | tool.Enabled = true | |
| 1187 | end | |
| 1188 | ||
| 1189 | --Keys, Equip and Unequip-- | |
| 1190 | function onKeyDown(key) | |
| 1191 | if spellactive == false then | |
| 1192 | if key == "z" then | |
| 1193 | CranberryTrap() | |
| 1194 | elseif key == "x" then | |
| 1195 | Lavaetein() | |
| 1196 | elseif key == "c" then | |
| 1197 | Kagome() | |
| 1198 | elseif key == "v" then | |
| 1199 | StarbowBreak() | |
| 1200 | elseif key == "b" then | |
| 1201 | Catadioptric() | |
| 1202 | elseif key == "n" then | |
| 1203 | CounterClock() | |
| 1204 | end | |
| 1205 | end | |
| 1206 | if key == "m" then | |
| 1207 | if music == 0 then | |
| 1208 | Music:Play() | |
| 1209 | music = 1 | |
| 1210 | elseif music == 1 then | |
| 1211 | Music:Stop() | |
| 1212 | music = 0 | |
| 1213 | end | |
| 1214 | end | |
| 1215 | end | |
| 1216 | ||
| 1217 | function onEquipped(mouse) | |
| 1218 | if mouse then mouse.KeyDown:connect(onKeyDown) | |
| 1219 | mouse.Button1Down:connect(Click) | |
| 1220 | elseif not mouse then | |
| 1221 | end | |
| 1222 | end | |
| 1223 | ||
| 1224 | function onUnequipped() | |
| 1225 | end | |
| 1226 | ||
| 1227 | tool.Equipped:connect(onEquipped) | |
| 1228 | tool.Unequipped:connect(onUnequipped) |