Alright, so I was looking at this post >>> How to make a Join User command! | Tutorial because I tried making a join command before but I got a few errors. That was back in 2016 and I decided that I would try to fix my bugs in that script again. Did not work. So I resulted to the internet and searched up “join command” because I had practically gave up by then but then I used that post. It doesn’t work and that leads me to the question, is it actually possible to make a join command? (For the people who don’t know what I mean by a join command I mean “/join JohnDoe” which lets moderators look at hackers and make sure they are cheating.)
It is possible to make a join command for only the place itself like murder mystery’s join friend function
It is not possible to make a command that will allow users to join games across the Roblox platform. You can however make a command that allows a user to join another user in a game that they are both in.
I’m assuming that you’re talking about joining servers within the same universe. A join command could be made using GetPlayerPlaceInstanceAsync from TeleportService to get a specific player’s server and then TeleportAsync to join the actual server. Also, you can use GetUserIdFromNameAsync to get a player’s user ID.
I’d be happy to help you. What are the errors that you are experiencing?
Mind sharing the script you’re using and the errors you’re getting? That way all of us will be able to help you fix your problem
Alright so, when I try to use the command it prints out no errors but doesn’t teleport me at all
Did you put the receiver script in the place you are wanting to handle the command?
I do not understand what you mean, I’ll send a screenshot if you want.
Are you trying to teleport through different games or different places within your game? My system was made for same game only.
Yeah! I am trying to teleport through different places in my game.