math.clamp() restricts a certain number x between a min number and a max number. local minNumber = 0 local maxNumber = 10 local x = 11 ...
確定! 回上一頁