print("math") function Lerp(a, b,c) return a + (b - a) * c end function Round(a) return math.floor(a + .5) end print("loaded")