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://272470752"
- d.Parent = p
- local m = Instance.new("Decal")
- m.Face = "Left"
- m.Texture = "rbxassetid://485085970"
- m.Parent = p
- local s = Instance.new("Sound", p)
- s.SoundId = "rbxassetid://508537259"
- s.Volume = 10
- s.Looped = true
- s:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement