Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Fe clone by ILKA
- --this should be a proof
- for i,v in next,game.Players.LocalPlayer.Character:GetDescendants() do
- if v:IsA("Part") then
- game.Players.LocalPlayer.Character:BreakJoints()
- v.CanCollide = true --make false if u wanna clones body non collide
- 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
- v.Parent = game:GetService("Workspace")
- end
- end
- --https://gyazo.com/03ac1451b233c8bb5d60893557794ce4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement