Categories > Exploiting > Scripts >

need ctrl+click tp script thanks

Posts: 1

Threads: 1

Joined: Jul, 2018

Reputation: 0

Posted

yes am will need ctrl+click tp script and maybe a player teleportation script as well thank you
  • 0

Posts: 6

Threads: 2

Joined: Oct, 2018

Reputation: 0

Replied

here u go
plr = game.Players.LocalPlayer hum = plr.Character.HumanoidRootPart mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key == "e" then if mouse.Target then hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) end end end)

plr = game.Players.LocalPlayer 
hum = plr.Character.HumanoidRootPart
mouse = plr:GetMouse() 
mouse.KeyDown:connect(function(key) 
if key == "e" then 
if mouse.Target then 
hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) 
end 
end 
end)
  • 0

Added

btw i dont own it so dont come and kick my ass heres the owners v3m profile


https://v3rmillion.net/member.php?action=profile&uid=82732
(banned idk y though)
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )