How to extract numbers from a numbersequence? [answered by asker]
Asked by
4 years ago Edited 4 years ago
Hello,
I am trying to extract the numbers from an number sequence. Heres what i have tried:
2 | goal 3. Size = NumberSequence.new( { |
3 | NumberSequenceKeypoint.new( 1 ,v.Size.Keypoints [ 1 ] *times), |
4 | NumberSequenceKeypoint.new( 1 ,v.Size.Keypoints [ 1 ] *times) |
6 | local t 3 = game.TweenService:Create(v,ti,goal 3 ) |
but the error says that its trying to index number with userdata. How do i do this?
Thank you. p.s. i didnt find anything else relationed to this in google