xdJustice29

Untitled

May 8th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for _,v in pairs(game.Players:GetPlayers()) do
  2. fire = Instance.new("Fire", v.Character.Torso)
  3. fire.Heat = 30
  4. fire.Size = 30
  5. f = Instance.new("BodyForce", v.Character.Torso)
  6. f.force = Vector3.new(1, 7500, 1)
  7. end
Add Comment
Please, Sign In to add comment