--credits to original poster (https://scriptblox.com/script/Universal-Script-Tp-tool-script-5767) this is a modded version to teleport in Forsaken(roblox) --Join my discord https://discord.gg/aURYrXJTZJ mouse = game.Players.LocalPlayer:GetMouse() tool = Instance.new("Tool") tool.RequiresHandle = false tool.Name = "[TP Tool]" tool.Activated:connect(function() local pos = mouse.Hit+Vector3.new(0,2.5,0) pos = CFrame.new(pos.X,pos.Y,pos.Z) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos end) tool.Parent = game:GetService("Workspace").Players.Survivors["007n7"] --modify the "007n7" to be your survivor(e.g shedletsky, Noob, )