Mryeetmemes

Touchy Radiation script

Dec 9th, 2021
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. function t(hit)  ---The evilnesh part, by samy22
  2. if hit.Anchored == false then
  3. d = hit:findFirstChild("Radiation")
  4. if d == nil then
  5. f = hit:findFirstChild("ForceField")
  6. if f == nil then
  7. ff = hit.Parent:findFirstChild("ForceField")
  8. if ff == nil then
  9. script.Parent:Clone().Parent = hit
  10. end
  11. end
  12. end
  13.  
  14. else
  15. hit.Material = "CorrodedMetal"
  16.  
  17. end
  18. end
  19. script.Parent.Parent.Touched:connect(t)
  20. wait(6)
  21. script:remove()
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment