SHOW:
|
|
- or go back to the newest paste.
1 | --dylanbuider | |
2 | ||
3 | l = game:service("Lighting") | |
4 | ||
5 | while true do | |
6 | ||
7 | --time strech | |
8 | ||
9 | --1= +2 | |
10 | --13= +2 | |
11 | --133= +3 | |
12 | --1337= +4 | |
13 | --13371= +5 | |
14 | --133713= +6 | |
15 | --1337133= +7 | |
16 | --13371337= +8 | |
17 | ||
18 | l:SetMinutesAfterMidnight(l:GetMinutesAfterMidnight()+13371337) | |
19 | - | wait(-1337) |
19 | + | wait(-10000000000000000) |
20 | end | |
21 | ||
22 | --lol |