Im making a Honest QnA Show and I invited some ppl
but There participants/Guests and I dont want them to spawn at the lobby. I want them to spawn at the backstage. Is that Possible to make a script for that?
You can make 2 teams one of them for participants and the other one for Guests. And then make 2 spawn points and color the spawnpoints the same colour as the team
1 Like
Ok i will try that thanks for your reply
Another way that it can be done, is make a table of names, so
local Guests = {"NameOfGuest", "NameOfGuest2"} -- Add more if you would like
and when a player does join and there character is added, use MoveTo() add move them to the backstage, and maybe turn the reset button off. Iām not a great scripter but this should work. What @EHGTR1903 said, should also work fine.
1 Like
Ok sir I will also try that Thank you for your reply