|
| 09 Apr 2013 03:22 PM |
| Just a quick question, is there a way to cause players not to see the player list? I'm working on a project, and I am considering having a custom player list, and some GUI stuff in place of the default list. |
|
|
| Report Abuse |
|
|
Soapy29
|
  |
| Joined: 20 Aug 2009 |
| Total Posts: 653 |
|
|
| 09 Apr 2013 03:26 PM |
| I don't think so, but if you can, I would defiantly be interested. |
|
|
| Report Abuse |
|
|
dmjoe
|
  |
| Joined: 01 May 2009 |
| Total Posts: 2387 |
|
|
| 09 Apr 2013 03:28 PM |
Game:GetService("RunService").Stepped:connect(function() local p = Game:GetService("Players"):findFirstChild("Hide")or Instance.new("Part",Game:GetService("Players")) end) |
|
|
| Report Abuse |
|
|
|
| 10 Apr 2013 09:16 AM |
All that seems to do is constantly put parts into the player service. It doesn't completely hide the player list. Is there a better way of doing this? I know Roblox has done it in a few of their games. Are they only able to do this because of special permissions? |
|
|
| Report Abuse |
|
|
|
| 10 Apr 2013 09:36 AM |
| Put a Model in leaderstats should crash the leaderboard (maybe, it may be old news). |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 10 Apr 2013 09:38 AM |
| @Pre, insert objectvalue or vector3value.I think. |
|
|
| Report Abuse |
|
|
getkoed2
|
  |
| Joined: 11 Apr 2010 |
| Total Posts: 1144 |
|
|
| 10 Apr 2013 09:55 AM |
m = Instance.new("Model")
while wait() do m.Parent = nil m.Parent = game:GetService("Players") end
|
|
|
| Report Abuse |
|
|