northside chicago script pastebin -- A good Hit Box Expander script for Project Chicago -- -- Made by Menace ;-; :) --How to use: --q = Enable --e = Disable game:GetService("StarterGui"):SetCore("SendNotification", {Title = "III", Text = "q = Enabled : e = disabled."}) local player = game.Players.LocalPlayer local mouse = player:GetMouse() northside chicago script pastebin How to use it? northside chicago script pastebin -- Settings bind = "" bind2 = "t" bind3 = "y" -- Script mouse.KeyDown:connect(function(key) northside chicago script pastebin PasteShr northside chicago script pastebin if key == bind then player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204) end end) mouse.KeyDown:connect(function(key2) if key2 == bind2 then _G.HeadSize = 12 _G.Disabled = true northside chicago script pastebin PasteShr northside chicago script pastebin if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false northside chicago script pastebin How to get it? northside chicago script pastebin end) end end end end end) mouse.KeyDown:connect(function(key3) if key3 == bind3 then _G.HeadSize = 20 northside chicago script pastebin How to use it? northside chicago script pastebin _G.Disabled = true for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1) v.Character.HumanoidRootPart.Transparency = 1 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey") v.Character.HumanoidRootPart.Material = "Force Field" northside chicago script pastebin How to dowload it? northside chicago script pastebin v.Character.HumanoidRootPart.CanCollide = true end) end end end end) northside chicago script pastebin