Advertisement
Fullgamer309

test

Apr 8th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. local secondchar = Instance.new("Model",char)
  2. local GhostCol = BrickColor.new("Really red")
  3. local sectors = CreateParta(secondchar,1,0,"Neon",GhostCol)
  4. CreateMesh(sectors,"Brick",2*8,2*8,1*8)
  5. local torsweld = CreateWeld(sectors,root,sectors,1,-1,-2,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  6.  
  7. local seclarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
  8. CreateMesh(seclarm,"Brick",1*8,2*8,1*8)
  9. local larmsweld = CreateWeld(seclarm,sectors,seclarm,1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  10.  
  11. local secrarm = CreateParta(secondchar,1,0,"Neon",GhostCol)
  12. CreateMesh(secrarm,"Brick",1*8,2*8,1*8)
  13. local rarmsweld = CreateWeld(secrarm,sectors,secrarm,-1.5,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  14.  
  15. local seclleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
  16. CreateMesh(seclleg,"Brick",1*8,2*8,1*8)
  17. local llegsweld = CreateWeld(seclleg,sectors,seclleg,0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  18.  
  19. local secrleg = CreateParta(secondchar,1,0,"Neon",GhostCol)
  20. CreateMesh(secrleg,"Brick",1*8,2*8,1*8)
  21. local rlegsweld = CreateWeld(secrleg,sectors,secrleg,-0.5,2,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  22.  
  23. local seched = CreateParta(secondchar,1,0,"Neon",GhostCol)
  24. CreateMesh(seched,"Brick",1*8,1*8,1*8)
  25. local hedsweld = CreateWeld(seched,sectors,seched,0,-1.5,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  26. --------------
  27. local sorb = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  28. CreateWeld(sorb,rarm,sorb,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  29. local sorb2 = CreateParta(m,1,1,"SmoothPlastic",BrickColor.random())
  30. CreateWeld(sorb2,larm,sorb2,0,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  31.  
  32. local handlex = CreateParta(mw2,1,1,"Neon",maincolor)
  33. CreateMesh(handle,"Brick",0,0,0)
  34. local handlexweld = CreateWeld(handlex,tors,handlex,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  35. local valuaring = 10
  36. for i = 0, 49 do
  37. valuaring = valuaring + 10
  38. rn = CreateParta(mw2,0,0,"Neon",halocolor)
  39. CreateMesh(rn,"Brick",0.25,0.1,0.1)
  40. CreateWeld(rn,handlex,rn,0,1,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  41. end
  42.  
  43. handlex = CreateParta(mw2,1,1,"Neon",maincolor)
  44. CreateMesh(handle,"Brick",0,0,0)
  45. CreateWeld(handlex,tors,handlex,0,-3,-2.1,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  46. local valuaring = 10
  47. for i = 0, 49 do
  48. valuaring = valuaring + 10
  49. rn = CreateParta(extrawingmod1,0,0,"Neon",halocolor)
  50. CreateMesh(rn,"Brick",0.5,0.2,0.2)
  51. CreateWeld(rn,handlex,rn,0,2,0,math.rad(0),math.rad(0),math.rad(valuaring),0,0,0,math.rad(0),math.rad(0),math.rad(0))
  52. end
  53.  
  54.  
  55. local handle = CreateParta(m,1,1,"Neon",maincolor)
  56. CreateMesh(handle,"Brick",0.5,0.5,0.5)
  57. local handleweld = CreateWeld(handle,tors,handle,0,-1.5,-1.05,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement