local plr = game.Players.LocalPlayer
local char = plr.Character or plr.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
-- Thử reset velocity để tránh anti-teleport
hrp.Velocity = Vector3.zero
hrp.RotVelocity = Vector3.zero
-- Teleport đến tọa độ
hrp.CFrame = CFrame.new(x, y, z)
Comments
local plr = game.Players.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local hrp = char:WaitForChild("HumanoidRootPart") -- Thử reset velocity để tránh anti-teleport hrp.Velocity = Vector3.zero hrp.RotVelocity = Vector3.zero -- Teleport đến tọa độ hrp.CFrame = CFrame.new(x, y, z)
I dont have image
First number is x. example x: 1000 or -1000. Second number is y. example y : 3 or -3. Third number is z . example z : 500 or -500
U can replace x y z by my x y z script have many number and replace