What is better to create a smooth turn?

I would like to make a 90° turn for a tower defence game. I am just wondering if I should use splines or Bezier curves. Or if there is a smoother/ better way.
This is my turn at the moment.

Comprehensive guide to types of curves/splines: https://www.youtube.com/watch?v=jvPPXbo87ds

2 Likes

How would I make a b-spline in roblox studio though?

1 Like

Implement the equations that descibe B-splines in code, or find an existing implementation.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.