#Delayed Signal of Player postition
1 messages · Page 1 of 1 (latest)
If there’s a will there’s a way
You can, but you'd have to have a separate chip for each frame you want to delay that position, i assume it gets costly 😅
INTERPOLATIONNNNNN
That’s why it’s kinda impossible but possible
Only 300 frames
Make a list of 300, then make a delay where it moves the number up in the list once’s every 30th of a second
And then have that top value go to the set position
Would that not work?
it could work
I’m gonna try and I’ll check in
So now I just need a way (no matter the difficulty and time) to add the vector3 and quarter stuff to the bottom or top of list and then move that one down/up a spot
How would I do such a thing
You could use a flip flop
What
Your supposed to save your position into a list vector then teleport the hand to element/position in index 0 then remove it then repeat the process
Yes, so I’ve never worked with lists before and need to figure out how to add them to the list and then make them move up the list and like delete the top one after use