Advertisement
AIpha

Untitled

May 27th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local player = game:GetService("Players").LocalPlayer
  2. local Fire = Instance.new("Fire", player.Character.Torso)
  3. Fire.Size = 20
  4. Fire.Color = Color3.new(1,90,1)
  5. Fire.SecondaryColor = Color3.new(1,1,90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement