Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- player=game:GetService("Players").LocalPlayer
- char=player.Character
- mouse=player:GetMouse()
- player.Character.Torso.Transparency=1
- player.Character.Head.Transparency=1
- local RA = player.Character["Right Arm"]
- local RL = player.Character["Left Arm"]
- local AL = player.Character["Right Leg"]
- local LL = player.Character["Left Leg"]
- l = Instance.new("PointLight")
- l.Parent = game.Workspace.aaronremmers.Torso
- l.Range = "500"
- l.Brightness = 0.50
- RA.Transparency=1
- RL.Transparency=1
- AL.Transparency=1
- LL.Transparency=1
- l.Parent.Color = Color3.new(math.random(), math.random(), math.random())
- sonic1 = Instance.new("Sound", char.head)
- sonic1.SoundId = "http://www.roblox.com/asset/?id=149573450"
- sonic1.Volume = 6
- sonic1.Looped = true
- local sonic2 = false
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="w" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah4 = hum:LoadAnimation(char.sonic)
- blah4:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="w" then
- blah4:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="w" then
- sonic2 = true
- sonic1:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="w" then
- sonic2 = false
- sonic1:Stop()
- end
- end)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=250
- while true do
- wait(0.5)
- l.Parent.Brightness = 2
- wait(2)
- l.Parent.Brightness = 4
- wait(0.2)
- l.Parent.Brightness = 1
- wait(3)
- l.Parent.Brightness = 5
- wait(0.9)
- l.Parent.Brightness = 8
- wait(0.9)
- l.Parent.Brightness = 7
- wait(1)
- l.Parent.Brightness = 2
- wait(0.1)
- l.Parent.Brightness = 5
- wait(1)
- l.Parent.Brightness = 2
- wait(0.4)
- l.Parent.Brightness = 9
- wait(0.1)
- l.Parent.Brightness = 1
- wait(1)
- l.Parent.Brightness = 4
- wait(0.6)
- l.Parent.Brightness = 3
- wait(2)
- lt.Parent.Brightness = 1
- wait(5)
- while true do
- l.Parent.Color = Color3.new(math.random(), math.random(), math.random())
- wait(0.1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement