Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ ONLY FOR KJ ULTIMATE MOVES ]]
- --[[ ultMove 1]]
- local animationId = 78521642007560 --[[The Fricking Id That Will Get The Track]]
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local function onAnimationPlayed(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId then
- -- Animation and sound effects
- local Sound = Instance.new("Sound")
- Sound.Parent = character.Torso
- Sound.SoundId = getcustomasset('Stoic.MP3')
- Sound.Looped = false
- Sound.Volume = 5
- Sound:Play()
- local anim = Instance.new("Animation")
- anim.AnimationId = "rbxassetid://17141153099"
- local playAnim = humanoid:LoadAnimation(anim)
- playAnim:Play()
- playAnim:AdjustSpeed(0.3)
- wait(0.3)
- playAnim:AdjustSpeed(1)
- -- Particle effects
- local function createParticleEffect(effectName, parent)
- local effect = game.ReplicatedStorage.Resources.KJEffects[effectName]:Clone()
- effect.Parent = parent
- for _, child in ipairs(effect:GetChildren()) do
- if child:IsA("ParticleEmitter") then
- child:Emit(3)
- end
- end
- end
- createParticleEffect("launchup.launchything", character.Torso)
- wait(0.1)
- createParticleEffect("stoicbombspeedlines.POINTOLIGHTO", character.Torso)
- wait(1.4)
- createParticleEffect("stoic bomb boom entrance.Attachment", character.Torso)
- wait(1.6)
- createParticleEffect("stoicBomb.pre.Part.Attachment", character.Torso)
- wait(0.1)
- createParticleEffect("stoicBomb.Main.Part.Attachment", character.Torso)
- wait(0.1)
- -- Final effects
- createParticleEffect("stoic bomb boom entrance.THEACTUALBOOM", character.Torso)
- createParticleEffect("stoic bomb boom entrance.smok", character.Torso)
- createParticleEffect("stoicbombspeedlines.Attachment", character.Torso)
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed)
- --[[END OF ULT MOVE 1 ANIM]]
- --[[Ult Move 2]]
- local animationId2 = 11365563255 --[[The Fricking Id That Will Get The Track]]
- local function onAnimationPlayed2(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId2 then
- -- Sound effects
- local Sound = Instance.new("Sound")
- Sound.Parent = character.Torso
- Sound.SoundId = getcustomasset('FiveSeasons.mp3')
- Sound.Looped = false
- Sound.Volume = 5
- Sound:Play()
- animationTrack:Stop()
- local anim = Instance.new("Animation")
- anim.AnimationId = "rbxassetid://77727115892579"
- local playAnim = humanoid:LoadAnimation(anim)
- playAnim:Play()
- wait(0.8)
- local soundeffect = Instance.new("Sound")
- soundeffect.SoundId = "rbxassetid://18432748928"
- soundeffect.Parent = character.Torso
- soundeffect:Play()
- soundeffect.Volume = 1
- -- Particle effects
- local function createJumpEffect(effectName, parent)
- local effect = game.ReplicatedStorage.Resources.FiveSeasonsFX[effectName]:Clone()
- effect.Parent = parent
- for _, child in ipairs(effect:GetChildren()) do
- if child:IsA("ParticleEmitter") then
- child:Emit(1)
- end
- end
- end
- createJumpEffect("JumpFX.JumpFX.Attachment", character.Torso)
- createJumpEffect("JumpFX.BurnMark", character.Torso)
- createJumpEffect("JumpFX.Ground", character.Torso)
- createJumpEffect("JumpFX.Mark", character.Torso)
- wait(2.2)
- local red1 = game.ReplicatedStorage.Resources.FiveSeasonsFX["CharFX"].ArmEnabled:Clone()
- red1.Parent = character["Left Arm"]
- for _, child in ipairs(red1:GetChildren()) do
- if child:IsA("ParticleEmitter") then
- child:Emit(5)
- end
- end
- wait(2.8)
- red1:Destroy()
- Sound:Stop()
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed2)
- --[[END OF ULT MOVE 2 ANIM]]
- --[[Ult Move 3]]
- local animationId3 = 12983333733 --[[The Fricking Id That Will Get The Track]]
- local function onAnimationPlayed3(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId3 then
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://18897118507"
- local Anim = humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(1.3)
- -- Dialogue effect
- local Text = "One Inch Killer"
- local v22808 = require(game.ReplicatedStorage.Resources.UFW.TekrinnDialogue)
- local v22811 = {
- {
- Text = Text,
- Color = ColorSequence.new({
- ColorSequenceKeypoint.new(0, Color3.fromRGB(0, 0, 0)),
- ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 17, 17))
- }),
- TextStrokeColor = Color3.new(0, 0, 0),
- Bold = true,
- Italic = true,
- Shake = {
- Enabled = true,
- Intensity = 5,
- Lifetime = 9
- },
- TypeSpeed = 0.3
- }
- }
- v22808.Speak(player.Character, v22811)
- wait(8)
- Anim:Stop()
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed3)
- --[[END OF ULT MOVE 3 ANIM]]
- --[[Ult Move 4]]
- local animationId4 = 13927612951 --[[The Fricking Id That Will Get The Track]]
- local function onAnimationPlayed4(animationTrack)
- if animationTrack.Animation.AnimationId == "rbxassetid://" .. animationId4 then
- local AnimAnim = Instance.new("Animation")
- AnimAnim.AnimationId = "rbxassetid://17354976067"
- local Anim = humanoid:LoadAnimation(AnimAnim)
- local startTime = 0
- Anim:Play()
- Anim:AdjustSpeed(0)
- Anim.TimePosition = startTime
- Anim:AdjustSpeed(0.7)
- animTrack:Stop()
- end
- end
- humanoid.AnimationPlayed:Connect(onAnimationPlayed4)
- --[[END OF ULT MOVE 4 ANIM]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement