Pastebin

math random roblox

math random roblox from Pastebin

Math random roblox Pastebin Math random roblox studio paste Roblox studio random math selector details How to use math random roblox code Math random script roblox snippet Roblox math random decimals
    
        while true do
wait(0)
s = Instance.new("Sound")
s.Name = "Music"
s.SoundId = "http://www.roblox.com/asset/?id=1372259"
s.Looped = true
s.Pitch = 1
s.Volume = 1
s.archivable = false

s.Parent = game.Workspace

wait(1)

s:play()

wait(math.random(60, 150))

s:stop()

wait(0.1)
end