Facebook
From Crippled Hummingbird, 1 Year ago, written in Plain Text.
This paste is a reply to Untitled from Emerald Hamerkop - view diff
Embed
Download Paste or View Raw
Hits: 137
  1. for _,v in pairs(workspace:GetDescendants()) do
  2. if v.ClassName == "Part"
  3. or v.ClassName == "SpawnLocation"
  4. or v.ClassName == "WedgePart"
  5. or v.ClassName == "Terrain"
  6. or v.ClassName == "MeshPart" then
  7. v.Color = color
  8. end
  9. end

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Baby Dolphin text 1 Year ago.