Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner = game:GetService("Players").Lucas_YT111 --change to your name here
- local Char = owner.Character
- local Hat = Instance.new("Part", game.Workspace)
- Hat.Size = Vector3.new(1.5, 1, 1.5)
- Hat.Rotation = Char.PrimaryPart.Rotation
- SpecialMesh2 = Instance.new("SpecialMesh")
- SpecialMesh2.Parent = Hat
- SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=45915012"
- SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=45915003"
- SpecialMesh2.Scale = Vector3.new(1, 1, 1)
- Hat.Position = Char.PrimaryPart.Position + Vector3.new(0, 1.5, 0)
- local mask = Instance.new("Part", game.Workspace)
- mask.Size = Vector3.new(1.5, 1, 1.5)
- mask.Rotation = Char.PrimaryPart.Rotation
- SpecialMesh2 = Instance.new("SpecialMesh")
- SpecialMesh2.Parent = mask
- SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=5268632830"
- SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=5268632895"
- SpecialMesh2.Scale = Vector3.new(1, 1, 1)
- mask.Position = Char.PrimaryPart.Position + Vector3.new(-1.75, 1, 0)
- local music = Instance.new("Sound", Hat)
- music.SoundId = "rbxassetid://4325972006"
- music.Volume = 2.5
- music.Looped = True
- music:Play()
- wait(0.1)
- for i,v in pairs(Char:GetDescendants()) do
- if v:IsA("BasePart") then
- v:Destroy()
- end
- end
Add Comment
Please, Sign In to add comment