
MPP - Teleport Hybrid Pro
You need to own this item to leave a rating.
USER GUIDE: TELEPORT (HYBRID PRO) V1.4
________________________________________
OVERVIEW
The "Teleport (Hybrid Pro)" script lets visitors teleport to another Sansar experience or to a specific location in the same scene. It's easy to configure, no scripting skills needed.
Main features:
• Trigger teleportation by click or by entering a volume.
• Confirmation popup with Yes/No.
• Teleport to a different world or to a local spot.
• Optional sound playback on teleport.
• Customizable text and behavior through the properties panel.
________________________________________
HOW TO USE IT
1. Add the script to an object
o In Build mode, select an object.
o In the "Script" section, add "Teleport (Hybrid Pro)" from your inventory.
2. Configure the properties
• InteractionEnabled
o Set to true for click activation.
o Set to false to trigger on collision (volume entry).
• TeleportWorld
o Set to true to teleport to a different experience (using the URL).
o Set to false to teleport inside the same scene.
• DestinationUrl
o Paste the Atlas URL of the Sansar world to teleport to.
o Example: https://atlas.sansar.com/experiences/morganeparis/mpp-mainstore
• DestinationPos
o Set the X, Y, Z coordinates to teleport the user locally.
• DestinationFwd
o Set the rotation X, Y, Z (use <0,0,0> to keep the user’s current rotation).
• LocationName
o Give a name to your local destination (shown in the confirmation popup).
• ButtonLabel
o This text appears on the clickable object when click interaction is used.
• PlaySound
o Set to true to play a sound after confirmation.
• TeleportSound
o Choose a sound from your inventory. Must be imported .wav or .ogg.
________________________________________
EXAMPLES
To teleport to another world:
• Set TeleportWorld to true
• Provide the destination URL
• Leave DestinationPos and DestinationFwd at <0,0,0>
To teleport within the same scene:
• Set TeleportWorld to false
• Provide DestinationPos and DestinationFwd
• Use a clear LocationName
To choose activation method:
• Set InteractionEnabled to true for click
• Or set to false to use collision
________________________________________
TIPS FOR CREATORS
• Use meaningful LocationName values to inform your visitors.
• Test the behavior in Visitor mode.
• You can duplicate the object and set unique destinations on each one.