I am currently having a problem reading this NumberSequence. I want to replicate it in a script inside of ReplicatedFirst but I don’t know how to read it, it just looks like a bunch of random numbers to me.
A number sequence is essentially an xy graph that has time as x and y as the second number. It must always start at zero. An example of this is the first part of your output 0 0.729412. This says at time 0 go to point 0.729412. As you can see at the end (when x = 1) it goes back to zero so it can be looped. You can see a graph of this here: Graphing Calculator. As for converting it back you would need to make a series of number sequence keypoints like so: