#cycling through a model

6 messages · Page 1 of 1 (latest)

lone sage
#
part.Touched:Connect(function()
  for _,v in model:GetDescendants() do
    if v:IsA("BasePart") then
      v.Transparency = 0
      v.CanCollide = true
     end
  end
end)
sleek hearth
lone sage
#

its just an example

#

what are you trying to do

sleek hearth
#

@peak turtle

#

did you get your account back?