#get players characters to teleport them to a part

1 messages · Page 1 of 1 (latest)

brazen mesa
#

not receiving an error message

unsure as to why it's not working, trying to test this so that i can setup some sort of round based minigame system

unkempt breach
#

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

analog wharf
brazen mesa
unkempt breach
#

put it in serverscriptsservice

brazen mesa
#

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

covert minnowBOT
#

studio** You are now Level 1! **studio

brazen mesa
#

i added a debug here & it's not printing either

sweet kiln
#

Do local char = player.Character or player.CharacterAdded:Wait()

#

Lmk if it works

brazen mesa
#

will do

sweet kiln
#

So it works?

analog wharf
brazen mesa
# sweet kiln So it works?

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

sweet kiln
#

Add printing between every line in the loop

potent galleon
#

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

brazen mesa
#

thx 4 all the help yall

sweet kiln
#

But now when 1 player joins you tp everyone