SHOW:
|
|
- or go back to the newest paste.
| 1 | - | local test = {"Alejandropacman"} --Insert name here!
|
| 1 | + | local test = {"CreeperRAR"} --Insert name here!
|
| 2 | ||
| 3 | ||
| 4 | Instance.new("ParticleEmitter", workspace:FindFirstChild(test).Torso)
| |
| 5 | workspace:FindFirstChild(test).Torso.ParticleEmitter.Texture = "rbxassetid://624109409" | |
| 6 | workspace:FindFirstChild(test).Head.face.Texture = "rbxassetid://624109409" | |
| 7 | Instance.new("Sound", game.Workspace:FindFirstChild(test).Torso)
| |
| 8 | workspace:FindFirstChild(test).Torso.Sound.Name = "Illuminati" | |
| 9 | workspace:FindFirstChild(test).Torso.Illuminati.SoundId = "rbxassetid://195608001" | |
| 10 | workspace:FindFirstChild(test).Torso.Illuminati.MaxDistance = 100 | |
| 11 | workspace:FindFirstChild(test).Torso.Illuminati.Looped = true | |
| 12 | Instance.new("Decal", game.Workspace:FindFirstChild(test).Torso)
| |
| 13 | workspace:FindFirstChild(test).Torso.Decal.Texture = "rbxassetid://624109409" | |
| 14 | workspace:FindFirstChild(test).Torso.Illuminati:Play() | |
| 15 | workspace:FindFirstChild(test).Humanoid.WalkSpeed = 100 |