Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Summary
I’ve tried using, MoveTo and TeleportTo on creative_prop’s in my map, that are referenced in my verse script. In the verse code, MoveTo and TeleportTo succeed, they don’t fail. And if I log the location of the prop, the location is indeed the new location where it should be. But what happens in the game is, MoveTo and TeleportTo sometimes work and sometimes don’t work. Weirder case is that sometimes, MoveTo and TeleportTo work for some connected players, and don’t work for some other connected players, for the same prop.
All my props are movable and have their collisions closed and they generate no overlaps.
Steps to Reproduce
Have bunch of creative_prop’s in your scene (I had 19). When some event happens. change the locations of all these props one by one, to some different determined location for each prop, by MoveTo or TeleportTo.
Expected Result
All props should go where they supposed to all the time, if there is an error, it should be observable in the Verse.
Observed Result
Props don’t go where they supposed to and when this happens, error is not observable in Verse.
Platform(s)
PC, Windows.