Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr=game.Players.LocalPlayer
- hum=plr.Character.HumanoidRootPart
- mouse=plr:GetMouse()
- tool=Instance.new("Tool")
- tool.RequiresHandle=false
- tool.Name="click teleport tool"
- tool.Parent=plr.Backpack
- tool.Activated:connect(function()
- hum.CFrame=CFrame.new(mouse.Hit.p+Vector3.new(0,3,0))
- end)
Advertisement
Add Comment
Please, Sign In to add comment