Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _,v in pairs(game.Players:GetPlayers()) do
- fire = Instance.new("Fire", v.Character.Torso)
- fire.Heat = 30
- fire.Size = 30
- f = Instance.new("BodyForce", v.Character.Torso)
- f.force = Vector3.new(1, 7500, 1)
- end
Add Comment
Please, Sign In to add comment