Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait()
- -- by Theamazingnater
- plr = game.Players.LocalPlayer
- chara = plr.Character
- mouse = plr:GetMouse()
- Create = Instance.new
- Huge = math.huge
- local music = Create("Sound",chara.HumanoidRootPart)
- music.SoundId = "rbxassetid://935501955"
- music.Volume = 10
- music.Looped = true
- music:Play()
- local shadowhead = Create("Part",chara.Head)
- shadowhead.BrickColor = BrickColor.new("Bright green")
- shadowhead.Size = Vector3.new(1.2, 0.6, 1)
- shadowhead.CanCollide = false
- local shadowheadmesh = Create("SpecialMesh",shadowhead)
- shadowheadmesh.MeshType = "Head"
- shadowheadmesh.Scale = Vector3.new(1.26, 1.5, 1.26)
- local weld2 = Create("Weld",shadowhead)
- weld2.Part0 = shadowhead
- weld2.Part1 = chara.Head
- weld2.C1 = CFrame.new(0, 0.200000048, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement