Advertisement
AreYouReallyFreaking

Untitled

Dec 24th, 2016
1,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. --TITLE: Rocket All
  2. local ashisanoob = game.Players:GetChildren()
  3. for _,v in pairs(ashisanoob) do
  4. fire = Instance.new("Fire", v.Character.Torso)
  5. fire.Heat = 30
  6. fire.Size = 30
  7. f = Instance.new("BodyForce", v.Character.Torso)
  8. f.force = Vector3.new(1, 7500, 1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement