Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local p = Instance.new("Part")
- p.Parent = workspace
- p.Position = Vector3.new(0,0,0)
- p.Size = Vector3.new(1,10,10)
- p.Transparency = 1
- p.Anchored = true
- p.CanCollide = false
- local d = Instance.new("Decal")
- d.Face = "Right"
- d.Texture = "rbxassetid://526577438"
- d.Parent = p
- local s = Instance.new("Sound", p)
- s.SoundId = "rbxassetid://420234037"
- s.Volume = 1
- s.Looped = true
- s:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement