Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- NLS([[
- local animation = Instance.new("Animation")
- animation.AnimationId = "http://www.roblox.com/Asset?ID=35654637"
- local anim=owner.Character.Humanoid:LoadAnimation(animation)
- anim:Play(5, 5, 5)
- ]], owner.Character)
- local song = Instance.new("Sound", owner.Character.Head)
- song.Volume = 4
- song.SoundId = "rbxassetid://4591326344"
- song.Looped = true
- song:Play()
- function wbtwe(Part0, Part1, C0)
- local weld = Instance.new("Weld", Part0)
- weld.Part0 = Part0
- weld.Part1 = Part1
- weld.C0 = Part1.CFrame:inverse() *Part1.CFrame *C0
- return weld
- end
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local Text = Instance.new("TextBox")
- BillboardGui.MaxDistance = 50
- BillboardGui.Name = "Type"
- BillboardGui.Parent = owner.Character.HumanoidRootPart
- BillboardGui.Active = true
- BillboardGui.Size = UDim2.new(15.5, 0, 15, 0)
- BillboardGui.StudsOffset = Vector3.new(0, 10, 0)
- Frame.Name = "Framer"
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.209999993, 0, 0.209999993, 0)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0.600000024, 0, 0.699999988, 0)
- Text.Name = "Labeler"
- Text.Parent = Frame
- Text.BackgroundColor3 = Color3.new(0, 0, 0)
- Text.BackgroundTransparency = 1
- Text.Position = UDim2.new(0.200000003, 0, 0.150000006, 0)
- Text.Size = UDim2.new(0.600000024, 0, 0.699999988, 0)
- Text.ClearTextOnFocus = false
- Text.Text = "When Skid Ban"
- Text.TextSize = 40
- Text.TextWrapped = false
- Text.TextColor = BrickColor.new("Institutional white")
- hrw = wbtwe(owner.Character.Torso, owner.Character.HumanoidRootPart, CFrame.new(0, 0, 0) *CFrame.Angles(0, 0, 0))
- fly = 0
- up = 0.01
- a = coroutine.wrap(function()
- while game:GetService("RunService").Stepped:wait() do
- fly = fly +up
- hrw.C0 = hrw.C0:lerp(owner.Character.Torso.CFrame:inverse() *owner.Character.Torso.CFrame *CFrame.new(math.cos(fly) *2, -1 +math.sin(fly) *-2, 0) *CFrame.Angles(math.cos(fly) *0.1, math.sin(fly) *0.1, math.cos(fly) *0.1), 0.3)
- Text.Rotation = math.cos(fly) *7
- end
- end)a()
- owner.Chatted:connect(function(msg)
- if msg:sub(1,4) == "/e u" then
- up = msg:sub(6)
- end
- if msg:sub(1,4) == "/e s" then
- song.SoundId = "rbxassetid://"..msg:sub(6)
- end
- if msg == "/e mayhem" then
- up = 2
- Text.Text = "mAyHeM"
- BillboardGui.Parent = owner.Character.Head
- song:Stop()
- song.SoundId = "rbxassetid://614032233"
- song:Play()
- Text.TextColor3 = Color3.new(255, 0, 0)
- Text.Font = Enum.Font.Fantasy
- Text.TextSize = 80
- Instance.new("FlangeSoundEffect", song)
- Instance.new("FlangeSoundEffect", song)
- Instance.new("FlangeSoundEffect", song)
- local explode = Instance.new("Part", workspace)
- explode.Anchored = true
- explode.Position = owner.Character.Head.Position
- explode.Shape = "Ball"
- explode.Size = Vector3.new(5, 5, 5)
- explode.BrickColor = BrickColor.new("Bright orange")
- explode.Material = "Neon"
- explode.Transparency = 0.4
- explode.CanCollide = false
- for i = 1,105 do
- game:GetService("RunService").Stepped:wait()
- explode.Size = explode.Size +Vector3.new(1, 1, 1)
- explode.Transparency = explode.Transparency +0.01
- end
- explode:Destroy()
- end
- if msg:sub(1,4) == "/e t" then
- Text.Text = msg:sub(6)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement