The Parts arent visible. Help?
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
So, the walkspeed script, adding on I tried to make it like the flash where light travels behind him. Any idea on how to insert particles scripting? And, whats wrong with the parts? I don't see them. It doesn't error out on the output because my speed increases.
01 | Player = game.Players.LocalPlayer |
02 | Character = Player.Character |
03 | Torso = Character.Torso |
04 | Mouse = Player:GetMouse() |
07 | Mouse.Button 1 Down:connect( function () |
14 | Player.Character.Humanoid.WalkSpeed = Player.Character.Humanoid.WalkSpeed + 1 |
15 | local Brick = Instance.new( "Part" , Player) |
17 | Brick.Position = Torso.Position |
18 | Brick.BrickColor = BrickColor.new( "New Yeller" ) |
19 | Brick.Size = Vector 3. new( 3 , 5 , 4 ) |
30 | Mouse.Button 1 Up:connect( function () |
33 | Player.Character.Humanoid.WalkSpeed = 16 |