Advertisement
Just_scriptss

Fake rig fencing

Jan 14th, 2025
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools()
  2. local Tools = plr.Backpack:GetChildren()
  3.  
  4. Tools[2].Grip = CFrame.new(-0.2, 1, -4) * CFrame.Angles(3.1, math.rad(0), 0)
  5. Tools[2].Parent = plr.Character
  6.  
  7. Tools[3].Grip = CFrame.new(3.3, -5, -2) * CFrame.Angles(1.6, math.rad(0), 0)
  8. Tools[3].Parent = plr.Character
  9.  
  10. Tools[4].Grip = CFrame.new(1.5, -3, 4) * CFrame.Angles(-6.3, math.rad(0), 0)
  11. Tools[4].Parent = plr.Character
  12.  
  13. Tools[5].Grip = CFrame.new(1.5, 0.9, -4) * CFrame.Angles(3.1, math.rad(0), 0)
  14. Tools[5].Parent = plr.Character
  15.  
  16. Tools[6].Grip = CFrame.new(0.9, -1, -4) * CFrame.Angles(3.1, math.rad(0), 0)
  17. Tools[6].Parent = plr.Character
  18.  
  19. Tools[7].Grip = CFrame.new(2, -1, -4) * CFrame.Angles(3.1, math.rad(0), 0)
  20. Tools[7].Parent = plr.Character
  21.  
  22. Tools[1].Grip = CFrame.new(3.3, -5.8, -4) * CFrame.Angles(1.6, math.rad(0), 0)
  23. Tools[1].Parent = plr.Character
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement