Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local fire = Instance.new("ParticleEmitter", Character.Torso)
- fire.Lifetime = NumberRange.new(0.5)
- fire.Speed = NumberRange.new(1, 3)
- fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 3.564, 2.521), NumberSequenceKeypoint.new(1, 3.534, 2.521)})
- fire.Rate = 1000
- fire.Name = "FireParticie"
- fire.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.627, 0.587), NumberSequenceKeypoint.new(1, 1)})
- fire.LightEmission = 0.6
- fire.Texture = "http://www.roblox.com/asset/?id=242911609"
- fire.Color = ColorSequence.new(Color3.new(1, 0, 0), Color3.new(1, 0.666667, 0))
- wait(3)
- for i = 0,4,.1 do
- RootJoint.C0 = RootJoint.C0 * CFrame.new(0,0,-.1)
- swait()
- end
- wait(5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement