Search
 
SCRIPT & CODE EXAMPLE
 

LUA

get all players roblox

Players = game:GetService("Players")
for i, player in pairs(Players:GetPlayers()) do
	print(player.Name)
end
Comment

roblox get how many players in server

local Players = game:GetService("Players")
local AmountOfPlayers = #Players:GetPlayers()
Comment

PREVIOUS NEXT
Code Example
Lua :: what is a value lua 
Lua :: for loop in robox 
Lua :: lua input 
Lua :: type lua 
Lua :: wails build 
Lua :: unsur unsur hidrogen 
Lua :: How to make a working gun in lua code 
Lua :: exemple boolean and why it is used 
Lua :: FiveM how to check where nearest player is store 
Lua :: lua run string as code 
Lua :: how to activate a command if someone wears a accessory in lua roblox 
Matlab :: matlab how to get object type 
Matlab :: matlab negation 
Matlab :: matlab make last value the first one etc 
Matlab :: z-score normalize values in tsv file matlab 
Basic :: basic 
Basic :: add firefox 
Elixir :: how to split string in elixir 
Elixir :: elixir 
Elixir :: extract changeset error elixir 
Scala :: scala Datetime parse 
Scala :: scala schema json spark 
Excel :: google sheets stack columns vertically 
Excel :: add drop down in excel 
Perl :: fonction perl 
Pascal :: while do in pascal 
Powershell :: powershell show which diorecty is temp 
Abap :: abap alv popup 
Assembly :: vba hello world 
Assembly :: x86 assembly not instruction 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =