Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit cbf6ea5

Browse files
authored
Update admin.lua
1 parent 6a3fab6 commit cbf6ea5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

admin.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ commands = {
9696
end,
9797

9898
clicktptool = function(...)
99-
local tool = Instance.new("Tool",Player.Backpack)
100-
tool.Name = "click teleport"
101-
tool.RequiresHandle = false
102-
tool.Activated:Connect(function()
103-
rp.CFrame = CFrame.new(mouse.Hit.X,mouse.Hit.Y + 4,mouse.Hit.Z)
104-
end)
99+
local tool = Instance.new("Tool",Player.Backpack)
100+
tool.Name = "click teleport"
101+
tool.RequiresHandle = false
102+
tool.Activated:Connect(function()
103+
rp.CFrame = CFrame.new(mouse.Hit.X,mouse.Hit.Y + 4,mouse.Hit.Z)
104+
end)
105105
end,
106106

107107
removelegs = function(...)

0 commit comments

Comments
 (0)