Does this script show a custom kick message? I am about to test it now.
groupID = 12345
game.Players.PlayerAdded:connect(function(plr)
if not plr:IsInGroup(groupID) then
plr:Kick("You have been promoted in ABC News, thanks for applying!")
end
end)
0
We're not a testing service either. And yes, that script SHOULD work.M39a9am3R3210— 9y
Closed as off-topic by M39a9am3R, docrobloxman52, and User#6546
This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.
Why was this question closed?