Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ATTACK = true
- Rooted = true
- COR1 = true
- CHOSENBRICK = "Dark indigo"
- local CHARGE = false
- local BLASTS = {468991944, 468991990}
- for i = 1, 150 do
- wait(0.01)
- local POS = CF(RootPart.Position) * ANGLES(RAD(0), RAD(MRANDOM(0, 360)), RAD(0)) * CF(0, 0, MRANDOM(10, 150 + 5))
- local HITFLOOR, HITPOS = Raycast(POS.p, CF(RootPart.Position, RootPart.Position + VT(0, -1, 0)).lookVector, 150, Character)
- if HITFLOOR then
- ApplyAoE(HITPOS, 65, true, false)
- local TURN = ANGLES(RAD(0), RAD(MRANDOM(0, 360)), RAD(0)) * ANGLES(RAD(MRANDOM(0, 25)), RAD(0), RAD(0))
- WACKYEFFECT({EffectType = "Sphere", Size = VT(1*20,0,1*20), Size2 = VT(0,1*750,0), Transparency = 0, Transparency2 = 1, CFrame = CF(HITPOS), MoveToPos = nil, RotationX = 0, RotationY = 0, RotationZ = 0, Material = "Neon", Color = C3(0,0,0), SoundID = 130972023, SoundPitch = 1, SoundVolume = 5})
- WACKYEFFECT({
- Time = 25,
- EffectType = "Sphere",
- Size = VT(22, 22, 22),
- Size2 = VT(85, 85, 85),
- Transparency = 0,
- Transparency2 = 1,
- CFrame = CF(HITPOS),
- MoveToPos = Torso.Position,
- RotationX = 0,
- RotationY = 0,
- RotationZ = 0,
- Material = "Neon",
- Color = C3(0, 0, 0),
- SoundID = BLASTS[MRANDOM(1, #BLASTS)],
- SoundPitch = MRANDOM(9, 12) / 10,
- SoundVolume = 10
- })
- for e = 1, 3 do
- WACKYEFFECT({
- EffectType = "Wave",
- Size = VT(25, 0, 25),
- Size2 = VT(40, 0, 40) + VT(e * 6, e / 5, e * 6),
- Transparency = 0,
- Transparency2 = 1,
- CFrame = CF(HITPOS) * ANGLES(RAD(0), RAD(72 * i), RAD(0)),
- MoveToPos = nil,
- RotationX = 0,
- RotationY = 0,
- RotationZ = 0,
- Material = "Neon",
- Color = C3(0, 0, 0),
- SoundID = nil,
- SoundPitch = nil,
- SoundVolume = nil
- })
- WACKYEFFECT({
- Time = 35,
- EffectType = "Sphere",
- Size = VT(22, 45, 22),
- Size2 = VT(25, 45 + e * 75, 25),
- Transparency = 0,
- Transparency2 = 1,
- CFrame = CF(HITPOS) * TURN,
- MoveToPos = Torso.Position,
- RotationX = 0,
- RotationY = 0,
- RotationZ = 0,
- Material = "Neon",
- Color = C3(0, 0, 0),
- SoundID = nil,
- SoundPitch = MRANDOM(9, 12) / 10,
- SoundVolume = 10
- })
- end
- end
- end
- repeat
- Swait()
- WACKYEFFECT({
- Time = 15,
- EffectType = "Sphere",
- Size = VT(60, 60, 60),
- Size2 = VT(5, 5, 5),
- Transparency = 1,
- Transparency2 = 0,
- CFrame = CF(Torso.Position) + Torso.CFrame.upVector*MRANDOM(10,20) + Torso.CFrame.rightVector*MRANDOM(-5,5),
- MoveToPos = nil,
- RotationX = MRANDOM(-5,5),
- RotationY = MRANDOM(-5,5),
- RotationZ = MRANDOM(-5,5),
- Material = "Neon",
- Color = C3(0, 0, 0),
- SoundID = nil,
- SoundPitch = nil,
- SoundVolume = nil
- })
- Swait()
- WACKYEFFECT({
- Time = 15,
- EffectType = "Sphere",
- Size = VT(60, 60, 60),
- Size2 = VT(0, 0, 0),
- Transparency = 1,
- Transparency2 = 0.7,
- CFrame = CF(RootPart.Position),
- MoveToPos = nil,
- RotationX = 0,
- RotationY = 0,
- RotationZ = 0,
- Material = "Neon",
- Color = C3(0, 0, 0),
- SoundID = nil,
- SoundPitch = nil,
- SoundVolume = nil
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement