|
| 13 Jan 2017 04:08 PM |
| if you do send the thread that it was in, or send the script |
|
|
| Report Abuse |
|
|
|
| 13 Jan 2017 04:10 PM |
no
YO YO YO GUYS WHAT IS UP R$90 |
|
|
| Report Abuse |
|
|
|
| 13 Jan 2017 04:23 PM |
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)
|
|
|
| Report Abuse |
|
|
| |
|