- Home /
Question by
sammedvn2121 · Sep 30, 2020 at 12:45 PM ·
movementpositionspeed
How to adjust speed of an object when it is moved by changing its position ???
Like I just wanted to make minimap type interface which track the player . I copied the player position along z-axis and give it to the player in minimap position along y axis. Now I wanted to adjust speed of minimap player . But how to adjust it , as it is moving by changing its position ?? I don't want to use transform.Translate .
Comment