Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local h=Instance.new("Hint",workspace)
- h.Text="And then..."
- wait(2)
- h.Text="...he was like:"
- wait(2)
- h.Text=[["İ ĊẠṀĖ İṄ ḶİḲĖ Ạ ẆṘĖĊḲİṆĠ ḂẠẠẠẠẠẠẠḶḶḶḶḶḶḶḶḶḶ"]]
- for _,t in pairs(workspace:GetChildren()) do
- if t:IsA("BasePart") then
- ball=Instance.new("ParticleEmitter",t)
- ball.Size=NumberSequence.new(10)
- ball.Texture="rbxassetid://125607927"
- ball.Acceleration=Vector3.new(0,-20,0)
- ball.Lifetime=NumberRange.new(10)
- ball.Rate=100000
- ball.RotSpeed=NumberRange.new(1703)
- ball.Speed=NumberRange.new(100)
- ball.VelocitySpread=NumberSequence.new(100)
- end
- end
- function makesong(ID) -- this really saves some space
- s=Instance.new("Sound",workspace)
- s.SoundId=ID
- s.Volume=1
- s.PlaybackSpeed=math.random(0.5,2.0)
- s:Play()
- end
- makesong("rbxassetid://150688691")
- makesong("rbxassetid://237538823")
- makesong("rbxassetid://147287696")
- makesong("rbxassetid://150688691")
- makesong("rbxassetid://138014616")
- makesong("rbxassetid://444652511")
- makesong("rbxassetid://161643715")
- makesong("rbxassetid://342147502")
- makesong("rbxassetid://325146303")
- makesong("rbxassetid://142771064")
- -- Wrecking ball script made by adchand2/memesbruh03
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement