Renamed
commited
commit
fda0365df91c032a46fb1fe33aa26bf70c06c782
... | ... | @@ -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 |
... | ... | @@ -1,6 +0,0 @@ |
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 |