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

Commit 49692ff

Browse files
authored
Update admin.lua
1 parent 5ffc5d7 commit 49692ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

admin.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ commands = {
6363
noshadows = function(...)
6464
Lighting.GlobalShadows = false
6565
end,
66-
66+
6767
position = function(...)
68-
rconsoleprint(character.HumanoidRootPart.Position)
68+
rconsoleprint(tostring(character.HumanoidRootPart.Position.X .. character.HumanoidRootPart.Position.Y .. character.HumanoidRootPart.Position.Z))
6969
end,
7070

7171
fireclickdetecors = function(...)

0 commit comments

Comments
 (0)