Advertisement
metilol

Untitled

Mar 12th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.82 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.         if mouse.Target.Name == "Base" or mouse.Target.Name == "BasePlate" or mouse.Target.Name == "Baseplate" then
  8.                 part.Touched:connect(spread)
  9.                 wait(3)
  10.                 canspread1 = true
  11.                 wait(5)
  12.                 part.Size = part.Size - Vector3.new(0.3,0.3,0.3)
  13.                 part.Anchored = false
  14.                 part:BreakJoints()
  15.                 part.BrickColor = BrickColor.new("Black")
  16.                 wait(6)
  17.                 part:destroy()
  18.                 end
  19.             end
  20.         end
  21.         pert.Touched:connect(spread)
  22.         wait(3)
  23.         canspread = true
  24.         wait(5)
  25.         pert.Size = pert.Size - Vector3.new(0.3,0.3,0.3)
  26.         pert.Anchored = false
  27.         pert:BreakJoints()
  28.         pert.BrickColor = BrickColor.new("Black")
  29.         wait(6)
  30.         pert:destroy()
  31.         end
  32.     end
  33. end
  34. mouse.Button1Down:connect(fire11oneone)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement