View difference between Paste ID: ybDyppv7 and 4euhvFbH
SHOW: | | - or go back to the newest paste.
1
--made by retrojooooono
2
--make sure you use the sayo-nara script and click "Suicide" on the script when it reaches the text "I gently open her door"
3
--scroll down to the line where it says workspace.retrojooooono.Head and replace retrojooooono with your name
4
wait(1)
5
blackeffect = Instance.new("ColorCorrectionEffect",game.Lighting)
6
blackeffect.Brightness = -5
7
wait(2)
8
msg = Instance.new("Message",workspace)
9
function changetext(text)
10
for i=1, string.len(text) do
11
wait(0.01)
12
msg.Text = string.sub(text,1,i)
13
end
14
end
15
msg.Text = ''
16
wait(1)
17
changetext('...I reach Sayori's house.')
18
wait(2)
19
changetext('Hopefully she's inside.')
20
wait(2)
21
changetext('I reach the door. I knock on it.')
22
wait(2)
23
changetext('"Sa-Sayori?"')
24
wait(2)
25
changetext('No response.')
26
wait(2)
27
changetext('Probably she is gone out for something, I don't know. I go inside the house without a double think to check.')
28
wait(2)
29
changetext('"Sayori? A-Are you th-there?"')
30
wait(2)
31
changetext('"...Sayori?"')
32
wait(2)
33
changetext('I reach out to the door of her room.')
34
wait(2)
35
changetext('Surely she is a oversleeper.')
36
wait(2)
37
changetext('"Sayori? Wake up, d-dummy!"')
38
wait(2)
39
changetext('She sometimes oversleeps. Anyways, she leaves me no choice.')
40
wait(2)
41
changetext('I gently open the door...')
42
wait(2)
43
changetext('"...Sa-sayo--"')
44
msg.Parent = game.Lighting
45-
workspace.CurrentCamera.CameraSubject = workspace.retrojooooono.Head
45+
workspace.CurrentCamera.CameraSubject = workspace.Webooz.Head
46
blackeffect.Brightness = 0
47
wait(2)
48
for i=1, 20 do
49
wait(0.01)
50
workspace.CurrentCamera.FieldOfView = workspace.CurrentCamera.FieldOfView - 0.1
51
end
52
msg.Parent = workspace
53
changetext('...')
54
wait(2)
55
changetext('"What the hell?"')
56
wait(2)
57
changetext('What the actual hell?')
58
wait(2)
59
changetext('This can't be real.')
60
wait(2)
61
changetext('This can't be fucking real.')
62
blackeffect.Brightness = -5
63
wait(2)
64
changetext('Why? I keeped her to good, I told her what's the best for her...')
65
wait(2)
66
changetext('A friend I have grown up with...')
67
wait(2)
68
changetext('...')
69
wait(2)
70
changetext('Why did she have to do this?')
71
wait(2)
72
changetext('...I feel tears going down off my eyes.')
73
wait(2)
74
changetext('END')
75
wait(2)
76
workspace.CurrentCamera.CameraSubject = nil
77
changetext('After the black screen and text disappears be sure to say g/fixcam')
78
wait(3)
79
msg:Destroy()
80
blackeffect:Destroy()