Advertisement
Meliodas0_0

tp tool

Oct 26th, 2019
724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. this.api.SendLimitedLuaScript("game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)\nplr = game:GetService('Players').LocalPlayer\nchar = plr.Character\nhum = char.Humanoid\ntool54 = Instance.new(\"HopperBin\", plr.Backpack)\ntool54.Name = \"Click Teleport\"\nmouse = plr:GetMouse()\n\ntool54.Selected:connect(function()\nmouse.Button1Down:connect(function()\nif tool54.Active then\n\nchar.HumanoidRootPart.CFrame = mouse.Target.CFrame\n\nend\nend)\nend)");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement