nowayheo

Untitled

Jul 25th, 2022
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true and task.wait() do
  2. for i,v in pairs(game:GetService("Workspace")["Glass Bridge"].GlassPane:GetDescendants()) do
  3. if v.Name == 'TouchInterest' then
  4. v.Parent.Transparency = 1
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment