Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(Key)
- Key = Key:lower()
- if Key == 'q' then
- local s = Instance.new("Sound")
- s.SoundId = "http://www.roblox.com/asset/?id=30625045"
- s.Volume = 1
- s.Pitch = 2
- s.Parent = script.Parent
- s.Playing = true
- R = Instance.new('Part', game.Workspace)
- R.Size = Vector3.new(1,1,1)
- R.CanCollide = true
- R.Anchored = false
- R.Name = 'AbsoluteCodingIDA'
- R.BottomSurface = "Smooth"
- R.TopSurface = "Smooth"
- R.BrickColor = BrickColor.new("Burnt Sienna")
- R.Material = "Grass"
- R.Name = "Sh!t On The Ground"
- R.CFrame = Player.Character.Head.CFrame * CFrame.new(0,1,0)
- end
- end)
- Mouse.KeyDown:connect(function(Key)
- Key = Key:lower()
- if Key == 'e' then
- local s = Instance.new("Sound")
- s.SoundId = "http://www.roblox.com/asset/?id=30625045"
- s.Volume = 1
- s.Pitch = 1
- s.Parent = script.Parent
- s.Playing = true
- R = Instance.new('Part', game.Workspace)
- R.Size = Vector3.new(1,1,1)
- R.CanCollide = true
- R.Anchored = false
- R.Name = 'AbsoluteCodingIDA'
- R.BottomSurface = "Smooth"
- R.TopSurface = "Smooth"
- R.BrickColor = BrickColor.new("Black")
- R.Material = "Grass"
- R.Name = "Sh!t On The Ground"
- R.CFrame = Player.Character.Head.CFrame * CFrame.new(0,1,0)
- end
- end)
- Mouse.KeyDown:connect(function(Key)
- Key = Key:lower()
- if Key == 'r' then
- local s = Instance.new("Sound")
- s.SoundId = "http://www.roblox.com/asset/?id=30625045"
- s.Volume = 1
- s.Pitch = 0.6
- s.Parent = script.Parent
- s.Playing = true
- R = Instance.new('Part', game.Workspace)
- R.Size = Vector3.new(1,1,1)
- R.CanCollide = true
- R.Anchored = false
- R.Name = 'AbsoluteCodingIDA'
- R.BottomSurface = "Smooth"
- R.TopSurface = "Smooth"
- R.BrickColor = BrickColor.new("Bright green")
- R.Material = "Grass"
- R.Name = "Sh!t On The Ground"
- R.CFrame = Player.Character.Head.CFrame * CFrame.new(0,1,0)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment