Advertisement
tripono

Untitled

Jun 9th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. while wait() do
  2. while wait(2) do
  3. for _,v in pairs(game.Workspace.CorruptLTE:GetChildren()) do
  4. if string.match(v.Name, "Basic") or string.match(v.Name, "Diamond") or string.match(v.Name, "Emerald") or string.match(v.Name, "Amethyst") or string.match(v.Name, "Ruby") or string.match(v.Name, "Spectrum") or string.match(v.Name, "Diamond")then
  5. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,0)
  6. v.CanCollide = false
  7. v.Transparency = 1
  8. end
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement