Advertisement
Blueisim

Untitled

Aug 16th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local tool=Instance.new("Tool")
  2. local head=Instance.new("Part")
  3. head.BrickColor=BrickColor.new("Maroon")
  4. head.Position=Vector3.new(26.2, 0.2, -39.9)
  5. head.Size=Vector3.new(0.4, 0.4, 0.6)
  6. head.Parent=tool
  7. head.Name="Match"
  8. tool.Parent=game.Players.COOLBRAYDENNOOB.Backpack
  9. tool.Name="Match"
  10. local player=game.Players.COOLBRAYDENNOOB
  11. local m=player:GetMouse()
  12. local fire=Instance.new("Fire")
  13. fire.Parent=head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement