working but roblox bug and fix respawning issues on the client

This commit is contained in:
2024-04-22 20:12:48 -04:00
parent 431ec165b8
commit cb0d1d44dc
6 changed files with 56 additions and 51 deletions

View File

@@ -8,8 +8,12 @@ type Users = {
}
local Users = {
Admin = {},
Banned = {}
Admin = {
0
},
Banned = {
0
}
}
return Users