#Authorized Users script help

1 messages · Page 1 of 1 (latest)

orchid crag
#
local Players = game:GetService ("Players")
local authUsers = {
    -- UserIDS
}
Players.PlayerAdded:Connect(function(player)
    if not table.find(authUsers, player.UserID) then
        player:Kick("Kick because non authorized user")
    end
end)

Tell me if there is any errors, had to type on mobile lol

#

@clear badger ^^^

clear badger
#

@orchid crag I don’t want it to kick and I think 99.99% it won’t work

orchid crag
#

By auth script wdym then? Like walk through a wall if you have a game pass or something

clear badger
orchid crag
#

U using cmdr?

clear badger