Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- here is another simple script
- local m=Instance.new("Message",workspace)
- m.Text="..."
- local s=Instance.new("Sound",workspace)
- s.SoundId = "http://www.roblox.com/asset?id=1372260"
- s.Volume = 10
- s.Pitch = 1
- s.Looped = true
- s:Play()
- while true do
- local m=workspace.Message
- m.Text="Вы будете идти. Держите его там ..." -- translation: "You will going. Keep it there."
- wait(0.5)
- m.Text=" "
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement