Missle Movement

testing that right now thanks! typing to turn over

just dont use while(true) because it will loop indefinitely (you prob know that already)

umm yeah I am using rotation to make it work so it can’t be in one direction it has to be in the direction of the front of the missle

i found this post that will help:

(edited code from the post):
`

ClonedMissle.CFrame = ClonedMissle.CFrame + (ClonedMissle.CFrame.LookVector + Vector3.new(1,0,0))

`
keep in mind that this algorithm uses CFrames and not positions

Thank you for the pretend function. I was trying to pretend but couldnt !

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.