Reference ID
e2b3efb4-49bb-a66e-850f-0884a295a36d
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Summary
MoveTo function still causes prop to flicker back to start position when called sometimes.
Steps to Reproduce
- Using the code detailed in the linked forum post, write a function to move a prop to a location using MoveTo.
- In game, activate the function and view the results.
- Watch the prop as it moves to the goal location set by the function.
Expected Result
The prop should stop at the goal location once it reaches it, and not briefly flicker to the position where it started the MoveTo function.
Observed Result
Sometimes (I don’t know why exactly) the prop will flicker back to the start of it’s movement.
Platform(s)
PC
Additional Notes
Was asked to create an issue here in this post.
This provides the code I’m using for the MoveTo that’s causing this issue - other instances of MoveTo in my code seem to be working fine? Not sure if more of the code would be needed to properly narrow down the issue.
I’m using Mutator Zones that detect a player getting close to the object to trigger this movement. Not sure if that might be an important factor?