How to teleport only players to a specific area when clicking a button, not the host

So, I’m making a game where the host can click any button to annoy the players. I need help making a button that only teleports the players, not the host, to a specific area of the map.

Hmm… this might be simple.
You could try making a button which only the host can access that affects all other players.


The host only access thing can be done with a simple system like this:
The button is not active when game starts


Then wire a Life cycle to the button to activate it

This will basically make the button only accessible for the host to press.


Next, to make it so the button affects all the other players, wire the button to a relay.




This will make it so the button affects all other players, not the host.


Now, to help with your specific question for your game, you can connect the relay to a teleporter or any other system. And there you go!


Please tell me if you have anymore questions or if you don’t understand something! :)

3 Likes

Ok, I’ll try it out now :slight_smile:

Ok, so just to confirm, the relay will make the button only effect the players?

Thank you!!! It worked :slight_smile:

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.