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 | |
6 | lego.Touched:connect(function(hit) | |
7 | - | hit.Parent.Head.face.Texture = "rbxassetid://746538382" |
7 | + | |
8 | sound.SoundId = "rbxassetid://1102543935" | |
9 | sound.Parent = game.Workspace | |
10 | sound:Play() | |
11 | wait(6) | |
12 | explode = Instance.new("Explosion",game.Workspace) | |
13 | explode.BlastRadius = 57 | |
14 | - | explode.Position = hit.Parent.Head.Position |
14 | + | |
15 | end) |