Advanced mathematics in roblox studio

Its the noob here again.
Been practicing for 2 yrs. Almost know how to do anything. Something that has been throwing me off is mathematics in roblox studio, i’ve taken algebra1,2,geo,trig,calc1 and I am having trouble creating and using mathematical algorithms inside code. Any ideas how I can work on my mathematical skill inside code itself?

Hey there,

I’d recommend you use your knowledge and stuff at maths alongside Lua, to create some modules and algorithms for games or even websites.

If I am not mistaken, there are some posts that can help directing you

Beyond that, you could use your skills to make a game bases on maths and stuff, for e.g- you could make functions that create mathematic functions in the game( for e.g, linear, and all those, you could use that to make a game where people could solve such stuff, if you know what I mean)

https://developer.roblox.com/en-us/api-reference/lua-docs/math

Might be worth taking a look at Roblox’s documentation of Lua’s math library which acts as an interface to C’s math library.

1 Like

Looked at everythin, and i understand all of it. What i am having trouble is knowing what to do when in an algorithm