num6456

Untitled

Mar 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. fire = Instance.new("Fire", game.Players.LocalPlayer.Character.Torso)
  2. fire.Heat = 25
  3. fire.Size = 20
  4. while true do wait(1)
  5. fire.Color = Color3.new(math.random(),math.random(),math.random())
  6. end
Add Comment
Please, Sign In to add comment