Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --The Ring script by basstracker1970
- wait(2)
- for i,v in next, game.Players.LocalPlayer.Character:GetChildren() do
- if v:IsA("Accessory") then
- v:Remove()
- end
- end
- wait(1)
- Player = game:GetService("Players").LocalPlayer
- Character = Player.Character
- Spooks = Instance.new("Sound")
- Spooks.Looped = true
- Spooks.SoundId = "rbxassetid://536292305"
- Spooks.Parent = Character
- Spooks:Play()
- Character.Shirt.ShirtTemplate = "rbxassetid://12762251"
- Character.Pants.PantsTemplate = "rbxassetid://12762225"
- hair = Instance.new("Hat")
- hair.AttachmentForward = Vector3.new(0, -0.1, -0.995)
- hair.AttachmentPos = Vector3.new(0, 0.9, 0)
- hair.AttachmentRight = Vector3.new(1, 0, 0)
- hair.AttachmentUp = Vector3.new(0, 0.995, -0.1)
- hair.Parent = Character
- handle = Instance.new("Part")
- handle.Name = "Handle"
- handle.Anchored = false
- handle.Parent = hair
- mesh = Instance.new("SpecialMesh")
- mesh.Scale = Vector3.new(1, 1, 1)
- mesh.MeshId = "rbxassetid://13070796"
- mesh.TextureId = "rbxassetid://148498373"
- mesh.Parent = handle
- Character.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