Difference between revisions of "FastTravel - Game"

1 byte added ,  18:14, 6 August 2018
m
imported>DavidJCobb
(→‎Notes: ragdolling is broke)
imported>DavidJCobb
m (→‎Notes: typo)
Line 26: Line 26:
*In some cases, a loading screen will play but the player will stay on the same spot.
*In some cases, a loading screen will play but the player will stay on the same spot.
*This function doesn't always work as intended. An alternative is using [[MoveTo - ObjectReference]]. Due note however that MoveTo does not advance time.
*This function doesn't always work as intended. An alternative is using [[MoveTo - ObjectReference]]. Due note however that MoveTo does not advance time.
* Neither FastTravel nor MoveTo will work properly if the player is currently ragdolling. If the map marker is in another worldspace, the player will go to their current coordinates in that worldspace; if the marker is in the same worldspace, the player's physics will glitch and carry them toward the marker until they stop ragdolling. To avoid these problems, you should call [ForceRemoveRagdollFromWorld - ObjectReference]] on the player before trying to fast-travel.
* Neither FastTravel nor MoveTo will work properly if the player is currently ragdolling. If the map marker is in another worldspace, the player will go to their current coordinates in that worldspace; if the marker is in the same worldspace, the player's physics will glitch and carry them toward the marker until they stop ragdolling. To avoid these problems, you should call [[ForceRemoveRagdollFromWorld - ObjectReference]] on the player before trying to fast-travel.


== See Also ==
== See Also ==
*[[Game Script]]
*[[Game Script]]
Anonymous user