You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2019. It is now read-only.
I want to get all users in the group then console.log the array. https://github.com/sentanos/roblox-js/wiki/Group-Functions#getplayers <--- That's the function i'm trying to use, I get this error http://prntscr.com/j8cbr2 rbx.getPlayers(2868558) .then(function (group) { console.log(JSON.stringify(group.players.lenght)); });