hi like i said in title how im can do that
not too sure what you mean, but you can get every player like this:
local players = game.Players:GetPlayers()
or
for _,player in pairs(game.Players:GetPlayers()) do print(player.Name) end
Be sure to accept this if it answered your question, Thanks
local GetName = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId) local http = game:GetService("HttpService") print("https://www.rprxy.xyz/games/"..game.placeId) local web = http:GetAsync("http://api.rprxy.xyz/universes/get-universe-containing-place?placeid="..game.placeId) web = (web:gsub("[%D+]", "")) local play = http:GetAsync("http://games.rprxy.xyz/v1/games?universeIds="..web) local start,last = play:find("playing") last=last+2 local start,back = play:find("vis") back=back-5 local plays = play:sub(last+1,back) print(plays)
ooga ooga im need know java well