-
What do you want to achieve?
I want to know how to get all of the numbers in between two numbers (e.g., 1 through 100). -
What is the issue?
I cannot get the numbers in between two numbers. -
What solutions have you tried so far?
I looked all over the Developer Hub, but I could not find any solution.
Here is my code:
local X = math.clamp(0, -3.998, 4.001)
local Y = math.clamp(0, 0.131, 13.857)
local Z = math.clamp(0, 32.708, 41.758)