Trying to make a guided bomb as a scripter

  1. What do you want to achieve? Keep it simple and clear!
    I want to make a laser guided bomb that corrects it path and falls onto a designated point but I am struggling to figure it out because I am a complete beginner. (GBU-10 Paveway is the bomb btw)
  2. What is the issue? Include screenshots / videos if possible!


    Ive tried using attachments and alignposition but it just doesnt work, I do not know how to work with them
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    ive tried to use different stuff, but i want gravity to direct the bomb onto the targetPosition
1 Like

One issue with align position is that you are setting the position of the attachment you created at runtime. You set the position of the attachment, but the position is relative to the part’s CFrame or the part’s pivot CFrame (can’t remember). You should set the position to Vector3.zero