Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
You can't make something move to a specific position instantly unless you can have an existing tag in the scene at a desired position so that you can use that with a teleport gadget. You can however get an object to move quickly to snap into position based on some grid increment. Basically you'd get the current position of the object and calculate the snapped position with round etc. then set an advanced movers speed to force the object into that position. One way is to use the difference between where you want it to be and where it is as the speed in each dimension. Then the further it is away from the snapped position the faster it'll move towards it.
Hopefully in future we'll be able to set a transform directly on an object.