Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- number = 0
- warn('furry pain is coming')
- wait(5)
- for _,v in pairs (game.Workspace:GetChildren()) do
- if v:FindFirstChild('Humanoid') and v:FindFirstChild('Head') then
- if v.Name ~= 'RGames1234' then
- number = number + 1
- --v.Name = 'Furry #'..number
- for _,w in pairs (v.Head:GetChildren()) do
- if w:IsA('Decal') then
- w.Texture = 'rbxassetid://3461578207'
- end
- end
- local randomColor = BrickColor.Random()
- for _,x in pairs (v:GetChildren()) do
- if x:IsA('Part') or x:IsA('MeshPart') then
- x.BrickColor = randomColor
- end
- end
- else
- --workspace.RGames1234.Name = 'Anti-Furry'
- end
- end
- end
Add Comment
Please, Sign In to add comment