fddddAV045

Fire

Mar 13th, 2022
1,365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1.  
  2. local Fire = Instance.new("Fire")
  3. Fire.Parent = game.Players.LocalPlayer.Character.RightHand
  4. Fire.Heat = 5
  5. Fire.Size = 2
  6. local Fire2 = Instance.new("Fire")
  7. Fire2.Parent = game.Players.LocalPlayer.Character. LeftHand
  8. Fire2.Heat = 5
  9. Fire2.Size = 2
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment