plr = game.Players.LocalPlayer chr=plr.Character local ms = plr:GetMouse() CV="Bright red" chat = plr.Chatted:connect(function(chat) 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) 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) chat = plr.Chatted:connect(function(chat) plr = game.Players.LocalPlayer if chat:sub(1,7)=="America FK yeah!" then local s = Instance.new("Sound") s.Name = "fall" 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.fall:Destroy() end end)