I need help creating a previous points system

Hi guys, I’m trying to create a system that works as a radar and can display aircrafts positions. I’m trying to make a past positions function which after 5 seconds creates a new point and draws a line through all the points. How would I store the points for each individual aircraft?

1 Like

Maybe use Vector3Values, or CFrameValues and put it in serverStorage, you could also use ObjectValues to save the specific aircraft.

How could I add a new Vector3 value everytime a point was added and reference it later?

Sorry, what do you mean by this?

Oh wait nevermind I fixed it. You’re a life saver

1 Like

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