Player = game:GetService("Players").LocalPlayer Character = Player.Character PlayerGui = Player.PlayerGui Backpack = Player.Backpack Torso = Character.Torso Head = Character.Head Humanoid = Character.Humanoid RootPart = Character.HumanoidRootPart RootJoint = RootPart.RootJoint LeftArm = Character["Left Arm"] LeftLeg = Character["Left Leg"] RightArm = Character["Right Arm"] RightLeg = Character["Right Leg"] LS = Torso["Left Shoulder"] LH = Torso["Left Hip"] RS = Torso["Right Shoulder"] RH = Torso["Right Hip"] Humanoid.MaxHealth = math.huge wait() Humanoid.Health = Humanoid.MaxHealth local BC = Character["Body Colors"] BC.HeadColor = BrickColor.new("Pastel brown") BC.LeftArmColor = BrickColor.new("Pastel brown") BC.LeftLegColor = BrickColor.new("Pastel brown") BC.RightArmColor = BrickColor.new("Pastel brown") BC.RightLegColor = BrickColor.new("Pastel brown") BC.TorsoColor = BrickColor.new("Pastel brown") ------Heavy--------- CV="Maroon" Player = game.Players.LocalPlayer char = Player.Character local txt = Instance.new("BillboardGui", Character) txt.Adornee = Character .Head txt.Name = "_status" txt.Size = UDim2.new(2, 0, 1.2, 0) txt.StudsOffset = Vector3.new(-9, 8, 0) local text = Instance.new("TextLabel", txt) text.Size = UDim2.new(10, 0, 7, 0) text.FontSize = "Size24" text.TextScaled = true text.TextTransparency = 0 text.BackgroundTransparency = 1 text.TextTransparency = 0 text.TextStrokeTransparency = 0 text.Font = "Bodoni" text.TextStrokeColor3 = Color3.new(50,50,0) v=Instance.new("Part") v.Name = "ColorBrick" v.Parent=Player.Character v.FormFactor="Symmetric" v.Anchored=true v.CanCollide=false v.BottomSurface="Smooth" v.TopSurface="Smooth" v.Size=Vector3.new(10,5,3) v.Transparency=1 v.CFrame=Character.Torso.CFrame v.BrickColor=BrickColor.new(CV) v.Transparency=1 text.TextColor3 = Color3.new(255,204,0) v.Shape="Block" text.Text = "OOF BOX"