Hello there!
I’m not very familiar with scripting things that are associated with the player, but I am trying to script a teleporter pad that does the following when a player steps on it:
-
Checks if the player is in a certain group. If yes, it brings up a teleporter GUI. If not, it tells them to join the group in order to use the teleporter.
-
The GUI list on the teleporter shows different areas that players can teleport to, and when they select a button, it teleports them to that assigned teleporter.
-
Teleport cooldown (debounce) until they can use the teleporter again.
These are the basics of what I would like to make. Very similar to the Insta-travel pads in Innovation Labs. How would I go about creating this? I appreciate any and all help you can give. Thanks so much!