I’m not the strongest at math and I kinda want to get better. I want to use math in a more practical way instead of just memorizing formulas. how can I use math in my code. Right now I’m learning about vertical/ Horizontal asymptotes and I’m wondering if I can use this function to animate cframes
Im only in geometry this year but i think i know what is happening.
so with the graph there are two values that are constantly changing (the y and x). With the code you have right now it is just finding the one point on the line and placing the part in one area (you probably already knew that stuff)
To animate the part’s CFrame you can use TweenService. Im not exactly sure if you are able to make your own EasingStyles but this page may help
Good luck
Edit: If you are going to make your own tweening code (Not using Roblox’s api) make sure to stray away from using wait() and use something like RunService.RenderStepped:Wait()