of     1   

Lygtich
#203484897Sunday, December 04, 2016 11:01 AM GMT

I know you can drop your hat on the computer with the = button but it would be really cool if they made a command out of it so people on the mobile version could do it too, since i find it a really nice trick. For example, if you type in /e drophat your hat would drop What is your opinion on it? Stay kind!;)
TheWrongCourier
#203485053Sunday, December 04, 2016 11:06 AM GMT

I'm sorry to disappoint you, but the next update is removing hat dropping. Soon game creators will have to decide to enable it in Studio.
Zyphyris
#203487451Sunday, December 04, 2016 12:08 PM GMT

"but the next update is removing hat dropping." Oh ffs. Hat remove scripts are broken and now Roblox is going to remove hat dropping? "Okay" - Ness
babiaknoah2005
#203487681Sunday, December 04, 2016 12:13 PM GMT

sad
Lygtich
#203781688Wednesday, December 07, 2016 1:26 PM GMT

Awh... thanks for informing me!
darkjediwarriorX
#203784748Wednesday, December 07, 2016 2:31 PM GMT

Oh please, the only reason those hat remove scripts break is because the Hat class is deprecated, they need to switch to Accessory, watch --In a LocalScript-- p = game.Player.LocalPlayer m = p:GetMouse() m.KeyDown:connect(function(key) if key == "=" or key == "+" then if p.Character == nil then return end ch = p.Character:GetChildren() for i=1,#ch do if ch[i].className == "Accessory" or ch[i].className == "Hat" then ch[i]:Destroy() end end end end)
Zyphyris
#203822284Wednesday, December 07, 2016 11:29 PM GMT

@darkjediwarriorX Huh, I didn't think about that actually. Thanks for the info. "Okay" - Ness

    of     1