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 players

Players = game:GetService("Players")
Comment

roblox get how many players in server

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

PREVIOUS NEXT
Code Example
Lua :: roblox jsonencode 
Lua :: Get number of values in a table lua 
Lua :: lerp lua 
Lua :: sleep function lua 
Lua :: roblox send message script 
Lua :: luau how to make a kill brick 
Lua :: lua string to number 
Lua :: roblox interpolate color 
Lua :: my second long scripting 
Lua :: roblox how to find something in table 
Lua :: lua metatable assignment 
Lua :: lua hello world function 
Lua :: for loop lua 
Lua :: lua get time 
Lua :: roblox lua wait for player to load 
Lua :: how to split strings into 2 string by space lua 
Lua :: roblox lua get game place id 
Lua :: minetest lua delay 
Lua :: unsur unsur hidrogen 
Lua :: lua hash keys 
Lua :: name is not a valid member of Folder roblox 
Matlab :: transfer function get num and den matlab 
Matlab :: matlab make last value the first one etc 
Basic :: vb string to int32 
Basic :: dos assign command output to variable (when output is a single line) 
Elixir :: elixir get_in 
Elixir :: phoenix ecto query bindingess 
Scala :: scala 
Actionscript :: rabbitmq docker cant connect localhost 
Excel :: how to reference data from another sheet in excel 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =