welel33t

Untitled

Sep 30th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. plyr = game.Players.wp8DwWg
  2. char = plyr.Character
  3. torso = char.Torso
  4. ra = char["Right Arm"]
  5. la = char["Left Arm"]
  6. rs = char.Torso["Right Shoulder"]
  7. ls = char.Torso["Left Shoulder"]
  8. rl = char["Right Leg"]
  9. ll = char["Left Leg"]
  10. h = char["Head"]
  11.  
  12. ra.Transparency = 0.5
  13. la.Transparency = 0.5
  14. torso.Transparency = 0.5
  15. rl.Transparency = 0.5
  16. ll.Transparency = 0.5
  17. h.Transparency = 0.5
  18.  
  19.  
  20. part1 = Instance.new("Part", char)
  21. part1.Size = Vector3.new(1, 3, 1)
  22. part1.Transparency = 0.5
  23. part1.TopSurface = "Smooth"
  24. part1.BottomSurface = "Smooth"
  25. part1.CanCollide = false
  26. special = Instance.new("SpecialMesh", part1)
  27. special.MeshId = "http://www.roblox.com/asset/?id=1045320"
  28. special.TextureId = "http://www.roblox.com/Asset/?id=64480638"
  29. special.Scale = Vector3.new(3, 3, 3)
  30. light1 = Instance.new("PointLight", part1)
  31. light1.Range = 20
  32. light1.Brightness = 1
  33.  
  34. r = Instance.new("RocketPropulsion", part1)
  35. r.Target = game.Workspace.Welerion.Head
  36. r.Name = "Rocket"
  37. r.ThrustD = 1.5
  38. r.ThrustP = 5
  39. r.TurnD = 500
  40. r.TurnP = 3000
  41. r.MaxSpeed = 70
  42. r.CartoonFactor = 1
  43. r.TargetRadius = 2
  44. r.MaxThrust = 4.0000e+005
  45. r.MaxTorque = Vector3.new(4.0000e+005, 4.0000e+005, 0)
  46. r:fire()
  47.  
  48.  
  49. part2 = Instance.new("Part", char)
  50. part2.Transparency = 0.5
  51. part2.CanCollide = true
  52. special2 = Instance.new("SpecialMesh", part2)
  53. special2.MeshId = "http://www.roblox.com/asset/?id=1045320"
  54. special2.TextureId = "http://www.roblox.com/Asset/?id=64480638"
  55. special2.Scale = Vector3.new(2,5, 2,5, 2,5)
  56. w = Instance.new("Weld", char)
  57. w.Part0 = part2
  58. w.Part1 = ra
  59. w.C0 = CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(90),math.rad(90),math.rad(90))
  60.  
  61. part3 = Instance.new("Part", char)
  62. part3.Transparency = 0.5
  63. part3.CanCollide = true
  64. special3 = Instance.new("SpecialMesh", part3)
  65. special3.MeshId = "http://www.roblox.com/asset/?id=1045320"
  66. special3.TextureId = "http://www.roblox.com/Asset/?id=64480638"
  67. special3.Scale = Vector3.new(2,5, 2,5, 2,5)
  68. w2 = Instance.new("Weld", char)
  69. w2.Part0 = part3
  70. w2.Part1 = la
  71. w2.C0 = CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(90),math.rad(90),math.rad(90))
  72.  
  73.  
  74. tea = Instance.new("Part", char)
  75. tea.Size = Vector3.new(1,1,1)
  76. tea.CFrame = CFrame.new(3,3,0)
  77. tea.Transparency = 0.5
  78. tea.CanCollide = false
  79. special4 = Instance.new("SpecialMesh", tea)
  80. special4.MeshId = "http://www.roblox.com/asset/?id=1045320"
  81. special4.TextureId = "http://www.roblox.com/Asset/?id=64480638"
  82. special4.Scale = Vector3.new(0.5,0.5,0.2)
  83. w3 = Instance.new("Weld", char)
  84. w3.Part0 = tea
  85. w3.Part1 = torso
  86. w3.C0 = CFrame.new(0.7,-0.5,0.5)*CFrame.Angles(0,0,0)
Add Comment
Please, Sign In to add comment