|
| 14 Jul 2011 10:20 PM |
This is supposed to zoom in all the way once you turn it on. No output.
on = script.Parent.On tool = Instance.new("HopperBin")
function NewToolOnDeath() function Death() tool:Clone().Parent = game.Players.LocalPlayer.Backpack end end
game.Players.LocalPlayer.Character.Humanoid.Died:connect(Death)
script.Parent.MouseButton1Down:connect(function() if on.Value == true then on.Value = false tool:Remove() else tool.Player = game.Players.LocalPlayer.Backpack tool.Name = "Valve Mode" tool.Selected:connect(function(ms) workspace.CurrentCamera:Zoom(6) --Zooms all the way ms.KeyDown:connect(function(k) if k == "o" then workspace.CurrentCamera:Zoom(1) --Keeps it in end end) ms.WheelBackward:connect(function() workspace.CurrentCamera:Zoom(1) end) end) end end)
while on.Value do if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then function NewChild(c) if c.Name == game.Players.LocalPlayer.Name then NewToolOnDeath() end end end end
workspace.ChildAdded:connect(NewChild)
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
zeoed
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 1297 |
|
|
| 14 Jul 2011 10:23 PM |
| Zoom is locked. In the object browser the key next to the item means it's locked... |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2011 10:26 PM |
@zeo
It isn't locked. I tested it. |
|
|
| Report Abuse |
|
|
poopyguy7
|
  |
| Joined: 30 Jan 2010 |
| Total Posts: 283 |
|
|
| 14 Jul 2011 10:53 PM |
| It is locked. We ALL have tested it. |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2011 10:55 PM |
An argument between a scripter and a n00b.
Who will win?
Turtles are going to take over the world some day... |
|
|
| Report Abuse |
|
|
|
| 14 Jul 2011 10:57 PM |
| http://www.roblox.com/GTHO-item?id=56299133 |
|
|
| Report Abuse |
|
|
HatHelper
|
  |
 |
| Joined: 02 Mar 2009 |
| Total Posts: 46305 |
|
|
| 14 Jul 2011 11:28 PM |
| http://www.roblox.com/Scripters-item?id=34599972 |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 10:15 AM |
I went in Play Solo and put this in command bar: workspace.Instance:Zoom(1)
And kept doing that and I got 6. |
|
|
| Report Abuse |
|
|
belial52
|
  |
| Joined: 10 Oct 2009 |
| Total Posts: 8074 |
|
|
| 15 Jul 2011 10:16 AM |
| Command bar allows for use of locked methods... |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 10:17 AM |
That's because commandbar stuff doesn't lock everything.
Even this doesn't lock it:
Instance.new("Script",Workspace).Source = [[print'hai']] |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 10:20 AM |
Ok. :( I will just make the player and the player's mouse invisible to the player,but visible to everyone else |
|
|
| Report Abuse |
|
|
|
| 15 Jul 2011 10:26 AM |
Why must people like OP come here, doesn't ANYONE EVER READ THE DAMN STICKY ANYMORE?
Turtles are going to take over the world some day... |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Jul 2011 10:49 AM |
| Uttermost has no idea how the security system works, RAGE! |
|
|
| Report Abuse |
|
|