McBlocker
|
  |
| Joined: 16 Nov 2008 |
| Total Posts: 1721 |
|
|
| 31 Mar 2011 08:34 PM |
| I'm going to move them elsewhere with a custom script and GUI. |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2011 08:36 PM |
| yes, but you gatta know how |
|
|
| Report Abuse |
|
|
McBlocker
|
  |
| Joined: 16 Nov 2008 |
| Total Posts: 1721 |
|
|
| 31 Mar 2011 08:51 PM |
| Then my question now lies as: how do you remove them? |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2011 09:20 PM |
| I think it was Chatroot, but i cant remeber. You will have to get the latest versian of metadata, and see what the name is. have fun! |
|
|
| Report Abuse |
|
|
LPGhatguy
|
  |
 |
| Joined: 27 Jun 2008 |
| Total Posts: 4725 |
|
|
| 31 Mar 2011 11:41 PM |
You can't.
Now stop telling people you can.
You can only do it from the command bar, and that's only temporary. |
|
|
| Report Abuse |
|
|
McBlocker
|
  |
| Joined: 16 Nov 2008 |
| Total Posts: 1721 |
|
|
| 01 Apr 2011 02:36 PM |
| So there is no possible way to remove or give the appearence it's been removed? I've thought I've seen the chat removed before... |
|
|
| Report Abuse |
|
|
nightname
|
  |
| Joined: 10 Jun 2008 |
| Total Posts: 8960 |
|
|
| 01 Apr 2011 02:38 PM |
@LPGhatguy
You can remove them, but after they are removed - THEY ARE REMOVED.
game.Players.nightname:remove()
Would remove me from the game, and from the list. |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2011 02:40 PM |
Ahh but you can remove the chat!
game.Players.YodaimeKing.SuperSafeChat = true
or
game.Players.YodaimeKing.SuperSafeChat(true)
HA! Dident tink o dat one now did ya..? |
|
|
| Report Abuse |
|
|
McBlocker
|
  |
| Joined: 16 Nov 2008 |
| Total Posts: 1721 |
|
|
| 01 Apr 2011 04:21 PM |
@nightname I'm not talking about removing the player.
@YodaimeKing That's not removing the chat, that's changing the chat.
What I'm trying to do is that when someone chats, no one sees it. But I'll insert a chat bar that everyone can see. As for the leaderboard, I'm going to do the same. I just don't want people to be able to see the one that ROBLOX created. |
|
|
| Report Abuse |
|
|
Combrad
|
  |
| Joined: 18 Jul 2009 |
| Total Posts: 11025 |
|
|
| 01 Apr 2011 04:23 PM |
#1 Removing chat, set the game to Bubble chat only...
#2 Removing the player list. Make everybody not neutral. But add no teams. |
|
|
| Report Abuse |
|
|
|
| 01 Apr 2011 04:51 PM |
| Umm..place a G.U.I. on the caht to hide it? |
|
|
| Report Abuse |
|
|
brianush1
|
  |
| Joined: 12 Sep 2009 |
| Total Posts: 90 |
|
|
| 01 Jun 2013 09:02 PM |
Use this script:
while wait() do local c = Instance.new("Configuration", game.Players) c.Name = "Nothing" wait(.1) c:Destroy() end
-- This was tested, it works 100% -- |
|
|
| Report Abuse |
|
|
jagpoker
|
  |
| Joined: 13 Jun 2013 |
| Total Posts: 4 |
|
|
| 08 Mar 2014 05:03 PM |
^ It still shows. Here is the real script: game:GetService("StarterGui"):SetCoreGuiEnabled("PlayerList", false) |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 05:11 PM |
why necro bump this..
#nerdsunited |
|
|
| Report Abuse |
|
|
jakej78b
|
  |
| Joined: 09 Mar 2011 |
| Total Posts: 813 |
|
|
| 08 Mar 2014 05:22 PM |
| Partially right, but you must use it in a local script and you must use it every time the player joins. See http://wiki.roblox.com/index.php?title=SetCoreGuiEnabled_(Method) |
|
|
| Report Abuse |
|
|
|
| 29 Mar 2014 05:03 AM |
| This is one helpful forum thread! I agree with Combrad! |
|
|
| Report Abuse |
|
|