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.
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.