Like if I have a brick named "Tele" how do I move the player to the brick?
use the MoveTo() Method
char = Character directory Tele = ur Brick Directory here function Teleport() char:MoveTo(Tele.Position) end call the function in any way u like...
Change the CFrame of the character's torso. This will teleport the character.
game.Workspace.PlayerName.Torso.CFrame = CFrame.new(game.Workspace.Tele.Position) --Moves a player to the position of your choice.
If you want to know how to connect to to events, just ask!