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
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
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
name it exactly how it is or it also won’t work
set the attribute type to number or it wont work
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
then next click on manage plugins
now scroll down and find tag editor plugin and open it up
then add new tag “teleporter” without quotations
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!