Pastebin

teleport script roblox

teleport script roblox from Pastebin

Teleport script roblox pastebin Pastebin Teleport script roblox pastebin paste Teleport script roblox studio details Teleport script roblox hack code Teleport script roblox exploit snippet Teleport sc
    
        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)