Advertisement
gilward

Guest Bypass

Feb 22nd, 2018
1,058
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. --guest bypass http://www.babyhamsta.com/ROBLOX/?id= change the I'd to whatever u want
  2. --allows any guest who joins AFTER you run this to chat, of course 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