AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
|
| 02 Jan 2015 01:41 PM |
| Is there a way to disable something happening whenever you press backspace with a tool? I'm not talking about checking the "Cant Be Dropped". I'm saying, nothing will happen. It won't go back to backpack and unequip, nada. |
|
|
| Report Abuse |
|
|
ImInABlox
|
  |
| Joined: 15 Apr 2009 |
| Total Posts: 822 |
|
|
| 02 Jan 2015 01:43 PM |
game.Workspace:Remove()
Should prevent this problem. |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:44 PM |
@above ew
@op custom tools
logic is logical |
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
|
| 02 Jan 2015 01:46 PM |
what is custom tools
and how does loleris disable jumping
the questions of life are here |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:46 PM |
custom tools are tools that don't use default tool objects
logic is logical |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:47 PM |
localscreipt
local player = game.Players.LocalPlayer.Character local character = player.Character or player.CharacterAdded:wait() local humanoid = character:WaitForChild("Humanoid")
humanoid.Changed:connect(function() humanoid.Jump = false end)
logic is logical |
|
|
| Report Abuse |
|
|
AntiFiter
|
  |
| Joined: 14 May 2009 |
| Total Posts: 12290 |
|
|
| 02 Jan 2015 01:52 PM |
how do I make one of these
'special tools' |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:53 PM |
with magic, I have a demo, lemme activate it
logic is logical |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:54 PM |
http://www.roblox.com/tusting-place?id=188486022
logic is logical |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2015 01:55 PM |
| Just click the tool, pretty sure in properties there's a setting |
|
|
| Report Abuse |
|
|
fun4nerd4
|
  |
| Joined: 13 Nov 2014 |
| Total Posts: 155 |
|
|
| 02 Jan 2015 01:55 PM |
| bro go to properties on the tool find canbedropped and disable it |
|
|
| Report Abuse |
|
|
ImInABlox
|
  |
| Joined: 15 Apr 2009 |
| Total Posts: 822 |
|
|
| 02 Jan 2015 01:58 PM |
OP: " I'm not talking about checking the "Cant Be Dropped"."
........... |
|
|
| Report Abuse |
|
|