--BROUGHT TO YOU BY RobloxScripter.com!--
--re-execute and repeat the fire 1 missile procedure every time you respawn
local rocket = game:GetService("Players").LocalPlayer.Character:FindFirstChild("Lockheed Martin F-35C Lightning II [External Weapons]"):FindFirstChild("[DR]335")
game:GetService("RunService").RenderStepped:Connect(function()
rocket.Name = "[R]335"
end)