ty brotherRoblox teleport
Teleport key: "v"
Lua:plr = game.Players.LocalPlayer hum = plr.Character.HumanoidRootPart mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key == "v" then if mouse.Target then hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) end end end)
You should execute it with synapse x or another executor and press button V and you will teleportHow do i use this ?