Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Screw you skids im gonna make a beam
- print("abuse skids")
- warn([[
- kbeam
- kbean
- knoeffort
- ]])
- function rwait()
- game:GetService("RunService").Stepped:wait()
- end
- owner.Chatted:connect(function(msg)
- if msg:sub(1,5) == "kbeam" then
- for i,v in pairs(owner.Parent:GetChildren()) do
- if v:IsA("Player") then
- local name = v.Name
- if string.find(name, msg:sub(7)) ~= nil then
- v.Character:FindFirstChildOfClass("Humanoid").WalkSpeed = 0
- v.Character:FindFirstChildOfClass("Humanoid").JumpPower = 0
- local ray = Instance.new("Part",workspace)
- ray.Material = "Neon"
- ray.Anchored = true
- ray.CanCollide = false
- ray.Size = Vector3.new(0.3, 2, 0.3)
- ray.Position = v.Character.Head.Position
- gggoal = {}
- gggoal.Size = Vector3.new(0.3, 500, 0.3)
- local explosion = Instance.new("Sound", workspace)
- local tween = game:GetService("TweenService"):Create(ray, TweenInfo.new(14), gggoal)
- tween:Play()
- wait(0.5)
- explosion:Stop()
- ray:Destroy()
- explosion.SoundId = "rbxassetid://138210320"
- explosion.Volume = 3
- explosion:Play()
- local beam = Instance.new("Part", workspace)
- beam.Size = Vector3.new(10, 0.1, 10)
- beam.Material = "Neon"
- beam.CFrame = v.Character.Head.CFrame *CFrame.new(0, 0, 0)
- beam.Anchored = true
- beam.CanCollide = false
- local Part = Instance.new("Part")
- Part.TopSurface = Enum.SurfaceType.Smooth
- Part.Material = Enum.Material.Neon
- Part.Size = Vector3.new(0.05,9.24,9.14)
- Part.CFrame = CFrame.new(-8.59,0.025,-3.73,0,0,1,1,0,0,0,1,0)
- Part.BottomSurface = Enum.SurfaceType.Smooth
- Part.Shape = Enum.PartType.Cylinder
- Part.Parent = workspace
- Part.Position = v.Character["Torso"].Position +Vector3.new(0, -3, 0)
- local bbeam = Instance.new("Part", workspace)
- bbeam.Size = Vector3.new(10, 0.1, 10)
- bbeam.Material = "Neon"
- bbeam.CFrame = v.Character.Head.CFrame *CFrame.new(0, 0, 0)
- bbeam.Anchored = true
- bbeam.CanCollide = false
- goal = {}
- goal.Size = Vector3.new(10, 50, 10)
- goal.CFrame = beam.CFrame *CFrame.fromEulerAnglesXYZ(0, 100, 0)
- goal.Transparency = 1
- ggoal = {}
- ggoal.Size = Vector3.new(0.05, 36.75, 36.97)
- ggoal.Transparency = 1
- local tween = game:GetService("TweenService"):Create(beam, TweenInfo.new(1), goal)
- tween:Play()
- local tweeen = game:GetService("TweenService"):Create(bbeam, TweenInfo.new(2), goal)
- tweeen:Play()
- local tweeeen = game:GetService("TweenService"):Create(Part, TweenInfo.new(3), ggoal)
- tweeeen:Play()
- v.Character:BreakJoints()
- wait(4)
- beam:Destroy()
- bbeam:Destroy()
- Part:Destroy()
- end
- end
- end
- end
- end)
- owner.Chatted:connect(function(msg)
- if msg:sub(1,5) == "kbean" then
- for i,v in pairs(owner.Parent:GetChildren()) do
- if v:IsA("Player") then
- local name = v.Name
- if string.find(name, msg:sub(7)) ~= nil then
- v.Character:FindFirstChildOfClass("Humanoid").WalkSpeed = 0
- v.Character:FindFirstChildOfClass("Humanoid").JumpPower = 0
- local Sound = Instance.new("Sound")
- local Mesh = Instance.new("SpecialMesh")
- local Handle = Instance.new("Part")
- Handle.TopSurface = Enum.SurfaceType.Smooth
- Handle.Size = Vector3.new(0.8,1.1,0.8)
- Handle.Name = "Handle"
- Handle.CFrame = v.Character.Head.CFrame *CFrame.new(0, 5, 0)
- Handle.BottomSurface = Enum.SurfaceType.Smooth
- Handle.Parent = workspace
- Mesh.MeshId = "http://www.roblox.com/asset/?id=103919751"
- Mesh.TextureId = "http://www.roblox.com/asset?id=103920391"
- Mesh.MeshType = Enum.MeshType.FileMesh
- Mesh.Parent = Handle
- Sound.Volume = 3
- Sound.SoundId = "http://www.roblox.com/asset/?id=103842566"
- Sound.Parent = Handle
- Sound:Play()
- wait(2)
- local explosion = Instance.new("Sound", workspace)
- explosion.SoundId = "rbxassetid://138210320"
- explosion.Volume = 3
- explosion:Play()
- local boom = Instance.new("Part", workspace)
- boom.Anchored = true
- boom.Material = "Neon"
- boom.CanCollide = false
- boom.CFrame = Handle.CFrame
- boom.Size = Vector3.new(5, 5, 5)
- boom.Shape = "Ball"
- v.Character:BreakJoints()
- Handle:Destroy()
- goal = {}
- goal.Size = Vector3.new(15, 15, 15)
- goal.Transparency = 1
- local tween = game:GetService("TweenService"):Create(boom, TweenInfo.new(1), goal)
- tween:Play()
- wait(3)
- boom:Destroy()
- end
- end
- end
- end
- end)
- owner.Chatted:connect(function(msg)
- if msg:sub(1,9) == "knoeffort" then
- for i,v in pairs(owner.Parent:GetChildren()) do
- if v:IsA("Player") then
- local name = v.Name
- if string.find(name, msg:sub(11)) ~= nil then
- Instance.new("Explosion", workspace).Position = v.Character.Head.Position
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement