View difference between Paste ID: Wd1qLwi2 and iW5GNYqV
SHOW: | | - or go back to the newest paste.
1
while wait(0.01) do
2
p = Instance.new("Part",game.Workspace)
3-
p.Name = "LOLnoob"
3+
p.Name = "HAX"
4
p.BrickColor = BrickColor.random()
5
sm = Instance.new("SpecialMesh",p)
6
sm.MeshType = "FileMesh"
7-
sm.MeshId = "http://www.roblox.com/asset/?id=29515710"
7+
sm.MeshId = "http://www.roblox.com/asset/?id=111868131"
8-
sm.TextureId = "http://www.roblox.com/asset/?id=30820395"
8+
sm.TextureId = "http://www.roblox.com/asset/?id=111867655"
9
sm.Scale = Vector3.new(14.5, 14.5, 14.5)
10-
p.Size = Vector3.new(8, 11, 2)
10+
snd = Instance.new("Sound",p)
11
snd.Volume = 1
12
snd.Pitch = 1
13
snd.Looped = false
14
snd.Archivable = true
15
snd.PlayOnRemove = true
16
snd.SoundId = "http://www.roblox.com/asset/?id=111896685"
17
p.Size = Vector3.new(6, 3.35, 3.35)
18
p.Position = Vector3.new(math.random(-100,100),60,math.random(-100,100))
19
end