Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --The Ring script by basstracker1970
- 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.Parent = Character
- handle = Instance.new("Part")
- handle.Parent = hair
- mesh = Instance.new("SpecialMesh")
- mesh.Scale = Vector3.new(1, 1, -1)
- mesh.MeshId = "rbxassetid://13070796"
- mesh.TextureId = "rbxassetid://46411796"
- 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