Advertisement
Guest User

NoobBerry Resident - Script 2 [RBLX]

a guest
Mar 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. local P = game.Players.LocalPlayer
  2. wait()
  3. local M = P:GetMouse()
  4. M.KeyDown:Connect(function(K)
  5.     K = string.lower(K)
  6.     if K == "q" then
  7.         game.ReplicatedStorage.NoobBerry_Cram:FireServer()
  8.     end
  9.     if K == "e" then
  10.         game.ReplicatedStorage.NoobBerry_Nuke:FireServer()
  11.     end
  12.     if K == "r" then
  13.         game.ReplicatedStorage.NoobBerry_Speed:FireServer()
  14.     end
  15.     if K == "t" then
  16.         game.ReplicatedStorage.NoobBerry_Jump:FireServer()
  17.     end
  18.     if K == "x" then
  19.         game.ReplicatedStorage.NoobBerry_Lag:FireServer()
  20.     end
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement