Guest User

Untitled

a guest
Jun 25th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. script.Parent.MouseButton1Down:connect(function ()
  2. local FireToPlayer = Instance.new("Fire", game.Players.LocalPlayer.Character:FindFirstChild("Torso"))
  3. FireToPlayer.Size = "7"
  4. wait(5)
  5. game.Players.LocalPlayer.Character:FindFirstChild("Torso").Fire:Destroy()
  6. end)
Add Comment
Please, Sign In to add comment