oes any one know how i can teleport my thing towards my character by increments, like making it move 5 studs?
https://media.discordapp.net/attachments/165226280118255616/500509023771033601/howtotpherepls.png - example
I have modified the code from the tweet above to suit your needs. Please take a look at the code to see what I have done and how this works. (https://www.roblox.com/games/1088334573/Robloxs-New-Pathfinding-APIs)
This specific method relies solely on pathfinding - a built in Roblox service that can be used for things such as this. You can also do it with math - but since I had this on hand I have left it as such.
Helpful links to learn from: