#Delayed Signal of Player postition

1 messages · Page 1 of 1 (latest)

tacit kite
#

I’m pretty sure you can’t

fiery jacinth
#

If there’s a will there’s a way

calm cypress
#

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 😅

tacit kite
#

That’s why it’s kinda impossible but possible

fiery jacinth
#

Only 300 frames

tacit kite
#

You can try it then

#

Use a list<vector3> variable and save all the positions

fiery jacinth
#

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?

tacit kite
fiery jacinth
#

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

fiery jacinth
#

How would I do such a thing

turbid zodiac
#

You could use a flip flop

fiery jacinth
#

What

tacit kite
fiery jacinth
#

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