Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 843468296 or game.PlaceId == 843495510 or game.PlaceId == 897312463 then
- local char = workspace:WaitForChild("SoftlockedUnderZero")
- if char then
- local tool = Instance.new("Tool")
- tool.Name = "Disrespect Sign"
- tool.CanBeDropped = false
- tool.GripPos = Vector3.new(1.5, -1, 0)
- tool.GripForward = Vector3.new(0, 0, 1)
- tool.GripRight = Vector3.new(1, 0, 0)
- tool.GripUp = Vector3.new(0,0,1)
- local part = Instance.new("Part",tool)
- part.Name = "Handle"
- tool.Parent = char
- part.Material = Enum.Material.WoodPlanks
- part.BrickColor = BrickColor.new("Burnt Sienna")
- part.Size = Vector3.new(4, 2, .25)
- local Bil = Instance.new("SurfaceGui",part)
- Bil.Face = "Front"
- local TL = Instance.new("TextLabel",Bil)
- TL.Size = UDim2.new(1,0,1,0)
- TL.BackgroundTransparency = 1
- TL.TextScaled = true
- TL.TextColor3 = Color3.fromRGB(255,255,255)
- TL.TextStrokeTransparency = 0
- TL.Font = Enum.Font.Code
- local mra = math.rad
- tool.Equipped:Connect(function()
- local torso = char:WaitForChild("Torso")
- if torso then
- wait(1)
- torso["Right Shoulder"].C0 = CFrame.new(1,1,0) * CFrame.Angles(0,mra(90),mra(90))
- torso["Left Shoulder"].C0 = CFrame.new(-1,1,0) * CFrame.Angles(0,mra(-90),mra(180))
- local weld = Instance.new("WeldConstraint",torso)
- weld.Part0 = torso
- weld.Part1 = char["Left Arm"]
- weld.Name = "Weldl"
- local msgNum = math.random(1,4)
- if msgNum==1 then
- TL.Text = "No."
- elseif msgNum==2 then
- TL.Text = "Everybody is not happy with that."
- elseif msgNum==3 then
- TL.Text = "Everybody disliked that."
- elseif msgNum==4 then
- TL.Text = "Delete that script right now."
- end
- end
- end)
- tool.Unequipped:Connect(function()
- if char:FindFirstChild("Weldl",true) then
- char:FindFirstChild("Weldl",true):Destroy()
- end
- local torso = char.Torso
- torso["Right Shoulder"].C0 = CFrame.new(1,.5,0) * CFrame.Angles(0,mra(90),0)
- torso["Left Shoulder"].C0 = CFrame.new(-1,.5,0) * CFrame.Angles(0,mra(-90),0)
- end)
- end
- else
- while true do
- local part = Instance.new("Part",workspace)
- end
- end
Add Comment
Please, Sign In to add comment