Advertisement
welel33t

Untitled

Oct 1st, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 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.  
  13.  
  14. part1 = Instance.new("Part", char)
  15. part1.Size = Vector3.new(1, 3, 1)
  16. part1.Transparency = 0.5
  17. part1.TopSurface = "Smooth"
  18. part1.BottomSurface = "Smooth"
  19. part1.CanCollide = false
  20. special = Instance.new("SpecialMesh", part1)
  21. special.MeshId = "http://www.roblox.com/asset/?id=1045320"
  22. special.TextureId = "http://www.roblox.com/Asset/?id=64480638"
  23. special.Scale = Vector3.new(3, 3, 3)
  24. light1 = Instance.new("PointLight", part1)
  25. light1.Range = 20
  26. light1.Brightness = 1
  27.  
  28. b = Instance.new("RocketPropulsion", part1)
  29. BasePart.Target = plyr
  30. r.Name = "Rocket"
  31. float.ThrustD = 1.5
  32. float.ThrustP = 5
  33. float.TurnD = 500
  34. float.TurnP = 3000
  35. float.MaxSpeed = 70
  36. float.CartoonFactor = 1
  37. float.TargetRadius = 2
  38. float.MaxThrust = 4.0000e+005
  39. float.MaxTorque = Vector3.new(4.0000e+005, 4.0000e+005, 0)
  40. void:fire()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement