[ROBLOX] Script Builder: Rick Roll script! (Script in description)

Опубликовано: 07 Октябрь 2024
на канале: xDynamicx
2,122
12

Here is the rick roll script

s = Instance.new("Sound")

s.Name = "Sound"
s.SoundId = "http://www.roblox.com/asset/?id=2027611"
s.Volume = 100
s.Looped = false
s.archivable = true
s.PlayOnRemove = true
s.Parent = script
wait(1)
s:play()
wait(19)
h = Instance.new("Hint")
h.Parent = script
h.Text = "We're no strangers to love"
wait(4.3)
h.Text = "You know the rules and so do I!"
wait(4.3)
h.Text = "A full commitment's what I'm thinking of"
wait(4.3)
h.Text = "You wouldnt get this from any other guy!"
wait(4)
h.Text = "I just wanna tell you how I'm feeling"
wait(4)
h.Text = "Gotta make you understand"
wait(3)
h.Text = "Never gonna give you up"
wait(2.5)
h.Text = "Never gonna let you down"
wait(2.5)
h.Text = "Never gonna run around and desert you"
wait(4)
h.Text = "Never gonna make you cry"
wait(2.7)
h.Text = "Never gonna say goodbye"
wait(3)
h.Text = "Never gonna tell a lie and hurt you"
wait(4)
script:remove()




--[[* never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you]]