forked from retpirato/Roblox-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
0_Permanent_Darkness (5).lua
81 lines (81 loc) · 2.31 KB
/
0_Permanent_Darkness (5).lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
--This script was put together by Doomdrvk
--- Let me make this clear I'm not a scripter, I just put this together using parts of other scripts that I understand and my miniscule amount of lua knowledge.
for i,v in pairs(game.Players:GetChildren()) do
game:GetService("Chat"):Chat(v.Character.Head,"Permanent Darkness Falls Upon You") --Change text here
wait(3)
local pt = Instance.new("Part")
pt.BrickColor = BrickColor.new("Really black")
pt.Anchored = true
pt.CanCollide = true
pt.Locked = true
pt.BottomSurface = "Weld"
pt.Parent = workspace
pt.Name = "Darkness"
pt.Size = Vector3.new(2000, 5, 2000)
local pt = Instance.new("Part")
pt.BrickColor = BrickColor.new("Really black")
pt.Anchored = true
pt.CanCollide = false
pt.Locked = true
pt.BottomSurface = "Weld"
pt.Parent = workspace
pt.Name = "Darkness"
pt.Size = Vector3.new(2000, 1, 2000)
wait(1)
local pt = Instance.new("Part")
pt.BrickColor = BrickColor.new("Really black")
pt.Anchored = true
pt.CanCollide = false
pt.Locked = true
pt.BottomSurface = "Weld"
pt.Parent = workspace
pt.Name = "Darkness"
pt.Size = Vector3.new(2000, 1, 2000)
local pt = Instance.new("Part")
pt.BrickColor = BrickColor.new("Really black")
pt.Anchored = true
pt.CanCollide = false
pt.Locked = true
pt.BottomSurface = "Weld"
pt.Parent = workspace
pt.Name = "Darkness"
pt.Size = Vector3.new(2000, 1, 2000)
wait(1)
local pt = Instance.new("Part")
pt.BrickColor = BrickColor.new("Really black")
pt.Anchored = true
pt.CanCollide = false
pt.Locked = true
pt.BottomSurface = "Weld"
pt.Parent = workspace
pt.Name = "Darkness"
pt.Size = Vector3.new(2000, 1, 2000)
local pt = Instance.new("Part")
pt.BrickColor = BrickColor.new("Really black")
pt.Anchored = true
pt.CanCollide = false
pt.Locked = true
pt.BottomSurface = "Weld"
pt.Parent = workspace
pt.Name = "Darkness"
pt.Size = Vector3.new(2000, 1, 2000)
wait(1)
pt.BrickColor = BrickColor.new("Really black")
pt.Anchored = true
pt.CanCollide = false
pt.Locked = true
pt.BottomSurface = "Weld"
pt.Parent = workspace
pt.Name = "Darkness"
pt.Size = Vector3.new(2000, 1, 2000)
wait(1.5)
end
while true do
game.Lighting.TimeOfDay=0;
game.Lighting.Brightness=0;
game.Lighting.ShadowColor=Color3.new(1,1,1);
game.Lighting.Ambient=Color3.new(0,0,0);
game.Lighting.FogEnd=200;
game.Lighting.FogColor=Color3.new(0,0,0);
wait(15)
end