Advertisement
Jaden11

Gun tool script

Nov 22nd, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local tool = Instance.new("Tool")
  2. tool.Parent = game.Players.Player.Backpack
  3. function onActivation()
  4. print("Tool activated")
  5.  
  6. end
  7. tool.Activated:connect(Activation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement