TeleportService but easier - ModuleScript

Hey there fellow developers!

I’ve made a small module that can help new developers/scripters with TeleportService, as I’ve seen on multiple occasions that people are having troubles with it.

You can find the documentation on what the functions do, what arguments they require, and what they return here - (github docs for the module)

How to use the module:

  1. Get the module (public roblox model) here
  2. Insert the module in your game
  3. Require the module in a script (read this if you don’t know how)
  4. You can now use the functions mentioned in the docs (replace “TeleportModule” with whatever variable you stored the module script in)

If you ran into any problems, would like to make a comment, or would like to suggest an update, please let me know!

2 Likes

Cool. For the GitHub repo have the README.md be what the project is about and have the code (your current README.md) be in a CODE file.

Edit: I submitted a pull request that should fix the stuff I mentioned above

1 Like

Hey, thanks for your contribution, I appreciate it!

2 Likes