Login

Fancade Wiki

Renamed

... ...
@@ -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
![Smooth_position.png](https://cdn.discordapp.com/attachments/520112989416718346/785029553819090944/Screenshot_20201206-1155032.png)
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
![Smooth_position.png](https://cdn.discordapp.com/attachments/520112989416718346/785029553819090944/Screenshot_20201206-1155032.png)
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
Fancade Wiki