Script:
Admins = {['terrencegamingUTUBE'] = true, ['Player1'] = true}
Part = script.Parent
Part.Touched:connect(function(hit)
if Admins[hit.Parent.name] then
Part.CanCollide = false
Part.Transparency = .5
wait (1)
Part.CanCollide = true
Part.Transparency = 0
else
hit.Parent:BreakJoints()
end
end)
Just copy and paste this if you are lazy xD.
Previized:
Hope You Guys Enjoy.
0 Comments