--Made by H33T_L4R5 Player = game.Players.LocalPlayer Character = 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 = 10 text.TextTransparency = 0 text.TextStrokeTransparency = 0 text.Font = "Arcade" text.TextStrokeColor3 = Color3.new(50,205,50) text.Text = "Puppet" wait(0.1)   local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=257453119" s.Volume = 2 s.Looped = true s.archivable = false s.Parent = game.Workspace wait(1) s:play()