Advertisement
DrawingJhon

Test Scripts By Jhon

May 7th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local Part = Instance.new("Part", game.Workspace)
  2. Part.Name = "DoNotTouchBruh"
  3. Part.Position = Vector3.new(0, 5, 0)
  4. Part.Size = Vector3.new(2, 1, 4)
  5. Part.Anchored = true
  6. Part.TopSurface = Enum.SurfaceType.Smooth
  7. Part.BottomSurface = Enum.SurfaceType.Smooth
  8. Part.Transparency = 0.5
  9.  
  10. while true do
  11. elseif Part.Transparency == 0.5 then
  12. Part:Destroy()
  13. print("Someone touch the Part...")
  14. if Part == nil then
  15. break
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement