Created Can we change pos smoothly like LERP? (markdown)
commited
commit
f1a093fe92c51e7cef1e0c79e6f4318507076ed2
... | ... | @@ -0,0 +1,6 @@ |
1 | LERP is a very good script for changing Rot A which is the rotation of a block to Rot B, smoothly. |
|
2 | After understanding LERP and using it in a few projects, you will always want something like LERP Position of some sort. For you, here is a script to make you understand. |
|
3 | ||
4 |  |
|
5 | ||
6 | Explanation of the above script: A is the point where B (The position of the block) needs to reach. Speed is the speed that B needs to reach A. (Set B to the position where the block needs to stand initially, in a single frame) Just do this and you'll love it. |
|
... | ... | \ No newline at end of file |