Does the word Bezier confuse you?!
Don’t like math?!
Well I got the thing just for you!
Simple module that takes a:
- Table containing positions
- Percentage value (0-1)
Returns:
- The position on the bezier curve.
Curve that’s formed by the table provided (0 = Start, 1 = Finish).
Demo: Beizer.rbxl (13.9 KB)
This can be simplified alot, altho the function is moste clearly seen in this demo and can be optimized as needed by the user.