Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you make the player teleport after a certain dialogue choice?

Asked by 2 years ago

Does anyone know how to make the player teleport to a different place after a certain dialogue choice? I am new to coding and don't know what to do.

0
Everything kind of depends on how you're running your dialogs. Got any code you can post?> CrazySOB7 7 — 2y
0
just use Dialogchoiceselected on client kepiblop 124 — 2y
0
Use TeleportService BeautifulAuraLover 371 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

Hello if you mean teleport on different place in current game, it is simple, just do this.

if choice == a then
    YourPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(yourLocationCFrame)
end
Ad

Answer this question