Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Does this script show a custom kick message other than 'You have been kicked from the server'? [closed]

Asked by 9 years ago

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. M39a9am3R 3210 — 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?