Jun 14th, 2019
Never
Free Roblox Hat Hub Fe Script Leaked Youtube. Fe Prison Life Gui Script Op Roblox Pastebin Script Youtube. Roblox Best Scripts Working 2020 Check Desc Youtube.
Roblox Free Hats Pastebin
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox Free Hat Pastebin Download
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- for i,v inpairs(game.Players.LocalPlayer.Character:GetChildren())do
- v.Parent = workspace
- end
- end)
- --Here is another script to clean up but DO NOT EXECUTE EVERYTHING ON THIS PAGE
- --Press b to delete a hat, you must pick it up first
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- for i,v inpairs(game.Players.LocalPlayer.Character:GetChildren())do
- v:Destroy()
- end
- end)