EgoMoose
|
  |
| Joined: 04 Feb 2009 |
| Total Posts: 2896 |
|
|
| 24 Nov 2013 07:56 PM |
So is it broken, locked, or am I doing it wrong.
In the sever cmd bar I used "game.Players.Player1:SetSuperSafeChat(false)" and then in the player's cmd bar I wrote "game.Players:Chat("Test")".
The output every time is... 20:56:06.400 - SuperSafe chat is on 20:56:06.406 - Script 'game.Players:Chat("Test")', Line 1 20:56:06.407 - stack end
Is there an alternative way of chatting in a local game? |
|
|
| Report Abuse |
|
|
crouton04
|
  |
| Joined: 07 Jul 2010 |
| Total Posts: 4459 |
|
| |
|
|
| 24 Nov 2013 08:11 PM |
| Sorry bud that option is ROBLOXLocked |
|
|
| Report Abuse |
|
|
crouton04
|
  |
| Joined: 07 Jul 2010 |
| Total Posts: 4459 |
|
|
| 24 Nov 2013 08:27 PM |
| I mean... Save models while in the game. I know it's possible cause there was a code by juliendetharuns (however you spell) and pearman that could save a game as a model using the execute script hack. Thats how I had stolen 2 games. I dont have the come cause I had pearman do it for me. Ask him for the code. |
|
|
| Report Abuse |
|
|
| |
|
crouton04
|
  |
| Joined: 07 Jul 2010 |
| Total Posts: 4459 |
|
|
| 24 Nov 2013 08:38 PM |
| Well i think i found the code it doesnt save as models i guess but it opens the game as models idk i need to test it. |
|
|
| Report Abuse |
|
|
|
| 25 Nov 2013 03:34 PM |
| crouton All hacking scripts are blocked... roblox has security now... |
|
|
| Report Abuse |
|
|
|
| 25 Nov 2013 03:50 PM |
Here's the problem.
In Local Games (visit.rbxl, or Play Solo), there is no network to chat to, making you not able to chat.
You can try this, but I'm not sure it will work.
game.Players.Player1:SetSuperSafeChat.RobloxLocked = false game.Players.Player1:SetSuperSafeChat(false) game.Players:Chat("Test")
I haven't tested the above script, but it might possibly work. SetSuperSafeChat is RobloxLocked, making it not available to Scripts or LocalScripts. You will need to run the first line in Command Bar.
Or, SetSuperSafeChat could go like this.
game.Players.Player1:SetSuperSafeChat = false
It depends, I'm not that good at scripting with RobloxLocked objects. |
|
|
| Report Abuse |
|
|