Telling us to do this is practically asking for a fm but in script form and it's not classy to do it here since this is for avid scripters .-.User#597825— 9y
0
This is ScriptingHelpers, not ScriptMakers (does not exist btw). Do not post requests for scripts on this site, otherwise they may or will be downvoted and/or locked.M39a9am3R3210— 9y
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
groupID = 12345678
game.Players.PlayerAdded:connect(function(plr)
if not plr:IsInGroup(groupID) then
plr:Kick("Sorry, you are not in the required group needed to join.")
end
end)
Closed as Not Constructive by docrobloxman52, User#5978, and M39a9am3R
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?