You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
the teams spawn working
What is the issue? Include screenshots / videos if possible!
the scripted item only spawns the player on one block, although it is supposed to do it on another block
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
-- e
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.
The First Variable inside a RemoteEvent is the Player, then, the others are referred to as any, You can set the Property when calling the function, same thing inside them
When wanting to call the RemoteEbent, Do this:
Teleport:FireServer(workspace.Owner.Position) -- Sets the Location Variable to this Position
wait(1)
Teleport:FireServer(workspace.Advisor.Position) -- Sets to Another Location