Advertisement
AreYouReallyFreaking

Untitled

Dec 25th, 2016
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. --TITLE: Chat as a Guest
  2. --allows any guest who joins AFTER you run this to chat, of course you can run this as a guest and you will be able to chat immediatly--
  3.  
  4. chatServ = game:GetService'Chat'
  5. chatServ.ClientChatModules.CommandModules.SwallowGuestChat:Destroy()
  6. me = game:GetService'Players'.LocalPlayer
  7. newc = me.PlayerScripts.ChatScript:Clone()
  8. me.PlayerScripts.ChatScript:Destroy()
  9. if me.PlayerGui:FindFirstChild'Chat' then me.PlayerGui.Chat:Destroy() end
  10. newc.Parent = me.PlayerScripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement