Search
 
SCRIPT & CODE EXAMPLE
 

LUA

check if play is in group

game.Players.PlayerAdded:Connect(function(newPlayer)
   if newPlayer:IsInGroup(0) then -- Change "0" With Group ID               
      print "Player is in Group!"     
   end
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: lua to float 
Lua :: lua how to default value if nil 
Lua :: get player who clicked clickdetecter roblox 
Lua :: How to create a part with script in roblox srudio 
Lua :: lua table of alphabet 
Matlab :: num to string matlab 
Matlab :: switch matlab 
Matlab :: matlab rlocus 
Matlab :: matlab preallocate array size 
Matlab :: tan in scilab 
Matlab :: Load .mat data in Matlab 
Matlab :: matlab new line in string 
Basic :: theme leaf concatenate 
Basic :: add firefox 
Elixir :: elixir debug 
Elixir :: elixir datetime to timestamp 
Elixir :: elixir enum chunk_every 
Scala :: scala schemaPayload json 
Scala :: scala predicate 
Actionscript :: microsoft.visualstudio.web.codegeneration.design 3.1.0 
Excel :: google sheets select item from split 
Excel :: freeze row in excel 
Perl :: perl make a new directory and change permissions 
Pascal :: pascal pause program for seconds 
Powershell :: how to download git on windows using power shell 
Clojure :: clojure take-while 
Assembly :: assembly fibonacci 
Assembly :: iterate over tqdm range 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery unselect option 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =