Advertisement
replic8

Untitled

Jul 12th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. plr.Character.Parent = workspace
  2. plr.Character.Archivable = false
  3. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  4. for y,t in pairs(plr.Character:GetChildren()) do
  5. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  6. t.Transparency = 0
  7. if t.Name == "Head" and t:FindFirstChild("face") then
  8. t.face.Transparency = 0
  9. end
  10. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  11. t.Handle.Transparency = 0
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement