Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- mainframe = Instance.new("TextButton", gui)
- mainframe.Text = ""
- mainframe.BackgroundColor3 = Color3.new(0, 0, 0)
- mainframe.BackgroundTransparency = 0.5
- mainframe.Position = UDim2.new(0.5, 0, 0.6, 0)
- mainframe.Size = UDim2.new(0.4, 0, 0.3, 0)
- mainframe.Draggable = true
- mainframe.BorderSizePixel = 0
- hi = Instance.new("TextLabel", mainframe)
- hi.Size = UDim2.new(1, 0, 0.15, 0)
- hi.BackgroundTransparency = 1
- hi.Text = "Executioner GUI"
- hi.Font = Enum.Font.Fantasy
- hi.TextColor = BrickColor.new("Really black")
- hi.TextScaled = true
- scf = Instance.new("Frame", mainframe)
- scf.Position = UDim2.new(0, 0, 1, 0)
- scf.Size = UDim2.new(1, 0, 1, 0)
- scf.BorderSizePixel = 0
- scf.BackgroundTransparency = 0.5
- scf.BackgroundColor3 = Color3.new(0, 0, 0)
- scf.Visible = false
- hi2 = Instance.new("TextLabel", scf)
- hi2.Size = UDim2.new(1, 0, 0.15, 0)
- hi2.BackgroundTransparency = 1
- hi2.Text = "Sub commands"
- hi2.Font = Enum.Font.Fantasy
- hi2.TextColor = BrickColor.new("Really black")
- hi2.TextScaled = true
- kill = Instance.new("TextButton", scf)
- kill.Size = UDim2.new(0.15, 0, 0.15, 0)
- kill.Position = UDim2.new(0.15, 0, 0.2, 0)
- kill.BackgroundTransparency = 0.3
- kill.BackgroundColor3 = Color3.new(0, 0, 0)
- kill.Text = "Kill"
- kill.TextScaled = true
- kill.Font = Enum.Font.Fantasy
- kill.TextColor = BrickColor.new("Hot pink")
- kill.BorderSizePixel = 0
- killguy = Instance.new("TextBox", scf)
- killguy.Size = UDim2.new(0.15, 0, 0.15, 0)
- killguy.Position = UDim2.new(0, 0, 0.2, 0)
- killguy.BorderSizePixel = 0
- killguy.BackgroundColor3 = Color3.new(0, 0, 0)
- killguy.Font = Enum.Font.Fantasy
- killguy.TextScaled = true
- killguy.TextColor = BrickColor.new("Hot pink")
- tpto = Instance.new("TextButton", scf)
- tpto.Size = UDim2.new(0.15, 0, 0.15, 0)
- tpto.Position = UDim2.new(0.15, 0, 0.35, 0)
- tpto.BackgroundTransparency = 0.3
- tpto.BackgroundColor3 = Color3.new(0, 0, 0)
- tpto.Text = "TP to"
- tpto.TextScaled = true
- tpto.Font = Enum.Font.Fantasy
- tpto.TextColor = BrickColor.new("Hot pink")
- tpto.BorderSizePixel = 0
- tptoguy = Instance.new("TextBox", scf)
- tptoguy.Size = UDim2.new(0.15, 0, 0.15, 0)
- tptoguy.Position = UDim2.new(0, 0, 0.35, 0)
- tptoguy.BorderSizePixel = 0
- tptoguy.BackgroundColor3 = Color3.new(0, 0, 0)
- tptoguy.Font = Enum.Font.Fantasy
- tptoguy.TextScaled = true
- tptoguy.TextColor = BrickColor.new("Hot pink")
- tpplr = Instance.new("TextButton", scf)
- tpplr.Size = UDim2.new(0.15, 0, 0.15, 0)
- tpplr.Position = UDim2.new(0.15, 0, 0.5, 0)
- tpplr.BackgroundTransparency = 0.3
- tpplr.BackgroundColor3 = Color3.new(0, 0, 0)
- tpplr.Text = "TP plr"
- tpplr.TextScaled = true
- tpplr.Font = Enum.Font.Fantasy
- tpplr.TextColor = BrickColor.new("Hot pink")
- tpplr.BorderSizePixel = 0
- tpplrguy = Instance.new("TextBox", scf)
- tpplrguy.Size = UDim2.new(0.15, 0, 0.15, 0)
- tpplrguy.Position = UDim2.new(0, 0, 0.5, 0)
- tpplrguy.BorderSizePixel = 0
- tpplrguy.BackgroundColor3 = Color3.new(0, 0, 0)
- tpplrguy.Font = Enum.Font.Fantasy
- tpplrguy.TextScaled = true
- tpplrguy.TextColor = BrickColor.new("Hot pink")
- freeze = Instance.new("TextButton", scf)
- freeze.Size = UDim2.new(0.15, 0, 0.15, 0)
- freeze.Position = UDim2.new(0.15, 0, 0.65, 0)
- freeze.BackgroundTransparency = 0.3
- freeze.BackgroundColor3 = Color3.new(0, 0, 0)
- freeze.Text = "Freeze"
- freeze.TextScaled = true
- freeze.Font = Enum.Font.Fantasy
- freeze.TextColor = BrickColor.new("Hot pink")
- freeze.BorderSizePixel = 0
- freezeguy = Instance.new("TextBox", scf)
- freezeguy.Size = UDim2.new(0.15, 0, 0.15, 0)
- freezeguy.Position = UDim2.new(0, 0, 0.65, 0)
- freezeguy.BorderSizePixel = 0
- freezeguy.BackgroundColor3 = Color3.new(0, 0, 0)
- freezeguy.Font = Enum.Font.Fantasy
- freezeguy.TextScaled = true
- freezeguy.TextColor = BrickColor.new("Hot pink")
- oc = Instance.new("TextButton", mainframe)
- oc.Size = UDim2.new(0.35, 0, 0.15, 0)
- oc.Position = UDim2.new(0, 0, 0.8, 0)
- oc.BackgroundTransparency = 0.5
- oc.Font = Enum.Font.Fantasy
- oc.Text = "Sub commands"
- oc.BorderSizePixel = 0
- oc.TextColor = BrickColor.new("Hot pink")
- oc.TextScaled = true
- frame = Instance.new("TextBox", mainframe)
- frame.BackgroundColor3 = Color3.new(0, 0, 0)
- frame.Position = UDim2.new(0, 0, 0.58, 0)
- frame.Size = UDim2.new(0.25, 0, 0.2, 0)
- frame.Font = Enum.Font.Fantasy
- frame.TextColor = BrickColor.new("Crimson")
- frame.TextScaled = true
- frame.BorderSizePixel = 0
- frame1 = Instance.new("TextBox", mainframe)
- frame1.BackgroundColor3 = Color3.new(0, 0, 0)
- frame1.Position = UDim2.new(0.25, 0, 0.58, 0)
- frame1.Size = UDim2.new(0.25, 0, 0.2, 0)
- frame1.Font = Enum.Font.Fantasy
- frame1.TextColor = BrickColor.new("Crimson")
- frame1.TextScaled = true
- frame1.BorderSizePixel = 0
- frame2 = Instance.new("TextBox", mainframe)
- frame2.BackgroundColor3 = Color3.new(0, 0, 0)
- frame2.Position = UDim2.new(0.5, 0, 0.58, 0)
- frame2.Size = UDim2.new(0.25, 0, 0.2, 0)
- frame2.Font = Enum.Font.Bodoni
- frame2.TextColor = BrickColor.new("Mulberry")
- frame2.TextScaled = true
- frame2.BorderSizePixel = 0
- go = Instance.new("TextButton", mainframe)
- go.BackgroundColor3 = Color3.new(100, 0, 255)
- go.Position = UDim2.new(0.7, 0, 0.8, 0)
- go.Size = UDim2.new(0.3, 0, 0.2, 0)
- go.Font = Enum.Font.SourceSans
- go.TextColor = BrickColor.new("Maroon")
- go.Text = "Execute"
- go.TextScaled = true
- go.BorderSizePixel = 0
- gop = Instance.new("TextButton", mainframe)
- gop.BackgroundColor3 = Color3.new(100, 0, 255)
- gop.Position = UDim2.new(0.38, 0, 0.8, 0)
- gop.Size = UDim2.new(0.3, 0, 0.2, 0)
- gop.Font = Enum.Font.SourceSans
- gop.TextColor = BrickColor.new("Maroon")
- gop.Text = "party."
- gop.TextScaled = true
- gop.BorderSizePixel = 0
- freeze.MouseButton1Click:connect(function()
- local target4 = workspace:FindFirstChild(freezeguy.Text)
- if target4 == nil then
- target4.Text = "Invalid username"
- return
- end
- local ftor = target4:FindFirstChild("Torso") or target4:FindFirstChild("UpperTorso")
- local larma = target4:FindFirstChild("Left Arm") or target4:FindFirstChild("LeftUpperArm")
- local rarma = target4:FindFirstChild("Right Arm") or target4:FindFirstChild("RightUpperArm")
- local llega = target4:FindFirstChild("Left Leg") or target4:FindFirstChild("LeftUpperLeg")
- local rlega = target4:FindFirstChild("Right Leg") or target4:FindFirstChild("RightUpperLeg")
- local heada = target4:FindFirstChild("Head")
- local ico = Instance.new("Part", target4)
- ico.CFrame = ftor.CFrame
- ico.Size = Vector3.new(5, 7, 5)
- ico.Material = "Ice"
- ico.Reflectance = 0.5
- ico.Transparency = 0.5
- ico.BrickColor = BrickColor.new("Electric blue")
- ico.Anchored = true
- ftor.Anchored = true
- larma.Anchored = true
- rarma.Anchored = true
- llega.Anchored = true
- rlega.Anchored = true
- heada.Anchored = true
- end)
- tpplr.MouseButton1Click:connect(function()
- local target3 = workspace:FindFirstChild(tpplrguy.Text)
- if target3 == nil then
- target3.Text = "Invalid username"
- return
- end
- local tortor = target3:FindFirstChild("Torso") or target3:FindFirstChild("UpperTorso")
- local mator2 = workspace.oilsauce:FindFirstChild("Torso") or workspace.oilsauce:FindFirstChild("UpperTorso")
- tortor.CFrame = mator2.CFrame * CFrame.new(2, 0, 0)
- end)
- tpto.MouseButton1Click:connect(function()
- local target2 = workspace:FindFirstChild(tptoguy.Text)
- if target2 == nil then
- target2.Text = "Invalid username"
- return
- end
- local trrsoo = target2:FindFirstChild("Torso") or target2:FindFirstChild("UpperTorso")
- local mator = workspace.oilsauce:FindFirstChild("Torso") or workspace.oilsauce:FindFirstChild("UpperTorso")
- mator.CFrame = trrsoo.CFrame * CFrame.new(2, 0, 0)
- end)
- kill.MouseButton1Click:connect(function()
- local target1 = workspace:FindFirstChild(killguy.Text)
- if target1 == nil then
- target1.Text = "Invalid username"
- return
- end
- target1.Head:remove()
- target1.Humanoid.Health = 0
- end)
- oc.MouseButton1Click:connect(function()
- scf.Visible = not scf.Visible
- end)
- go.MouseButton1Click:connect(function()
- local victim = workspace:FindFirstChild(frame.Text)
- local victim2 = workspace:FindFirstChild(frame1.Text)
- local killer = workspace:FindFirstChild(frame2.Text)
- if frame.Text == nil then return
- end
- if victim == nil then
- frame.Text = "Invalid username"
- return
- end
- if frame1.Text == nil then return
- end
- if victim2 == nil then
- frame1.Text = "Invalid username"
- return
- end
- if frame2.Text == nil then return
- end
- if killer == nil then
- frame2.Text = "Invalid username"
- return
- end
- local torso3 = killer:FindFirstChild("Torso") or killer:FindFirstChild("UpperTorso")
- local rarm = victim:FindFirstChild("Right Arm") or victim:FindFirstChild("RightUpperArm")
- local larm = victim:FindFirstChild("Left Arm") or victim:FindFirstChild("LeftUpperArm")
- local lleg = victim:FindFirstChild("Left Leg") or victim:FindFirstChild("LeftUpperLeg")
- local rleg = victim:FindFirstChild("Right Leg") or victim:FindFirstChild("RightUpperLeg")
- local torso = victim:FindFirstChild("Torso") or victim:FindFirstChild("UpperTorso")
- local rarm2 = victim2:FindFirstChild("Right Arm") or victim2:FindFirstChild("RightUpperArm")
- local larm2 = victim2:FindFirstChild("Left Arm") or victim2:FindFirstChild("LeftUpperArm")
- local lleg2 = victim2:FindFirstChild("Left Leg") or victim2:FindFirstChild("LeftUpperLeg")
- local rleg2 = victim2:FindFirstChild("Right Leg") or victim2:FindFirstChild("RightUpperLeg")
- local torso2 = victim2:FindFirstChild("Torso") or victim2:FindFirstChild("UpperTorso")
- torso.CFrame = torso3.CFrame * CFrame.new(4, 5, 0)
- torso2.CFrame = torso3.CFrame * CFrame.new(-4, 5, 0)
- wait()
- torso3.Anchored = true
- torso.Anchored = true
- larm.Anchored = true
- lleg.Anchored = true
- rarm.Anchored = true
- rleg.Anchored = true
- larm.BrickColor = BrickColor.new("Really black")
- rarm.BrickColor = BrickColor.new("Really black")
- lleg.BrickColor = BrickColor.new("Really black")
- rleg.BrickColor = BrickColor.new("Really black")
- torso.BrickColor = BrickColor.new("Really black")
- victim.Head.BrickColor = BrickColor.new("Really black")
- torso2.Anchored = true
- larm2.Anchored = true
- lleg2.Anchored = true
- rarm2.Anchored = true
- rleg2.Anchored = true
- larm2.BrickColor = BrickColor.new("Really black")
- rarm2.BrickColor = BrickColor.new("Really black")
- lleg2.BrickColor = BrickColor.new("Really black")
- rleg2.BrickColor = BrickColor.new("Really black")
- torso2.BrickColor = BrickColor.new("Really black")
- victim2.Head.BrickColor = BrickColor.new("Really black")
- part1v = Instance.new("Part", victim)
- part1v.Name = "part1v"
- part1v.CFrame = torso.CFrame * CFrame.new(0, -3, 0)
- part1v.Anchored = true
- part1v.BrickColor = BrickColor.new("Burnt Sienna")
- part1v.Size = Vector3.new(5, 1, 5)
- part1v.Material = "Wood"
- part2v = Instance.new("Part", victim)
- part2v.Name = "part2v"
- part2v.CFrame = torso.CFrame * CFrame.new(2.3, -5, 2.3)
- part2v.Anchored = true
- part2v.BrickColor = BrickColor.new("Burnt Sienna")
- part2v.Size = Vector3.new(0.5, 5, 0.5)
- part2v.Material = "Wood"
- part3v = Instance.new("Part", victim)
- part3v.Name = "part3v"
- part3v.CFrame = torso.CFrame * CFrame.new(-2.3, -5, -2.3)
- part3v.Anchored = true
- part3v.BrickColor = BrickColor.new("Burnt Sienna")
- part3v.Size = Vector3.new(0.5, 5, 0.5)
- part3v.Material = "Wood"
- part4v = Instance.new("Part", victim)
- part4v.Name = "part4v"
- part4v.CFrame = torso.CFrame * CFrame.new(-2.3, -5, 2.3)
- part4v.Anchored = true
- part4v.BrickColor = BrickColor.new("Burnt Sienna")
- part4v.Size = Vector3.new(0.5, 5, 0.5)
- part4v.Material = "Wood"
- part5v = Instance.new("Part", victim)
- part5v.Name = "part5v"
- part5v.CFrame = torso.CFrame * CFrame.new(2.3, -5, -2.3)
- part5v.Anchored = true
- part5v.BrickColor = BrickColor.new("Burnt Sienna")
- part5v.Size = Vector3.new(0.5, 5, 0.5)
- part5v.Material = "Wood"
- part1v2 = Instance.new("Part", victim2)
- part1v2.Name = "part1v2"
- part1v2.CFrame = torso2.CFrame * CFrame.new(0, -3, 0)
- part1v2.Anchored = true
- part1v2.BrickColor = BrickColor.new("Burnt Sienna")
- part1v2.Size = Vector3.new(5, 1, 5)
- part1v2.Material = "Wood"
- part2v2 = Instance.new("Part", victim2)
- part2v2.Name = "part2v2"
- part2v2.CFrame = torso2.CFrame * CFrame.new(2.3, -5, 2.3)
- part2v2.Anchored = true
- part2v2.BrickColor = BrickColor.new("Burnt Sienna")
- part2v2.Size = Vector3.new(0.5, 5, 0.5)
- part2v2.Material = "Wood"
- part3v2 = Instance.new("Part", victim2)
- part3v2.Name = "part3v2"
- part3v2.CFrame = torso2.CFrame * CFrame.new(-2.3, -5, -2.3)
- part3v2.Anchored = true
- part3v2.BrickColor = BrickColor.new("Burnt Sienna")
- part3v2.Size = Vector3.new(0.5, 5, 0.5)
- part3v2.Material = "Wood"
- part4v2 = Instance.new("Part", victim2)
- part4v2.Name = "part4v2"
- part4v2.CFrame = torso2.CFrame * CFrame.new(-2.3, -5, 2.3)
- part4v2.Anchored = true
- part4v2.BrickColor = BrickColor.new("Burnt Sienna")
- part4v2.Size = Vector3.new(0.5, 5, 0.5)
- part4v2.Material = "Wood"
- part5v2 = Instance.new("Part", victim2)
- part5v2.Name = "part5v2"
- part5v2.CFrame = torso2.CFrame * CFrame.new(2.3, -5, -2.3)
- part5v2.Anchored = true
- part5v2.BrickColor = BrickColor.new("Burnt Sienna")
- part5v2.Size = Vector3.new(0.5, 5, 0.5)
- part5v2.Material = "Wood"
- local light = Instance.new("PointLight", torso3)
- light.Color = Color3.new(1, 0, 0.5)
- light.Brightness = 100
- local sgui = Instance.new("BillboardGui", killer)
- sgui.AlwaysOnTop = true
- sgui.StudsOffset = Vector3.new(0, 2, 0)
- sgui.Size = UDim2.new(5, 35, 5, 35)
- sgui.Adornee = killer.Head
- local stext = Instance.new("TextLabel", sgui)
- stext.BackgroundTransparency = 1
- stext.TextScaled = true
- stext.BorderSizePixel = 0
- stext.Text = killer.Name..", THE EXECUTIONER"
- stext.Font = "Bodoni"
- stext.TextSize = 30
- stext.TextStrokeTransparency = 0
- stext.TextColor3 = Color3.new(0.5, 0, 0.5)
- stext.Size = UDim2.new(1, 0, 0.5, 0)
- stext.Parent = sgui
- local sgui2 = Instance.new("BillboardGui", victim)
- sgui2.AlwaysOnTop = true
- sgui2.StudsOffset = Vector3.new(0, 2, 0)
- sgui2.Size = UDim2.new(5, 35, 5, 35)
- sgui2.Adornee = victim.Head
- local stext2 = Instance.new("TextLabel", sgui)
- stext2.BackgroundTransparency = 1
- stext2.TextScaled = true
- stext2.BorderSizePixel = 0
- stext2.Text = victim.Name..", THE VICTIM"
- stext2.Font = "Fantasy"
- stext2.TextSize = 30
- stext2.TextStrokeTransparency = 0
- stext2.TextColor3 = Color3.new(1, 0, 0.5)
- stext2.Size = UDim2.new(0.8, 0, 0.3, 0)
- stext2.Parent = sgui2
- local sgui3 = Instance.new("BillboardGui", victim2)
- sgui3.AlwaysOnTop = true
- sgui3.StudsOffset = Vector3.new(0, 2, 0)
- sgui3.Size = UDim2.new(5, 35, 5, 35)
- sgui3.Adornee = victim2.Head
- local stext3 = Instance.new("TextLabel", sgui)
- stext3.BackgroundTransparency = 1
- stext3.TextScaled = true
- stext3.BorderSizePixel = 0
- stext3.Text = victim2.Name..", THE VICTIM'S FRIEND"
- stext3.Font = "Fantasy"
- stext3.TextSize = 30
- stext3.TextStrokeTransparency = 0
- stext3.TextColor3 = Color3.new(1, 0, 0.5)
- stext3.Size = UDim2.new(0.8, 0, 0.3, 0)
- stext3.Parent = sgui3
- oof = Instance.new("Sound", killer)
- oof.SoundId = "rbxassetid://138093488"
- oof.Volume = 5
- oof:Play()
- wait(3)
- bsound = Instance.new("Sound", victim)
- bsound2 = Instance.new("Sound", victim2)
- bsound.SoundId = "rbxassetid://180083298"
- bsound2.SoundId = "rbxassetid://180083298"
- bsound.Volume = 5
- bsound2.Volume = 5
- bsound:Play()
- bsound2:Play()
- torso3.Anchored = false
- local blood1 = Instance.new("Part", torso)
- blood1.Anchored = true
- blood1.CanCollide = false
- blood1.Shape = "Cylinder"
- blood1.BrickColor = BrickColor.new("Maroon")
- blood1.Material = "Metal"
- blood1.CFrame = torso.CFrame * CFrame.new(0, 1, 0)
- blood1.CFrame = blood1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- blood1.Size = Vector3.new(0.1, 4, 4)
- local blood2 = Instance.new("Part", torso2)
- blood2.CanCollide = false
- blood2.Anchored = true
- blood2.Shape = "Cylinder"
- blood2.BrickColor = BrickColor.new("Maroon")
- blood2.Material = "Metal"
- blood2.CFrame = torso2.CFrame * CFrame.new(0, 1, 0)
- blood2.CFrame = blood2.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- blood2.Size = Vector3.new(0.1, 4, 4)
- victim.Head:remove()
- victim2.Head:remove()
- victim.Humanoid.Health = 0
- victim2.Humanoid.Health = 0
- end)
- gop.MouseButton1Click:connect(function()
- local heyman1 = workspace:FindFirstChild(frame.Text)
- local heyman2 = workspace:FindFirstChild(frame1.Text)
- local heyman3 = workspace:FindFirstChild(frame2.Text)
- if frame.Text == nil then return
- end
- if heyman1 == nil then
- frame.Text = "Invalid username"
- return
- end
- if frame1.Text == nil then return
- end
- if heyman2 == nil then
- frame1.Text = "Invalid username"
- return
- end
- if frame2.Text == nil then return
- end
- if heyman3 == nil then
- frame2.Text = "Invalid username"
- return
- end
- tor1 = heyman1:FindFirstChild("Torso") or heyman1:FindFirstChild("UpperTorso")
- tor2 = heyman2:FindFirstChild("Torso") or heyman2:FindFirstChild("UpperTorso")
- tor3 = heyman3:FindFirstChild("Torso") or heyman3:FindFirstChild("UpperTorso")
- h1 = heyman1:FindFirstChild("Head")
- h2 = heyman2:FindFirstChild("Head")
- h3 = heyman3:FindFirstChild("Head")
- tor1.CFrame = tor3.CFrame * CFrame.new(6, 0, -7)
- tor1.CFrame = tor1.CFrame * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0))
- tor2.CFrame = tor3.CFrame * CFrame.new(-6, 0, -7)
- tor2.CFrame = tor2.CFrame * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0))
- tor1.Anchored = true
- tor2.Anchored = true
- tor3.Anchored = true
- teblu1 = Instance.new("Part", tor3)
- teblu1.Material = "Wood"
- teblu1.BrickColor = BrickColor.new("Burnt Sienna")
- teblu1.Shape = "Cylinder"
- teblu1.CFrame = tor3.CFrame * CFrame.new(0, 0, -7)
- teblu1.CFrame = teblu1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- teblu1.Size = Vector3.new(1, 9, 9)
- teblu1.Anchored = true
- teblu2 = Instance.new("Part", tor3)
- teblu2.Material = "Wood"
- teblu2.BrickColor = BrickColor.new("Burnt Sienna")
- teblu2.Shape = "Cylinder"
- teblu2.CFrame = tor3.CFrame * CFrame.new(0, -2, -7)
- teblu2.CFrame = teblu2.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- teblu2.Size = Vector3.new(3, 1, 1)
- teblu2.Anchored = true
- hlight = Instance.new("PointLight", teblu1)
- hlight.Brightness = 100
- local tgui = Instance.new("BillboardGui", heyman3)
- tgui.AlwaysOnTop = true
- tgui.StudsOffset = Vector3.new(0, 2, 0)
- tgui.Size = UDim2.new(5, 35, 5, 35)
- tgui.Adornee = h3
- local ttext = Instance.new("TextLabel", tgui)
- ttext.BackgroundTransparency = 1
- ttext.TextScaled = true
- ttext.BorderSizePixel = 0
- ttext.Text = "Want to have a party?"
- ttext.Font = "Fantasy"
- ttext.TextSize = 30
- ttext.TextStrokeTransparency = 0
- ttext.TextColor3 = Color3.new(1, 0, 0.5)
- ttext.Size = UDim2.new(0.8, 0, 0.3, 0)
- ttext.Parent = tgui
- wait(2)
- ttext.Text = "aha."
- wait(1)
- ttext.Text = "AHA."
- wait(1)
- ttext.Text = "AHAHAHAHAHA"
- wait(1)
- teblu1.BrickColor = BrickColor.new("Hot pink")
- teblu2.BrickColor = BrickColor.new("Hot pink")
- wait(2)
- bsound = Instance.new("Sound", heyman1)
- bsound2 = Instance.new("Sound", heyman2)
- bsound.SoundId = "rbxassetid://180083298"
- bsound2.SoundId = "rbxassetid://180083298"
- bsound.Volume = 5
- bsound2.Volume = 5
- bsound:Play()
- bsound2:Play()
- local b1 = Instance.new("Part", tor1)
- b1.Anchored = true
- b1.CanCollide = false
- b1.Shape = "Cylinder"
- b1.BrickColor = BrickColor.new("Maroon")
- b1.Material = "Metal"
- b1.CFrame = tor1.CFrame * CFrame.new(0, 1, 0)
- b1.CFrame = b1.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- b1.Size = Vector3.new(0.1, 4, 4)
- local b2 = Instance.new("Part", tor2)
- b2.CanCollide = false
- b2.Anchored = true
- b2.Shape = "Cylinder"
- b2.BrickColor = BrickColor.new("Maroon")
- b2.Material = "Metal"
- b2.CFrame = tor2.CFrame * CFrame.new(0, 1, 0)
- b2.CFrame = b2.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90))
- b2.Size = Vector3.new(0.1, 4, 4)
- h1:remove()
- h2:remove()
- ttext:remove()
- tor3.Anchored = false
- end)
Add Comment
Please, Sign In to add comment