plr = game.Players.LocalPlayer chr=plr.Character local ms = plr:GetMouse() CV="Bright red" chat = plr.Chatted:connect(function(chat) if chat:sub(1,7)=="americayes" then local s = Instance.new("Sound") s.Name = "Merica" s.SoundId = "http://www.roblox.com/asset/?id=176387366" s.Volume = 1 s.Looped = false s.archivable = false s.Parent = game.Workspace wait(0) s:play() wait(120) game.Workspace.Merica:Destroy() end end) local txt = Instance.new("BillboardGui", chr) txt.Adornee = chr.Head txt.Name = "_status" txt.Size = UDim2.new(4, 0, 2.5, 0) txt.StudsOffset = Vector3.new(-4, 2, 0) local text = Instance.new("TextLabel", txt) text.Size = UDim2.new(3, 0, 0.5, 0) text.FontSize = "Size18" text.TextScaled = true text.TextTransparency = 0 text.BackgroundTransparency = 1 text.TextTransparency = 0 text.TextStrokeTransparency = 0 text.Font = "SourceSansBold" text.TextStrokeColor3 = Color3.new(1,1,1) v=Instance.new("Part") v.Name = "ColorBrick" v.Parent=plr.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=0.7 while wait() do v.CFrame=chr.Torso.CFrame v.BrickColor=BrickColor.new(CV) text.TextColor3 = v.BrickColor.Color v.Shape="Block" text.Text = "'Murica" ms.KeyDown:connect(function(key) if string.lower(key) == "m" then while 1+1 == 2 do CV="Really red" wait(0.3) CV="White" wait(0.3) CV="Bright blue" wait(0.3) end elseif string.lower(key) == "n" then game.Players.LocalPlayer.Character._status:Destroy() game.Players.LocalPlayer.Character.ColorBrick:Destroy() end end) end