Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ____ _ _ ____
- | _ \ __ _ ___| |_ ___ __| | | __ ) _ _
- | |_) / _` / __| __/ _ \/ _` | | _ \| | | |
- | __/ (_| \__ \ || __/ (_| | | |_) | |_| |
- |_| \__,_|___/\__\___|\__,_| |____/ \__, |
- |___
- _ _ _ _
- ___| | __ _ _ _ ___| |_(_) ___| | __
- / __| |/ _` | | | / __| __| |/ __| |/ /
- | (__| | (_| | |_| \__ \ |_| | (__| < My Profile: https://pastebin.com/u/claystick
- \___|_|\__,_|\__, |___/\__|_|\___|_|\_\
- |___/
- --Put your mouse cursor where you want to teleport and press q
- --If you die you have to execute the script again or it won't work
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- if mouse.Target then
- hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement