I'm not the very best at scripting, so I'm not sure if this is correct.
1 | game.Players.PlayerAdded:connect( function (plr) |
2 | if plr:GetFullName() = = game:GetService( "Players" ):GetNameFromUserIdAsync( 117099978 or 117683546 or 131027581 ) then |
3 | -- Code here ig |
4 | end |
5 | end ) |
kingdom5 did this, I just posted it :P
1 | game.Players.PlayerAdded:connect( function (plr) |
2 | if plr.UserId = = 117099978 or plr.UserId = = 117683546 or plr.UserId = = 131027581 then |
3 | -- Code here ig |
4 | end |
5 | end ) |