Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- char = game.Players.LocalPlayer.Character
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- --"Ridiculous"
- debounce = false
- h = Instance.new("Accessory")
- p = Instance.new("Part")
- h.Name = "Friendly"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=185811808"
- Hat.TextureId = "http://www.roblox.com/asset/?id=185811850"
- Hat.Scale = Vector3.new(1.2, 1.2, 1.2)
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(0, -0.08, -0.1)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.01)
- debounce = true
- --"Friendly"
- debounce = false
- h = Instance.new("Accessory")
- p = Instance.new("Part")
- h.Name = "Friendly"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=450508134"
- Hat.TextureId = "http://www.roblox.com/asset/?id=450507988"
- Hat.Scale = Vector3.new(0.5, 0.5, 0.5)
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(0, -0.48, -0.5)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.01)
- debounce = true
- --Sound
- IDs = {569035295,304511128,190316871,612888361,323874540,571839980, 299062008}
- Sound = Instance.new("Sound", char.Head)
- Sound.SoundId = "rbxassetid://" .. IDs[math.random(1,7)]
- Sound.Looped = true
- Sound :play()
- while true do
- h.AttachmentPos = Vector3.new(0, -0.48, -0.5)
- wait(0.05)
- h.AttachmentPos = Vector3.new(0, -0.55, -0.5)
- wait(0.05)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement