I’ve searched the internet so much but I can’t find any tutorials or examples on how to do this I dont know if its my wording or what but I cannot find a video which shows me how to make a group of players in a party and if like a mouse button function or a click detector is fired all the players in the party get teleported to a part, Help or any actual tutorials would be appreciated thank you!
Make a part for all the players to be in(party location) when everyone needs to go, loop through the players and make there character’s cframe the same as that part
Do you have a tutorial though?, Like one for guis serverscripts etc
Hmm, I don’t really know what you’re heading for here, but from what I can see, you’re not trying to teleport the players to a different place, but rather a different part of the game in the same place ?
Yes, like for example it’s so I can teleport players to a boss in the game if they are in the same group/party but I don’t know how to do it…
Oh, haha, that’s actually somewhat easy, the teleporting part I mean… assuming you’ve already gotten some sort of “Party system” ready to use, you could set up some button click event or something similar to do a for loop inside one party to get all players, then teleport them by their HumanoidRootPart, and sorry if it’s kind of a whacky explanation, I’m not very good at these lol
You could do it so when they hit the “join” button on the gui it puts there character into a table value and after a certain timer or when the host presses “begin” or something like that just loop through the table using a for i, v loop and check if the character is still there (in case they leave the game) then teleport their humanoidrootparts with cframe
There isn’t a tutorial for one thing although you should go for
Foor loops (to loop through the players)
CFrame /teleport script (Alvinblox and many others yts have tutorials on that)
When people accept the party invite, you put them into a table, when you teleport them, you loop through the table.