Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --made by retrojooooono
- --make sure you use the sayo-nara script and click "Suicide" on the script when it reaches the text "I gently open her door"
- --scroll down to the line where it says workspace.retrojooooono.Head and replace retrojooooono with your name
- wait(1)
- blackeffect = Instance.new("ColorCorrectionEffect",game.Lighting)
- blackeffect.Brightness = -5
- wait(2)
- msg = Instance.new("Message",workspace)
- function changetext(text)
- for i=1, string.len(text) do
- wait(0.01)
- msg.Text = string.sub(text,1,i)
- end
- end
- msg.Text = ''
- wait(1)
- changetext('...I reach Sayori's house.')
- wait(2)
- changetext('Hopefully she's inside.')
- wait(2)
- changetext('I reach the door. I knock on it.')
- wait(2)
- changetext('"Sa-Sayori?"')
- wait(2)
- changetext('No response.')
- wait(2)
- changetext('Probably she is gone out for something, I don't know. I go inside the house without a double think to check.')
- wait(2)
- changetext('"Sayori? A-Are you th-there?"')
- wait(2)
- changetext('"...Sayori?"')
- wait(2)
- changetext('I reach out to the door of her room.')
- wait(2)
- changetext('Surely she is a oversleeper.')
- wait(2)
- changetext('"Sayori? Wake up, d-dummy!"')
- wait(2)
- changetext('She sometimes oversleeps. Anyways, she leaves me no choice.')
- wait(2)
- changetext('I gently open the door...')
- wait(2)
- changetext('"...Sa-sayo--"')
- msg.Parent = game.Lighting
- workspace.CurrentCamera.CameraSubject = workspace.retrojooooono.Head
- blackeffect.Brightness = 0
- wait(2)
- for i=1, 20 do
- wait(0.01)
- workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView - 0.1
- end
- msg.Parent = workspace
- changetext('...')
- wait(2)
- changetext('"What the hell?"')
- wait(2)
- changetext('What the actual hell?')
- wait(2)
- changetext('This can't be real.')
- wait(2)
- changetext('This can't be fucking real.')
- blackeffect.Brightness = -5
- wait(2)
- changetext('Why? I keeped her to good, I told her what's the best for her...')
- wait(2)
- changetext('A friend I have grown up with...')
- wait(2)
- changetext('...')
- wait(2)
- changetext('Why did she have to do this?')
- wait(2)
- changetext('...I feel tears going down off my eyes.')
- wait(2)
- changetext('END')
- wait(2)
- workspace.CurrentCamera.CameraSubject = nil
- changetext('After the black screen and text disappears be sure to say g/fixcam')
- wait(3)
- msg:Destroy()
- blackeffect:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement