Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Specimen 11 script by basstracker1970
- wait(1)
- plr = game.Players.LocalPlayer
- char = plr.Character
- for i,v in pairs(char:children()) do
- if v:IsA("Accessory") then
- v:Destroy()
- end
- end
- wait(1)
- sound = Instance.new("Sound")
- sound.Name = "Theme"
- sound.SoundId = "rbxassetid://1034522734"
- sound.Looped = true
- sound.Parent = char
- sound:Play()
- hat = Instance.new("Hat")
- hat.Parent = plr.Character
- hatpart = Instance.new("Part")
- hatpart.Name = "Handle"
- hatpart.Parent = hat
- mesh = Instance.new("SpecialMesh")
- mesh.MeshId = "rbxassetid://15934744"
- mesh.TextureId = "rbxassetid://15934762"
- mesh.Parent = hatpart
- fire = Instance.new("Fire")
- fire.Parent = char.Head
- char.Head.BrickColor = BrickColor.new("Really red")
- char.Torso.BrickColor = BrickColor.new("Really red")
- char["Left Arm"].BrickColor = BrickColor.new("Really red")
- char["Right Arm"].BrickColor = BrickColor.new("Really red")
- char["Left Leg"].BrickColor = BrickColor.new("Really red")
- char["Right Leg"].BrickColor = BrickColor.new("Really red")
- char.Torso.Touched:connect(function(hit)
- if hit.Parent:FindFirstChild("Humanoid") then
- hit.Parent:BreakJoints()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement