Advertisement
ERROR_CODE

SoulPart

Oct 15th, 2023 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local SoulPart1 = Instance.new("Part")
  2. SoulPart1.Parent = workspace
  3. SoulPart1.Anchored = true
  4. SoulPart1.Size = Vector3.new(2, 2, 2)
  5. SoulPart1.CanCollide = true
  6. SoulPart1.Position = Vector3.new(180.381, 3, 172.957)
  7. SoulPart1.BrickColor = BrickColor.new("Institutional white")
  8. SoulPart1.Material = "ForceField"
  9. local SoulPart1Mesh = Instance.new("SpecialMesh", SoulPart1)
  10. SoulPart1Mesh.MeshType = Enum.MeshType.Sphere
  11. local SoulPart1Fire = Instance.new("Fire", SoulPart1)
  12. SoulPart1Fire.Size = 5
  13. SoulPart1Fire.Color = Color3.new(255,255,255)
  14. SoulPart1Fire.Heat = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement