Heres my code,
local a = Instance.new("ParticleEmitter")
a.Name = "BusoRight"
a.Texture = "rbxassetid://405886187"
a.Rate = 300
a.Color = ColorSequence.new(Color3.fromRGB(0,0,255))
a.Speed = 3
a.Lifetime = 0.2,1
a.Parent = Player.Character["Right Arm"]
What im having issues with is making the lifetime for the particle emitter.
a.Lifetime = 0.2,1