Advertisement
Sinxzy

asd

Sep 19th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local a=game:GetService("Players").LocalPlayer;for b,c in pairs(a.Character.Humanoid:GetAccessories())do if c.Handle~=nil then local d=Instance.new("Tool",a.Backpack)d.Name=c.Name;local e=c.Handle;e:FindFirstChildOfClass("Weld"):Destroy()e.Parent=d;e.Massless=true end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement