Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1.         if key == 'backspace' and ePress then
  2.             chat.input = string.sub(chat.input, 0, string.len(chat.input) - 1)
  3.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement