Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fire = Instance.new("Fire", game.Players.LocalPlayer.Character.Torso)
- fire.Heat = 25
- fire.Size = 20
- while true do wait(1)
- fire.Color = Color3.new(math.random(),math.random(),math.random())
- end
Add Comment
Please, Sign In to add comment