Advertisement
ManOhMan

Untitled

Jun 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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(4, 175, 236)
  5. Fire.SecondaryColor = Color3.new(4, 175, 236)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement