of     1   

TheAddictPlayer
#203398675Saturday, December 03, 2016 4:05 PM GMT

Everything is explained here: http://devforum.roblox.com/t/removing-accessory-dropping-key-shortcut/31214 - 𝓣𝓱𝓮𝓐𝓭𝓭𝓲𝓬𝓽𝓟𝓵𝓪𝔂𝓮𝓻 | Current RAP: R$484 | #DownWithSift
Sufganiyot
#203398742Saturday, December 03, 2016 4:06 PM GMT

local function dropHats() local localPlayer = game:GetService("Players").LocalPlayer if localPlayer and localPlayer.Character then for _, obj in pairs(localPlayer.Character:GetChildren()) do if obj:IsA("Accoutrement") then obj.Parent = game.Workspace end end end end game:GetService("UserInputService").InputBegan:connect(function(inputObject, gameProcessedEvent) if not gameProcessedEvent then if inputObject.KeyCode == Enum.KeyCode.Equals then dropHats() end end end) #code if R+ is cool then game.Players.Sufganiyot:BreakJoints()
Sufganiyot
#203398764Saturday, December 03, 2016 4:06 PM GMT

hahahahahaha u can still do it #code if R+ is cool then game.Players.Sufganiyot:BreakJoints()
stardash
#203398797Saturday, December 03, 2016 4:07 PM GMT

I suppose it will stop people from hat spamming
AannddyyLa
#203398871Saturday, December 03, 2016 4:08 PM GMT

No, it just won't be on by Default, you'll have to use a script to turn it on in your game
Chowderpat
#203399002Saturday, December 03, 2016 4:10 PM GMT

This triggers me. The Hippie of OT.
AannddyyLa
#203399102Saturday, December 03, 2016 4:12 PM GMT

"This triggers me." Same, I can't drop 10 hats over and over to lag out games TRIGGERED

    of     1