Project Slayers Script | MAKE YOURSELF INVISIBLE

Created by Spookyy

Features:

  • MAKE YOURSELF INVISIBLE
for i,v in pairs(workspace:GetDescendants()) do
  if v:IsA("MeshPart") or v:IsA("Part") or v:IsA("Decal") then
local ohString1 = "Change_Transparency"
local ohInstance2 = v
local ohNumber3 = 1

game:GetService("ReplicatedStorage").Remotes.To_Server.Handle_Initiate_S:FireServer(ohString1, ohInstance2, ohNumber3)
end
end