Advertisement
trolman5678

ultimate rocket lol

Aug 23rd, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --THIS SCRIPT! IS ONLY LOCALSCRIPT!
  2. --This CFrame! is only Weld!
  3. local PChar = game.Players.LocalPlayer.Character
  4. local TorsoPart = Instance.new("Part", PChar)
  5. local Music = Instance.new("Sound")
  6. Music.Parent = game.Workspace
  7. Music.SoundId = "http://www.roblox.com/asset/?id=177874365"
  8. Music.Name = "GOTOMOON"
  9. TorsoPart.Name = "BackPlane"
  10. TorsoPart.Size = Vector3.new(2, 2, 3)
  11. TorsoPart.Position = Vector3.new(4, 1, -4)
  12. local W1 = Instance.new("Weld", PChar.Torso)
  13. W1.Part0 = PChar.Torso
  14. W1.Part1 = PChar.BackPlane
  15.  
  16. local Ping = Instance.new("Part", PChar)
  17. Ping.Name = "Pine"
  18. Ping.Size = Vector3.new(12, 1, 1)
  19. Ping.Position = Vector3.new(4, 1.5, -4.5)
  20.  
  21. wait(1)
  22.  
  23. local W1 = Instance.new("Weld", PChar.BackPlane)
  24. W1.Part0 = PChar.BackPlane
  25. W1.Part1 = PChar.Pine
  26.  
  27. wait(10)
  28.  
  29. local ff = Instance.new("ForceField", PChar)
  30. Music:Play()
  31. local h = Instance.new("Hint", game.Workspace)
  32. h.Text = "!!! ROCKET IS READY !!!"
  33.  
  34.  
  35. wait(1)
  36.  
  37. while true do
  38.     wait(0.0000000000000000000000000001)
  39.     local ROCK = Instance.new("Explosion", PChar.Torso)
  40.     ROCK.Position = PChar.Torso.Position
  41.     h.Text = PChar.Torso.Position.Y
  42.     if PChar.Humanoid.Health == 0 then
  43.         h:Destroy()
  44.         Music:Destroy()
  45.     end
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement