generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Club Houses » Let's Make a Deal
Home Search
 

Re: post the last thing you copied

Previous Thread :: Next Thread 
FutbolFoLife is not online. FutbolFoLife
Joined: 14 Jul 2010
Total Posts: 5816
26 Jun 2015 10:35 AM
o brighteyes is messing up like usual


*blub blub blub*
Report Abuse
ahead007 is not online. ahead007
Joined: 14 Nov 2010
Total Posts: 47541
26 Jun 2015 10:36 AM
TheFootballAtheistBuilders Club
Posted 11 hours ago by TheFootballAtheist
Report Abuse
OSTF+BSDC


SEND



[̲̅$̲̅(★~∀δ子~★)̲̅$̲̅] UPGRADING[̲̅$̲̅(★~∀δ子~★)̲̅$̲̅]
Report Abuse
IcyShock is not online. IcyShock
Joined: 28 Jan 2011
Total Posts: 6646
26 Jun 2015 10:36 AM
IntelliType Pro


learn to skillicious~~~~~ my total amount of robux on my account= R$7,368
Report Abuse
zeuz7474 is not online. zeuz7474
Joined: 16 Dec 2012
Total Posts: 14596
26 Jun 2015 10:36 AM
Builders Club
Trade with xSoulZyy was completed!

ITEMS YOU GAVE Value: RBX42661
Clockwork's Headphones
Item Image

ITEMS YOU RECEIVED Value: RBX47230
Yum!
Item Image

OK
Report Abuse
sd10099 is not online. sd10099
Joined: 13 Sep 2011
Total Posts: 12804
26 Jun 2015 10:36 AM
Creator: ROBLOX
Updated: 2 years ago
Sales: 100
Favorited: 1,716 times
Report Abuse
townbuilder825 is not online. townbuilder825
Joined: 11 Aug 2008
Total Posts: 24571
26 Jun 2015 10:36 AM
So, please don't waste precious seconds of your life
Report Abuse
spoonings is not online. spoonings
Joined: 11 Sep 2012
Total Posts: 5498
26 Jun 2015 10:36 AM
i copied kim kardashion's implants and made 2 really big soup bowls


"ive hugged a girl once" -Irradiant
Report Abuse
InternalChaos is not online. InternalChaos
Joined: 16 Oct 2014
Total Posts: 1256
26 Jun 2015 10:36 AM
http://www.roblox.com/Bluesteel-Fedora-item?id=98346834


add 2k post~
Report Abuse
fozettz is not online. fozettz
Joined: 10 Jan 2012
Total Posts: 7374
26 Jun 2015 10:36 AM
lol such a suckup
Report Abuse
OnlyTheFastest is not online. OnlyTheFastest
Joined: 13 May 2015
Total Posts: 1327
26 Jun 2015 10:37 AM
/catalog/json?CatalogContext=1&Subcategory=2&Keyword=&CurrencyType=0&pxMin=0&pxMax=0&SortType=4&SortAggregation=3&SortCurrency=0&LegendExpanded=true&Category=2&pageNumber=
Report Abuse
3ocV2 is not online. 3ocV2
Joined: 17 Mar 2015
Total Posts: 3028
26 Jun 2015 10:37 AM
the pickle is a lie

my post: Don't ask...
Report Abuse
Hongkongaton is not online. Hongkongaton
Joined: 02 Jan 2014
Total Posts: 16184
26 Jun 2015 10:37 AM
https://www.youtube.com/watch?v=VQddvbVKzLQ


^ very good album
Report Abuse
intulu is not online. intulu
Joined: 20 Jun 2015
Total Posts: 161
26 Jun 2015 10:37 AM
me = game.Players.mogoon char = me.Character Modelname = "Warhammah" Toolname = "Warhammar" Surfaces = {"FrontSurface", "BackSurface", "TopSurface", "BottomSurface", "LeftSurface", "RightSurface"} necko = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) selected = false effectOn = false Hurt = false Leghurt = false Deb = true LegDeb = true Able = true Resting = false RestingAnim = false AbleG = true Prop = {Damage = 42, Legdmg = 34, AS = 28, ShockDMG = 50, Rage = 7000000, RageIncome = 7000, MaxRage = 7000000} Prop.AS = Prop.AS/300 Cam = workspace.CurrentCamera ToolIcon = "http://www.roblox.com/asset/?id=49192762" MouseIc = "http://www.roblox.com/asset/?id=49192792" MouseDo = "http://www.roblox.com/asset/?id=49192819" Add = { Sphere = function(P) local m = Instance.new("SpecialMesh",P) m.MeshType = "Sphere" return m end, BF = function(P) local bf = Instance.new("BodyForce",P) bf.force = Vector3.new(0, P:GetMass()*187, 0) return bf end, BP = function(P) local bp = Instance.new("BodyPosition",P) bp.maxForce = Vector3.new(math.huge, 0, math.huge) bp.P = 14000 return bp end, BG = function(P) local bg = Instance.new("BodyGyro",P) bg.maxTorque = Vector3.new(math.huge, math.huge, math.huge) bg.P = 14000 return bg end, Mesh = function(P, ID, x, y, z) local m = Instance.new("SpecialMesh") m.MeshId = ID m.Scale = Vector3.new(x, y, z) m.Parent = P return m end, Sound = function(P, ID, vol, pitch) local s = Instance.new("Sound") s.SoundId = ID s.Volume = vol s.Pitch = pitch s.Parent = P return s end } function find(tab, arg) local ah = nil for i,v in pairs(tab) do if v == arg then ah = v end end return ah end function getAllParts(from) local t = {} function getParts(where) for i, v in pairs(where:children()) do if v:IsA("BasePart") then if v.Parent ~= char and v.Parent.Parent ~= char then table.insert(t, v) end end getParts(v) end end getParts(workspace) return t end function RayCast(pos1, pos2, maxDist, forward) local list = getAllParts(workspace) local pos0 = pos1 for dist = 1, maxDist, forward do pos0 = (CFrame.new(pos1, pos2) * CFrame.new(0, 0, -dist)).p for _, v in pairs(list) do local pos3 = v.CFrame:pointToObjectSpace(pos0) local s = v.Size if pos3.x > -(s.x/2) and pos3.x < (s.x/2) and pos3.y > -(s.y/2) and pos3.y < (s.y/2) and pos3.z > -(s.z/2) and pos3.x < (s.z/2) and v.CanCollide and v:GetMass() > 14 then return pos0, v end end end return pos0, nil end function Part(Parent, Anchor, Collide, Tran, Ref, Color, X, Y, Z, Break) local p = Instance.new("Part") p.formFactor = "Custom" p.Anchored = Anchor p.CanCollide = Collide p.Transparency = Tran p.Reflectance = Ref p.BrickColor = BrickColor.new(Color) for _, Surf in pairs(Surfaces) do p[Surf] = "Smooth" end p.Size = Vector3.new(X, Y, Z) if Break then p:BreakJoints() else p:MakeJoints() end p.Parent = Parent p.Locked = true return p end function Weld(p0, p1, x, y, z, a, b, c) local w = Instance.new("Weld") w.Parent = p0 w.Part0 = p0 w.Part1 = p1 w.C1 = CFrame.new(x,y,z) * CFrame.Angles(a,b,c) return w end function ComputePos(pos1, pos2) local pos3 = Vector3.new(pos2.x, pos1.y, pos2.z) return CFrame.new(pos1, pos3) end function getHumanoid(c) local h = nil for i,v in pairs(c:children()) do if v:IsA("Humanoid") and c ~= char then if v.Health > 0 then h = v end end end return h end for i,v in pairs(char:children()) do if v.Name == Modelname then v:remove() end end pcall(function() me.PlayerGui:findFirstChild("RaigMeter",true):remove() end) Sc = Instance.new("ScreenGui",me:findFirstChild("PlayerGui")) Sc.Name = "RaigMeter" Fr = Instance.new("Frame",Sc) Fr.Size = UDim2.new(0, 250, 0, 28) Fr.Position = UDim2.new(0.5, -125, 0, 5) Fr.BackgroundColor3 = Color3.new(0.8, 0.3, 0.1) Met = Instance.new("Frame", Fr) Met.Size = UDim2.new(1, -10, 1, -6) Met.Position = UDim2.new(0, 5, 0, 3) Met.BackgroundColor3 = Color3.new(0, 0, 0) Met.BorderSizePixel = 0 Meter = Instance.new("ImageLabel", Met) Meter.Size = UDim2.new(Prop.Rage/Prop.MaxRage, 0, 1, -2) Meter.Position = UDim2.new(0, 0, 0, 1) Meter.Image = "http://www.roblox.com/asset/?id=48965808" Meter.BorderSizePixel = 0 Meter.BackgroundColor3 = Color3.new(1, 0.6, 0.1) Tx = Instance.new("TextLabel", Met) Tx.Size = UDim2.new(0, 0, 1, 0) Tx.Position = UDim2.new(0, 5, 0, 0) Tx.Text = Prop.Rage.." / "..Prop.MaxRage Tx.Font = "ArialBold" Tx.FontSize = "Size18" Tx.BackgroundTransparency = 1 Tx.TextColor3 = Color3.new(1, 0, 0) Tx.TextXAlignment = "Left" laast = Prop.Rage coroutine.resume(coroutine.create(function() while true do wait() if Prop.Rage > Prop.MaxRage then Prop.Rage = Prop.MaxRage end if laast ~= Prop.Rage then Meter.Size = UDim2.new(Prop.Rage/Prop.MaxRage, 0, 1, -2) laast = Prop.Rage Tx.Text = Prop.Rage.." / "..Prop.MaxRage end end end)) torso = char.Torso neck = torso.Neck hum = char.Humanoid Rarm = char["Right Arm"] Larm = char["Left Arm"] Rleg = char["Right Leg"] Lleg = char["Left Leg"] hc = Instance.new("Humanoid") hc.Health = 0 hc.MaxHealth = 0 slash = Add.Sound(nil, "rbxasset://sounds//swordslash.wav", 0.9, 0.8) hitsound = Add.Sound(nil, "http://www.roblox.com/asset/?id=2801263", 0.7, 0.6) charge = Add.Sound(nil, "http://www.roblox.com/asset/?id=2101137", 0.8, 0.65) boom = Add.Sound(nil, "http://www.roblox.com/asset/?id=2691586", 0.8, 0.3) smashsound = Add.Sound(nil, "http://www.roblox.com/asset/?id=2692806", 0.8, 0.35) boomboom = Add.Sound(nil, "http://www.roblox.com/asset/?id=2760979", 1, 0.18) equip = Add.Sound(nil, "rbxasset://sounds\\unsheath.wav", 0.6, 0.7) function PlaySound(sound, pitch) local s = sound:clone() if pitch ~= nil then if tonumber(pitch) then s.Pitch = tonumber(pitch) end end s.Parent = torso s.PlayOnRemove = true coroutine.resume(coroutine.create(function() wait() s:remove() end)) end Mo = Instance.new("Model") Mo.Name = Modelname RABrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1, true) LABrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1, true) RLBrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1, true) LLBrick = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1, true) RABW = Weld(torso, RABrick, -1.5, -0.5, 0, 0, 0, 0) LABW = Weld(torso, LABrick, 1.5, -0.5, 0, 0, 0, 0) RLBW = Weld(torso, RLBrick, -0.5, 1.2, 0, 0, 0, 0) LLBW = Weld(torso, LLBrick, 0.5, 1.2, 0, 0, 0, 0) RAW = Weld(RABrick, nil, 0, 0.5, 0, 0, 0, 0) LAW = Weld(LABrick, nil, 0, 0.5, 0, 0, 0, 0) RLW = Weld(RLBrick, nil, 0, 0.8, 0, 0, 0, 0) LLW = Weld(LLBrick, nil, 0, 0.8, 0, 0, 0, 0) HB = Part(Mo, false, false, 1, 0, "White", 0.1, 0.1, 0.1, true) HBW = Weld(Rarm, HB, 0, 1, 0, 0, 0, 0) HW = Weld(HB, nil, 0, -1.3, 0, math.pi/2, 0, 0) TH = Weld(torso, nil, -0.8, 0.1, 0, 0, math.pi/2, math.rad(-140)) RAWStand, LAWStand, RLWStand, LLWStand, HWStand = nil handle = Part(Mo, false, false, 0, 0, "Navy blue", 0.4, 5, 0.4, true) handle.Name = "Handle" Instance.new("SpecialMesh",handle) maintip = Part(Mo, false, false, 1, 0, "Bright yellow", 0.6, 0.5, 0.6, true) Weld(handle, maintip, 0, -1.8, 0, 0, 0, 0) DMGParts = {} for i = 0, 135, 45 do local tip = Part(Mo, false, false, 0, 0, "Dark grey", 0.54, 1.3, 2.2, true) Instance.new("BlockMesh",tip) Weld(maintip, tip, 0, 0, 0, 0, 0, math.rad(i)) table.insert(DMGParts, tip) for a = -0.9, 0.9, 1.8 do for x = 0, math.pi, math.pi do local spike = Part(Mo, false, false, 0, 0, "Medium grey", 0.3, 0.5, 0.3, true) local w = Weld(tip, spike, 0, 0, 0, 0, 0, 0) w.C0 = CFrame.new(0, 0, a) * CFrame.Angles(x, 0, 0) w.C1 = CFrame.new(0, -1, 0) Add.Mesh(spike, "http://www.roblox.com/asset/?id=1033714", 0.14, 1, 0.14) local trim = Part(Mo, false, false, 0, 0, "Really black", 0.67, 0.1, 0.5, true) local w2 = Weld(tip, trim, 0, 0, 0, 0, 0, 0) w2.C0 = CFrame.new(0, 0, a) * CFrame.Angles(x, 0, 0) w2.C1 = CFrame.new(0, -0.58, 0) end end end spiketip = Part(Mo, false, false, 0, 0.2, "Navy blue", 0.3, 0.8, 0.3, true) Weld(handle, spiketip, 0, -3.1, 0, 0, 0, 0) Add.Mesh(spiketip, "http://www.roblox.com/asset/?id=1033714", 0.17, 2, 0.17) table.insert(DMGParts, spiketip) local handletip1 = Part(Mo, false, false, 0, 0.2, "Really black", 0.5, 0.5, 0.5, true) local w1 = Weld(handle, handletip1, 0, 0, 0, 0, 0, 0) w1.C0 = CFrame.new(0, -2.6, 0) Add.Mesh(handletip1, "http://www.roblox.com/asset/?id=9756362", 0.85, 0.75, 0.85) local handletip2 = Part(Mo, false, false, 0, 0.2, "Dark grey", 0.5, 0.5, 0.5, true) Weld(handletip1, handletip2, 0, 0, 0, 0, math.rad(45), 0) Add.Mesh(handletip2, "http://www.roblox.com/asset/?id=9756362", 0.95, 0.5, 0.95) Mo.Parent = char TH.Part1 = handle function showdmg(dmg, p, pos) local mo = Instance.new("Model") mo.Name = dmg local pa = Part(mo, false, true, 0, 0, "Bright red", 0.8, 0.3, 0.8, true) pa.CFrame = CFrame.new(p.Position) * CFrame.new(0, pos, 0) pa.Name = "Head" local hah = hc:clone() hah.Parent = mo local bp = Add.BP(pa) bp.maxForce = Vector3.new(math.huge, math.huge, math.huge) bp.position = p.Position + Vector3.new(0, 3+pos, 0) Add.BG(pa) coroutine.resume(coroutine.create(function() wait() mo.Parent = workspace wait(1.4) mo:remove() end)) end function damage(hum, p, num, dm1, dm2) local dmg = math.random(dm1, dm2) hum.Health = hum.Health - dmg showdmg(dmg, p, num) return dmg end function brickdamage(hit) local h = getHumanoid(hit.Parent) if h ~= nil and Hurt and Deb then Deb = false local dmg = damage(h, maintip, 0, Prop.Damage/4, Prop.Damage) PlaySound(hitsound) Prop.Rage = math.floor(Prop.Rage + (dmg*Prop.RageIncome)) wait(0.3) Deb = true end end function legdamage(hit) local h = getHumanoid(hit.Parent) if h ~= nil and Leghurt and LegDeb then LegDeb = false local dmg = damage(h, Rleg, 0, Prop.Legdmg/2, Prop.Legdmg) PlaySound(hitsound) Prop.Rage = math.floor(Prop.Rage + (dmg*Prop.RageIncome)) coroutine.resume(coroutine.create(function() local haha = math.random(1,3) if haha == 1 then h.PlatformStand = true wait() local ps = getAllParts(h.Parent) for i, v in pairs(ps) do if v.Anchored == false then v.Velocity = CFrame.new(handle.Position, v.Position).lookVector * 40 v.RotVelocity = Vector3.new(math.random(-30, 30), math.random(-30, 30), math.random(-30, 30)) end end wait(0.8) h.PlatformStand = false end end)) wait(0.2) LegDeb = true end end for i, v in pairs({Rleg, Lleg}) do v.Touched:connect(legdamage) end for i,v in pairs(DMGParts) do v.Touched:connect(brickdamage) end if script.Parent.className ~= "HopperBin" then h = Instance.new("HopperBin",me.Backpack) h.Name = Toolname h.TextureId = ToolIcon script.Parent = h end bin = script.Parent function StartEffect(part) effectOn = true local lastPoint = part.Position coroutine.resume(coroutine.create(function() while effectOn do wait() local point = CFrame.new(lastPoint, part.Position) * CFrame.Angles(-math.pi/2, 0, 0) local mag = (lastPoint - part.Position).magnitude local p = Part(workspace, true, false, 0.1, 0, "Institutional white", 1, 1, 1, true) local m = Instance.new("SpecialMesh",p) p.CFrame = point * CFrame.new(0, mag/2, 0) m.Scale = Vector3.new(1.2, mag+0.6, 1.2) lastPoint = part.Position coroutine.resume(coroutine.create(function() for i = 0.1, 1, 0.9/5 do wait() p.Transparency = i end p:remove() end)) end end)) end function EndEffect() effectOn = false end function detach(bool) LLW.C0 = CFrame.new(0, 0, 0) RLW.C0 = CFrame.new(0, 0, 0) LAW.C0 = CFrame.new(0,0,0) RAW.C0 = CFrame.new(0, 0, 0) if bool then LLW.Part1 = nil RLW.Part1 = nil RAW.Part1 = nil LAW.Part1 = nil end end function attach() RAW.Part1 = Rarm LAW.Part1 = Larm RLW.Part1 = Rleg LLW.Part1 = Lleg end function normal() neck.C0 = necko RAW.C0 = RAWStand LAW.C0 = LAWStand RLW.C0 = RLWStand LLW.C0 = LLWStand RAW.C1 = CFrame.new(0, 0.5, 0) LAW.C1 = CFrame.new(0, 0.5, 0) RLW.C1 = CFrame.new(0, 0.8, 0) LLW.C1 = CFrame.new(0, 0.8, 0) HW.C0 = HWStand end function idleanim() attach() for i = 0, 10, 10/22 do RAW.C0 = RAWStand * CFrame.Angles(0, math.rad(i), 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-i), 0, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(i/8), 0, math.rad(-i/6)) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-i/8), 0, math.rad(i/6)) neck.C0 = necko * CFrame.Angles(math.rad(-i/2), 0, 0) if selected == false or torso.Velocity.magnitude > 2 or Able == false or RestingAnim == true then break end wait() end wait() for i = 10, 0, -10/29 do RAW.C0 = RAWStand * CFrame.Angles(0, math.rad(i), 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-i), 0, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(i/8), 0, math.rad(-i/6)) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-i/8), 0, math.rad(i/6)) neck.C0 = necko * CFrame.Angles(math.rad(-i/2), 0, 0) if selected == false or torso.Velocity.magnitude > 2 or Able == false or RestingAnim == true then break end wait() end normal() end function runanim() RLW.Part1 = nil LLW.Part1 = nil end coroutine.resume(coroutine.create(function() while true do wait() if selected and Able == true and RestingAnim == false then if torso.Velocity.magnitude < 2 then idleanim() wait() else runanim() wait() end end end end)) function selectanim() if RestingAnim == false and Able == true then local ah = CFrame.Angles(0, 0, math.rad(90)) RAW.Part1 = Rarm for i = 0, 270, 270/5 do RAW.C0 = CFrame.new(0, 0, -i/500) * CFrame.Angles(math.rad(i), math.rad(i/4), 0) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(-i/5)) wait() end HW.C0 = ah HW.Part1 = handle TH.Part1 = nil PlaySound(equip) for i = 270, 70, -200/13 do RAW.C0 = CFrame.new(0, 0, -i/500) * CFrame.Angles(math.rad(i), math.rad(i/4), 0) neck.C0 = necko * CFrame.Angles(math.rad((i-270)/7), 0, math.rad(-i/5)) wait() end attach() for i = 70, 120, 50/8 do local asd = i-70 RAW.C0 = CFrame.new(-(i-70)/240, 0, -i/500) * CFrame.Angles(math.rad(70), math.rad(70/4+(i-70)), math.rad(-(i-70)/4)) LAW.C0 = CFrame.Angles(math.rad(asd*1.5), 0, math.rad(asd/2)) * CFrame.new(asd/100, -asd/70, 0) HW.C0 = ah * CFrame.Angles(0, 0, math.rad(-asd*1.8)) neck.C0 = necko * CFrame.Angles(math.rad(-200/7+(asd/2)), 0, math.rad(-70/5+(asd/5))) RLW.C0 = CFrame.Angles(0, 0, math.rad(asd/4)) LLW.C0 = CFrame.Angles(0, 0, math.rad(-asd/4)) wait() end if RAWStand == nil then RAWStand = RAW.C0 LAWStand = LAW.C0 RLWStand = RLW.C0 LLWStand = LLW.C0 HWStand = HW.C0 end normal() end end function deselanim() if RestingAnim == false and Able == true then local ah = CFrame.Angles(0, 0, math.rad(90)) for i = 120, 70, -50/8 do local asd = i-70 RAW.C0 = CFrame.new(-(i-70)/240, 0, -i/500) * CFrame.Angles(math.rad(70), math.rad(70/4+(i-70)), math.rad(-(i-70)/4)) LAW.C0 = CFrame.Angles(math.rad(asd*1.5), 0, math.rad(asd/2)) * CFrame.new(asd/100, -asd/70, 0) HW.C0 = ah * CFrame.Angles(0, 0, math.rad(-asd*1.8)) neck.C0 = necko * CFrame.Angles(math.rad(-200/7+(asd/2)), 0, math.rad(-70/5+(asd/5))) RLW.C0 = CFrame.Angles(0, 0, math.rad(asd/4)) LLW.C0 = CFrame.Angles(0, 0, math.rad(-asd/4)) wait() end LLW.Part1 = nil RLW.Part1 = nil LAW.Part1 = nil for i = 70, 270, 200/13 do RAW.C0 = CFrame.new(0, 0, -i/500) * CFrame.Angles(math.rad(i), math.rad(i/4), 0) neck.C0 = necko * CFrame.Angles(math.rad((i-270)/7), 0, math.rad(-i/5)) wait() end HW.C0 = ah HW.Part1 = nil TH.Part1 = handle for i = 270, 0, -270/6 do RAW.C0 = CFrame.new(0, 0, -i/500) * CFrame.Angles(math.rad(i), math.rad(i/4), 0) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(-i/5)) wait() end neck.C0 = necko detach(true) end end function smash(mouse) attach() local mouseHit = mouse local Orig = torso.CFrame local bg = Add.BG(torso) local bp = Add.BP(torso) bp.position = Orig.p local CF = ComputePos(Orig.p, mouseHit) local CF2 = CF bg.cframe = CF2 PlaySound(slash) for i = 0, 1, Prop.AS*1.1 do RAW.C0 = RAWStand * CFrame.Angles(math.rad(80*i), 0, math.rad(45*i)) * CFrame.new(0, -0.4*i, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(75*i), 0, math.rad(40*i)) * CFrame.new(0, -0.5*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(20*i), math.rad(16*i), math.rad(-8*i)) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-30*i), math.rad(-16*i), math.rad(8*i)) HW.C0 = HWStand * CFrame.Angles(0, 0, math.rad(30*i)) neck.C0 = necko * CFrame.Angles(math.rad(-35*i), 0, math.rad(-10*i)) wait() end bp.position = CF * CFrame.new(0, 0, -1.1).p StartEffect(maintip) Hurt = true for i = 0, 1, Prop.AS*1.5 do RAW.C0 = RAWStand * CFrame.Angles(math.rad(70-150*i), math.rad(-45*i), math.rad(45-140*i)) * CFrame.new(0, -0.4, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(75-180*i), math.rad(80*i), math.rad(40-20*i)) * CFrame.new(0, -0.5, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(20-50*i), math.rad(16-16*i), math.rad(-8+8*i)) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-30+40*i), math.rad(-16+16*i), math.rad(8-8*i)) HW.C0 = HWStand * CFrame.Angles(math.rad(-48*i), 0, math.rad(30)) neck.C0 = necko * CFrame.Angles(math.rad(-35+75*i), 0, math.rad(-10+26*i)) wait() end Hurt = false EndEffect() PlaySound(smashsound) bp.position = CF * CFrame.new(0, 0, -1.9).p for i = 0, 1, Prop.AS do RAW.C0 = RAWStand * CFrame.Angles(math.rad(70-150+80*i), math.rad(-45+45*i), math.rad(45-140+95*i)) * CFrame.new(0, -0.4+0.4*i, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(75-180+105*i), math.rad(80-80*i), math.rad(20-20*i)) * CFrame.new(0, -0.5+0.5*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(20-50+30*i), 0, 0) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-30+40-10*i), 0, 0) HW.C0 = HWStand * CFrame.Angles(math.rad(-48+48*i), 0, math.rad(30-30*i)) neck.C0 = necko * CFrame.Angles(math.rad(-35+75-40*i), 0, math.rad(-10+26-16*i)) wait() end normal() bg:remove() bp:remove() end function swing(mouse) attach() local mouseHit = mouse local Orig = torso.CFrame local bg = Add.BG(torso) local bp = Add.BP(torso) bp.position = Orig.p local CF = ComputePos(Orig.p, mouseHit) local CF2 = CF bg.cframe = CF2 PlaySound(slash) for i = 0, 1, Prop.AS*1.5 do RAW.C0 = RAWStand * CFrame.Angles(0, math.rad(-140*i), 0) * CFrame.new(0, 0, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(25*i), 0, math.rad(20*i)) * CFrame.new(0, -0.4*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(20*i), 0, 0) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-10*i), 0, 0) HW.C0 = HWStand * CFrame.Angles(0, math.rad(-10*i), 0) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(-50*i)) bg.cframe = CF2 * CFrame.Angles(0, math.rad(-40*i), 0) wait() end Hurt = true StartEffect(maintip) for i = 0, 1, Prop.AS*1.3 do RAW.C0 = RAWStand * CFrame.Angles(math.rad(70*i), math.rad(-140), 0) * CFrame.new(0, -0.9*i, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(25), 0, math.rad(20-100*i)) * CFrame.new(0, -0.4+0.6*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(20), 0, 0) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-10), 0, 0) HW.C0 = HWStand * CFrame.Angles(math.rad(-70*i), math.rad(-15), 0) * CFrame.new(0, 0, -0.9*i) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(-50+90*i)) bg.cframe = CF2 * CFrame.Angles(0, math.rad(-40+80*i), 0) wait() end EndEffect() Hurt = false for i = 0, 1, Prop.AS*0.8 do RAW.C0 = RAWStand * CFrame.Angles(math.rad(70-70*i), math.rad(-140+140*i), 0) * CFrame.new(0, -0.9+0.9*i, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(25-25*i), 0, math.rad(20-100+80*i)) * CFrame.new(0, -0.4+0.6-0.2*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(20-20*i), 0, 0) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-10+10*i), 0, 0) HW.C0 = HWStand * CFrame.Angles(math.rad(-70+70*i), math.rad(-15+15*i), 0) * CFrame.new(0, 0, -0.9+0.9*i) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(-50+90-40*i)) bg.cframe = CF2 * CFrame.Angles(0, math.rad(40-40*i), 0) wait() end normal() bg:remove() bp:remove() end function stab(mouse) attach() local mouseHit = mouse local Orig = torso.CFrame local bg = Add.BG(torso) local bp = Add.BP(torso) bp.position = Orig.p local CF = ComputePos(Orig.p, mouseHit) local CF2 = CF bg.cframe = CF2 PlaySound(slash) for i = 0, 1, Prop.AS do RAW.C0 = RAWStand * CFrame.new(0, 0.6*i, 0) * CFrame.Angles(math.rad(-60*i), math.rad(-40*i), math.rad(-30*i)) * CFrame.new(-0.45*i, 0, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-50*i), 0, math.rad(40*i)) * CFrame.new(0, -0.6*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(3*i), math.rad(20*i), math.rad(-10*i)) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-3*i), math.rad(-20*i), math.rad(10*i)) HW.C0 = HWStand * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 1*i) neck.C0 = necko * CFrame.Angles(math.rad(25*i), 0, math.rad(-45*i)) bg.cframe = CF2 * CFrame.Angles(0, math.rad(-30*i), 0) wait() end StartEffect(maintip) Hurt = true bp.position = CF * CFrame.new(0, 0, -0.6).p for i = 0, 1, Prop.AS*1.5 do RAW.C0 = RAWStand * CFrame.new(0, 0.6-0.8*i, 0) * CFrame.Angles(math.rad(-60+100*i), math.rad(-40), math.rad(-30+70*i)) * CFrame.new(-0.45, 0, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-50+60*i), 0, math.rad(40-30*i)) * CFrame.new(0, -0.6-0.4*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(3-18*i), math.rad(20-40*i), math.rad(-10+20*i)) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-3+18*i), math.rad(-20+40*i), math.rad(10-20*i)) HW.C0 = HWStand * CFrame.Angles(math.rad(-70*i), 0, 0) * CFrame.new(0, 0, 1-1.4*i) neck.C0 = necko * CFrame.Angles(math.rad(25-20*i), 0, math.rad(-45+35*i)) bg.cframe = CF2 * CFrame.Angles(0, math.rad(-30+45*i), 0) wait() end Hurt = false EndEffect() bp.position = CF.p for i = 0, 1, Prop.AS*1.1 do RAW.C0 = RAWStand * CFrame.new(0, 0.6-0.8+0.2*i, 0) * CFrame.Angles(math.rad(-60+100-40*i), math.rad(-40+40*i), math.rad(-30+70-40*i)) * CFrame.new(-0.45+0.45*i, 0, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-50+60-10*i), 0, math.rad(40-30-10*i)) * CFrame.new(0, -0.6-0.4+1*i, 0) RLW.C0 = RLWStand * CFrame.Angles(math.rad(3-18+15*i), math.rad(20-40+20*i), math.rad(-10+20-10*i)) LLW.C0 = LLWStand * CFrame.Angles(math.rad(-3+18-15*i), math.rad(-20+40-20*i), math.rad(10-20+10*i)) HW.C0 = HWStand * CFrame.Angles(math.rad(-70+70*i), 0, 0) * CFrame.new(0, 0, 1-1.4+0.4*i) neck.C0 = necko * CFrame.Angles(math.rad(5-5*i), 0, math.rad(-10+10*i)) bg.cframe = CF2 * CFrame.Angles(0, math.rad(-30+45-15*i), 0) wait() end normal() bg:remove() bp:remove() end function epicsmashfunc(hit) local ch = hit.Parent local h = getHumanoid(ch) local t, head = ch:findFirstChild("Torso"), ch:findFirstChild("Head") return h, t, head end function epicsmash(mouse) if Prop.Rage >= 50 then attach() local mouseHit = mouse local Orig = torso.CFrame local bg = Add.BG(torso) local bp = Add.BP(torso) bp.position = Orig.p local CF = ComputePos(Orig.p, mouseHit) bg.cframe = CF local hu, to, head = nil, nil, nil local Epic = true local conn = Lleg.Touched:connect(function(hit) if Epic then hu, to, head = epicsmashfunc(hit) if hu and to and head then Epic = false end end end) PlaySound(slash) for i = 0, 1, 0.12 do RAW.C0 = RAWStand * CFrame.Angles(math.rad(-160*i), math.rad(-30*i), math.rad(-80*i)) * CFrame.new(0, 0, 0) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-80*i), 0, math.rad(-70*i)) * CFrame.new(0, -0.4*i, 0.6*i) RLW.C0 = RLWStand * CFrame.Angles(0, 0, math.rad(20*i)) * CFrame.new(0, 0, 0) LLW.C0 = LLWStand * CFrame.Angles(math.rad(115*i), 0, math.rad(-40*i)) * CFrame.new(0, -0.8*i, 0) HW.C0 = HWStand * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 2*i) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(52*i)) bg.cframe = CF * CFrame.Angles(math.rad(10*i), math.rad(-45*i), math.rad(-15*i)) wait() end conn:disconnect() if hu and to and head then Prop.Rage = Prop.Rage - 50 hu.PlatformStand = true local bg2 = Add.BG(to) bg2.P = 6000 bg2.cframe = CF * CFrame.Angles(math.rad(90), math.rad(180), math.rad(90)) local bp2 = Add.BP(to) bp2.position = CF * CFrame.new(-1, -4, -4).p bp2.P = 5000 wait(0.1) for i = 0, 1, 0.045 do RAW.C0 = RAWStand * CFrame.Angles(math.rad(-160+270*i), math.rad(-30+20*i), math.rad(-80+120*i)) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-80+140*i), 0, math.rad(-70+120*i)) * CFrame.new(0, -0.4-0.1*i, 0.6-0.6*i) RLW.C0 = RLWStand * CFrame.Angles(0, 0, math.rad(20-20*i)) * CFrame.new(0, 0, 0) LLW.C0 = LLWStand * CFrame.Angles(math.rad(115-115*i), 0, math.rad(-40+40*i)) * CFrame.new(0, -0.8+0.8*i, 0) HW.C0 = HWStand * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 2-2*i) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(52-37*i)) bg.cframe = CF * CFrame.Angles(math.rad(10-10*i), math.rad(-45+35*i), math.rad(-15+15*i)) wait() end PlaySound(slash) bp2:remove() bg2:remove() wait(0.2) StartEffect(maintip) for i = 0, 1, 0.1 do RAW.C0 = RAWStand * CFrame.Angles(math.rad(-160+270-190*i), math.rad(-30+20-35*i), math.rad(-80+120-135*i)) LAW.C0 = LAWStand * CFrame.Angles(math.rad(-80+140-150*i), math.rad(60*i), math.rad(-70+120-40*i)) * CFrame.new(0, -0.4-0.1, 0) RLW.C0 = RLWStand * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0) LLW.C0 = LLWStand * CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0) HW.C0 = HWStand * CFrame.Angles(math.rad(-55*i), 0, math.rad(30*i)) * CFrame.new(0, 0, -1*i) neck.C0 = necko * CFrame.Angles(0, 0, math.rad(52-37+30*i)) bg.cframe = CF * CFrame.Angles(math.rad(10-10), math.rad(-45+35-30*i), math.rad(-15+15)) wait() end coroutine.resume(coroutine.create(function() local frr = Cam.CoordinateFrame for i = 1, math.random(3,6) do wait() Cam.CoordinateFrame = frr * CFrame.new(math.random(-6,6)/10, math.random(-6,6)/10, math.random(-6,6)/10)
Report Abuse
superfishermen is not online. superfishermen
Joined: 27 Sep 2012
Total Posts: 24342
26 Jun 2015 10:37 AM
ITEMS YOU WILL GIVE Value: RBX7851
Dr. Shamrock
Item Image

Valentine's Day Cap 2014
Item Image

ITEMS YOU WILL RECEIVE Value: RBX8904
President Doge
Item Image

Perfectly Legitimate Business Hat
Item Image

Zombification Injection
Item Image

Bluesteel Katana
Item Image
Report Abuse
Valuize is not online. Valuize
Joined: 04 Nov 2012
Total Posts: 15531
26 Jun 2015 10:37 AM
http://www.roblox.com/Forum/ShowPost.aspx?PostID=165640475

RAP: 1,185,183 | ROBUX: R$96,897
Report Abuse
JoshDanielRose is not online. JoshDanielRose
Joined: 13 Mar 2012
Total Posts: 17438
26 Jun 2015 10:37 AM
http://www.roblox.com/games/30760985/Club-Galaxy-5-0-W-I-P#!/game-instances

loool


R$149,054
Report Abuse
catchingfire24 is not online. catchingfire24
Joined: 26 Aug 2012
Total Posts: 1556
26 Jun 2015 10:37 AM
ITEMS YOU GAVE Value: RBX51932
Yum!
Item Image

Brighteyes' Top Hat
Item Image

ITEMS YOU RECEIVED Value: RBX50892
The Void Star
Item Image



No shade its the truth
Report Abuse
Coinman001 is not online. Coinman001
Joined: 10 Apr 2012
Total Posts: 56149
26 Jun 2015 10:38 AM
to
Report Abuse
Alarix is not online. Alarix
Joined: 20 Nov 2010
Total Posts: 11563
26 Jun 2015 10:38 AM
good
Report Abuse
alphadeath is not online. alphadeath
Joined: 20 Dec 2009
Total Posts: 51059
26 Jun 2015 10:39 AM
https://m.youtube.com/watch?v=NPun9xlrUWY
Report Abuse
Legendlink2001 is not online. Legendlink2001
Joined: 20 Jun 2008
Total Posts: 12984
26 Jun 2015 10:41 AM
gear Written by ROBLOX on 7/20/2009 - 11:55 PMyou should give every robloxian a free gear



Good deal, good deal.
Report Abuse
thundercrusher12 is not online. thundercrusher12
Joined: 05 Aug 2013
Total Posts: 4566
26 Jun 2015 10:41 AM
Send me upgrades, 40k+ :)
Report Abuse
Bastol is not online. Bastol
Joined: 21 Feb 2013
Total Posts: 57635
26 Jun 2015 10:42 AM
06-25-2015 04:58 PM

Not sure how I copied that lol
Report Abuse
youssef05 is not online. youssef05
Joined: 02 Jan 2012
Total Posts: 4400
26 Jun 2015 10:44 AM


nothing.
Report Abuse
ahead007 is not online. ahead007
Joined: 14 Nov 2010
Total Posts: 47541
26 Jun 2015 10:59 AM
http://www.roblox.com/Forum/ShowPost.aspx?PostID=165643317


[̲̅$̲̅(★~∀δ子~★)̲̅$̲̅] UPGRADING[̲̅$̲̅(★~∀δ子~★)̲̅$̲̅]
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Club Houses » Let's Make a Deal
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image