Posted
yes am will need ctrl+click tp script and maybe a player teleportation script as well thank you
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)
Cancel
Post
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)
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post