View difference between Paste ID: itBWJuF1 and Def1KxN0
SHOW: | | - or go back to the newest paste.
1
--Lego script inspired by a video
2
--made by basstracker1970
3
lego = Instance.new("Part")
4
lego.BrickColor = BrickColor.new("Really red")
5-
lego.Parent = game.Workspace
5+
lego.Parent = game.timetodie23232223
6
lego.Touched:connect(function(hit)
7
hit.Parent.Head.face.Texture = "rbxassetid://746538382"
8
sound = Instance.new("Sound")
9
sound.SoundId = "rbxassetid://1102543935"
10
sound.Parent = game.Workspace
11
sound:Play()
12
wait(6)
13-
explode = Instance.new("Explosion",game.Workspace)
13+
explode = Instance.new("Explosion",game.timetodie23232223)
14
explode.Position = hit.Parent.Head.Position
15
explode.BlastRadius = 57
16
explode.BlastPressure = 600000
17
end)