Advertisement
Guest User

test

a guest
Oct 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. o1 = Instance.new("Tool")
  2. o1.Name = "Spray"
  3. o1.Parent = game.Players.LocalPlayer.Backpack
  4. o2 = Instance.new("part")
  5. o2.Name = "Handle"
  6. o3 = Instance.new("Script")
  7. tool = script.Parent
  8. handle = tool:WaitForChild("Handle")
  9.  
  10. tool.Equipped:Connect(function()
  11.  
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement