Home » All Roblox Scripts » adopt me scripts » Adopt Me script XRAY – Free Download

Adopt Me script XRAY – Free Download

Photo of author
Published by
FeatureDescription
Script NameAdopt Me script XRAY
PurposeXray enables you to see through everything
GameAdopt Me
PlatformRoblox
Download LinkAvailable

Script Functions

Adopt Me script XRAY is a very unique and amazing script. It enables you to see through everything. It makes your visual outstandingly amazing and lets you to do amazing things with enhanced senses.

How to use the script?

  • Copy the below given script.
  • Paste the script in the executor.
  • Run and Play the Game.
local t=false
 
local function scan(z,t)
for _,i in pairs(z:GetChildren()) do
if i:IsA("BasePart") and not i.Parent:FindFirstChild("Humanoid") and not i.Parent.Parent:FindFirstChild("Humanoid") then
i.LocalTransparencyModifier=t
end
 
scan(i,t)
end
end
 
function x(v)
if v then
scan(workspace,0.5)
else
scan(workspace,0)
end
end
 
game:GetService("UserInputService").InputBegan:connect(function (input)
if input.UserInputType==Enum.UserInputType.Keyboard and input.KeyCode==Enum.KeyCode.X then
t=not t
x(t)
end
end)

Leave a Comment