Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- re-re-re-re-re-re-re-release
- local A = true
- local B = game.Players.LocalPlayer
- local C = Instance.new('HopperBin')
- C.Parent = B.Backpack
- C.Name = 'CLICK TP'
- local function D(E)
- if B == nil or B.Character == nil then
- return
- end
- B.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(E.x, E.y + 7, E.z))
- end
- A = true
- local function F(G)
- if not A then
- return
- end
- if B == nil then
- return
- end
- A = false
- local H = G.Hit
- local I = H.lookVector
- D(H.p)
- wait()
- A = true
- end
- local function J(G)
- G.Icon = "rbxasset://textures\\ArrowCursor.png"
- G.Button1Down:Connect(function()
- F(G)
- end)
- end
- C.Selected:Connect(J)
Advertisement
Add Comment
Please, Sign In to add comment