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

Commit f8b7e5b

Browse files
authored
Update admin.lua
1 parent 9df7a4d commit f8b7e5b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

admin.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ commands = {
8989
end
9090
end,
9191

92+
rejoin = function(...)
93+
game:GetService("TeleportService"):Teleport(game.PlaceId, Player)
94+
end,
95+
9296
blocktool = function(...)
9397
for _,v in pairs(character:GetChildren()) do
9498
if v:IsA("Tool") or v:IsA("HopperBin") then

0 commit comments

Comments
 (0)