Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- _______ _ _ _ _ ____ _____ _____
- |__ _| | | | /\ | \ | |/ __ \_ _| __ \
- | | | |__| | / \ | \| | | | || | | | | |
- | | | __ | / /\ \ | . ` | | | || | | | | |
- | | | | | |/ ____ \| |\ | |__| || |_| |__| |
- |_| |_| |_/_/ \_\_| \_|\____/_____|_____/
- --]]
- -- By Kiffolisk
- -- Things
- THANOIDSONG = Instance.new("Sound")
- THANOIDSONG.Parent = workspace
- THANOIDISTORTION = Instance.new("DistortionSoundEffect")
- THANOIDISTORTION.Parent = THANOIDSONG
- THANOIDFLANGE = Instance.new("FlangeSoundEffect")
- THANOIDFLANGE.Parent = THANOIDSONG
- THANOIDISTORTION.Level = 0.89
- THANOIDFLANGE.Depth = 0.45
- THANOIDFLANGE.Mix = 0.85
- THANOIDFLANGE.Rate = 1.8
- THANOIDSONG.SoundId = "rbxassetid://1689407690"
- THANOIDSONG.Volume = 10
- THANOIDSONG.Looped = true
- THANOIDSONG.Playing = true
- --[[ Extra Coding - Remove this line if you wanna use the character speed changer
- wait(12)
- for i,player in ipairs(game.Players:GetChildren()) do
- player.Character.Humanoid.WalkSpeed = 328
- end
- --]]
Advertisement
Add Comment
Please, Sign In to add comment