[SOLVED] Teleporting Player to another place (roblox game) when activating a textbutton

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I have a nice little menu but i want to know how to teleport the player from the place with the menu to the place with the other stuff basically the actual game.

  1. What is the issue? Include screenshots / videos if possible!

I am unfamiliar with teleport services.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

Yes but none of them was useful for me.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

3 Likes

For this, you will need to use a RemoteEvent to communicate to the server that the button was clicked. From there, you can use a script on the server side to teleport the player.

I see. But could you tell me which service i should use for the teleport?

1 Like

This one.

1 Like


Yep after a bit of scripting it works perfectly!

1 Like