So after a npc is done talking i want the players to teleport. How would i make this?
1 Like
What kind of “talking” will you use? A custom GUI or the roblox default?
1 Like
Another place as in position or…?
1 Like
Please be more specific. What kind of NPC is this? Where do you want the players to be teleported? Is it a teleport to a different game/place? Or is it a teleport to a different part of the map?
1 Like
I want the players to be teleported to another game.
teleported to another game yeah place
There is some sample code here:
after a npc is talking using the custom GUI then the players get teleported
Well, i think the script you used is a local script. So what you can do is to make a remoteEvent get fired, including as a parameter the player, so a normal script gets they, and teleports him.