I am using “Get World Position” to grab the location of an object being thrown to Teleport to it, but the Teleport function is only teleporting me to the past location of that object and the world location is not continuously updating for some reason.
For instance, when i throw the shuriken 100 meters, and i teleport to it, it will only teleport me 10 meters along that path. Furthermore, it will reset the location of the actual shuriken to be where it previously was instead of where it actually is. I demonstrate this in my video above by throwing it past some trees, teleporting to it, and when i teleport, i have not past the trees and neither has the shuriken. This kind of breaks the mechanic i was going for where a player should be able to throw the shuriken and immediately teleport to it.
Is there some kind of problem with the actual world location of distant objects not continuously updating for some reason to save on memory? Or is the actual “get world position” function not actually updating every frame?