So, I’m trying to make something that’s bendable. (There are 11 parts that make this up)
However, I want a function that bends it more when a certain number is higher
local function Bend(intensity)
—whatever is used to make it bend more here
end
Is there any way to do this?