#get players characters to teleport them to a part
1 messages · Page 1 of 1 (latest)
Why is your tp script in server storage? Where ar you trying to teleport your players? ill help
I recommend it goes to the actual part
It’s fired before every character is loaded in
Add a wait or if you wanna do a roundbased game, teleport at beginning of round if that’s what u want
tbh idk the optimal place to put it, i figure i'd put it in server storage since the character is on the server side it'd be appropriate
put it in serverscriptsservice
why?
i added a 5 second wait but it still isn't working, let me move it to serverscriptservice to see if that makes it work
it didn't change anything
** You are now Level 1! **
i added a debug here & it's not printing either
will do
So it works?
Add the wait in beginning instead of in the for loop
no, i thought maybe it'd be easier to access the humanoid root part instead of the character but i'm still drawing blanks, also not getting any error messages
here's where i'm at rn
starting to think that it's an issue w/the for loop since anytime i put a print statement in there it doesnt work
Add printing between every line in the loop
The reason why it doesn't appear to work is probably because your player hasn't loaded in yet try adding task.wait(2) in the beginning
yea this was the solution, i think the wait would have worked too but instead i wrapped it inside of a player added function so that it waits for the player to exist then it gets their character etc
thx 4 all the help yall
But now when 1 player joins you tp everyone