How to make teleporter roblox (teleport service)

tutorial is outdated
(message me if you want me to update the tutorial)
hello everyone!
this is my very first tutorial, i hope u liek
if you have some trouble ask me about it and i’ll try my best to help
and if you have some feedback or suggestions tell me and i’ll make some changes

it is not your average teleporter

alrighty!
you’ll need these four things

  1. zoneplus
  2. tag editor plugin
  3. teleport module
  4. teleport stuff

after you got all the stuff you need, open up roblox studios

then open up tool box

then look for the zone plus and teleport stuff
and put them inside your game

after that then put zoneplus in ReplicatedStorage
zonetorep

next click on the drop down arrow in teleport stuff and then drag the teleport gui into ServerStorage

then lastly drag the entire teleport stuff folder into ServerScriptService

then if you got the teleport module, if not then (click the link for it and then scroll down until you see teleport module and then make a module script and name it “TeleportModule” and put it in replicated storage and then click on it and copy and paste the code inside of it)

now insert a part (either right click or home/model menu)
then name the part “Zone” without " the quotation marks "
then group the part together by (either pressing ctrl + g or left right click)

now here’s the hard part now select the group in the workspace
then if you want you can name it (if you want to)

then go to property tab

and press add attributes

the four attributes you’ll need are

  • MaxPlayers – the amount of players that are allowed to the teleporter
  • MinPlayers – the amount of players are at least required to be teleported
  • Time – the amount of time it takes to teleport
  • PlaceId – the place id is where you want players to teleport to
    image

name it exactly how it is or it also won’t work
set the attribute type to number or it wont work
making attribute

you can change the values of the attributes to your liking
set min players at least 1 or higher to work
and as well as for max players 1 or higher to work
set time also 0 or more
and for placeid you can uh search how to get it

you’re almost there you got this!
this is the last part until it’s ready to go

now at the top and find plugins
plugins
then next click on manage plugins
manage plugins

now scroll down and find tag editor plugin and open it up

then add new tag “teleporter” without quotations
image

then just click on your group/model
and check the box, and bam! ur done(if you haven’t messed up or me)

testing

test model
here is a place that you can test out the teleporter
just open it up and everything should be set for you
teleporter place.rbxl (75.1 KB)

good luck!

8 Likes

No offense, but I never knew I needed all of this for a teleporter

1 Like

Yeah lol. Just use teleport service. Nothing hard.

No, you can use character:MoveTo., Teleport service is used to teleport to one experience to another one

1 Like

Oh i thought they were talking about game teleporting.

You should use :pivotto instead, it’s newer and better

1 Like

1 question, why is there no scripts here?

oh i should probably mention its a teleporter which teleports multiple players inside of it to a different game, not inside the same game

image

why are u making this so complex? you can just add a debounce touch part or a :MoveTo() script to teleport the player inside. also teleport service exists lol

sorry my bad to make it complex, but in the long run it just makes it much easier to make multiple teleporters without having to copy the same script and modify it multiple times for each teleporter

zone plus checks if the player is in the teleporter(touch events sometimes messes up, thats why of zone plus)
tag editor plugin makes it so you enable/disable the teleporter by just click of a button
teleport model is the model so players can actually teleport
and teleport stuff is the scripts and a billboard gui that has the amount of players inside and the time left

yeah my bad

1 question, how does this even work when theres no scripts here?

the scripts that make the teleporter work is in teleport stuff