Advertisement
Ilkailka

PR1acx2e3OsdwaoOF OadwF FsdfwE CawdLaawOawNdwE

Jan 5th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. --Fe clone by ILKA
  2. --this should be a proof
  3. for i,v in next,game.Players.LocalPlayer.Character:GetDescendants() do
  4. if v:IsA("Part") then
  5. game.Players.LocalPlayer.Character:BreakJoints()
  6. v.CanCollide = true --make false if u wanna clones body non collide
  7. v.Anchored = true --bro dont even touch this it will make clone fall apart so it will be block spam instead of fe clone :D
  8. v.Parent = game:GetService("Workspace")
  9. end
  10. end
  11.  
  12. --https://gyazo.com/03ac1451b233c8bb5d60893557794ce4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement