Advertisement
metilol

Untitled

Mar 26th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. --By Rufus14
  2. wait()
  3. script.Parent = nil
  4. mouse = game.Players.LocalPlayer:GetMouse()
  5. function fire11oneone()
  6.     if mouse.Target then
  7.         pert.Touched:connect(spread)
  8.         wait(3)
  9.         canspread = true
  10.         wait(5)
  11.         pert.Size = pert.Size - Vector3.new(0.3,0.3,0.3)
  12.         pert.Anchored = false
  13.         pert:BreakJoints()
  14.         pert.BrickColor = BrickColor.new("Black")
  15.         wait(6)
  16.         pert:destroy()
  17.         end
  18.     end
  19. end
  20. mouse.Button1Down:connect(fire11oneone)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement