mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-16 10:41:54 +00:00
working but roblox bug and fix respawning issues on the client
This commit is contained in:
@@ -8,8 +8,12 @@ type Users = {
|
||||
}
|
||||
|
||||
local Users = {
|
||||
Admin = {},
|
||||
Banned = {}
|
||||
Admin = {
|
||||
0
|
||||
},
|
||||
Banned = {
|
||||
0
|
||||
}
|
||||
}
|
||||
|
||||
return Users
|
||||
Reference in New Issue
Block a user