Number sequence error when I try to make the Particle emitter go invis?
Somethings wrong with my script, I don't know..
01 | local UserInputService = game:GetService( "UserInputService" ) |
02 | local plr = game.Players.LocalPlayer |
03 | local char = plr.Character or plr.CharacterAdded:Wait() |
04 | local charname = char.Name |
07 | if plr.Team = = game.Teams.ISD then |
08 | UserInputService.InputBegan:Connect( function (input) |
09 | if input.KeyCode = = Enum.KeyCode.E then |
10 | local cloneSmoke = game.Lighting.Smoke:Clone() |
11 | cloneSmoke.Parent = char.UpperTorso |
13 | char.UpperTorso.Smoke.Transparency = 1 |
It is giving me the error...
Workspace.bt6k.LocalScript:13: bad argument #3 (NumberSequence expected, got number)