SHOW:
|
|
- or go back to the newest paste.
| 1 | - | local workspace = game.Workspace |
| 1 | + | -------------------------------------------------------- |
| 2 | local workspace = game.Workspace | |
| 3 | local Sound = Instance.new("Sound", Workspace)
| |
| 4 | - | Sound.EmitterSize = math.huge |
| 4 | + | |
| 5 | Sound.EmitterSize = math.huge | |
| 6 | Sound.MaxDistance = math.huge | |
| 7 | Sound.Looped = true | |
| 8 | Sound.Pitch = 1 | |
| 9 | Sound.Name = "Sound" | |
| 10 | Sound.Volume = 10 | |
| 11 | Sound:Play() |