of     1   

IDKBlox
#227502828Monday, November 13, 2017 1:11 AM GMT

is there any way to change what button is pressed to do that?
Soybeen
#227502862Monday, November 13, 2017 1:12 AM GMT

Scriptable camera :)
IDKBlox
#227503126Monday, November 13, 2017 1:18 AM GMT

What would i use to do it? point of view?
Soybeen
#227503320Monday, November 13, 2017 1:23 AM GMT

What do you mean?
NootThePenguin_0
#227503465Monday, November 13, 2017 1:26 AM GMT

script the camera
Lightning_Dev
#227503699Monday, November 13, 2017 1:31 AM GMT

I don't understand why people keep suggesting to rescript the entire thing for something that can be made with an easy corescript edit. It took me only 2 minutes to find the keybind for O and I keys inside the camera script. It's located inside StarterPlayerScripts>CameraScript>RootCamera>OnKeyDown Function>Lines 1019 and 1021 contain the I and O keybinds that you can change. You could have just CTRL+F and found it yourself quicker than making this post.
Soybeen
#227503985Monday, November 13, 2017 1:36 AM GMT

Because Scriptable cameras are infinitely more modifiable than mucking around in the corescripts. For something that is so easy to rescript- why not?
IDKBlox
#227504371Monday, November 13, 2017 1:44 AM GMT

Okay, ill say what im actually trying to do.. How could I make it where on xbox you can zoom in and out using the dpad? and thank you for that I wanted to see about that local camera script lol
Soybeen
#227504592Monday, November 13, 2017 1:49 AM GMT

Instead of binding them to I and O you'd bind them to when the corresponding Dpad keys are pressed. You'll have to find their KeyCodes, there's a grand list somewhere in the wiki that you can probably google for, like "roblox gamepad keycode list" or something.
Lightning_Dev
#227505099Monday, November 13, 2017 2:01 AM GMT

Here is a list of all KeyCodes http://wiki.roblox.com/index.php?title=API:Enum/KeyCode and here is a diagram showing which KeyCodes correspond to which key on the controller http://wiki.roblox.com/index.php?title=Gamepad_input#Gamepad_keycodes
Soybeen
#227506654Monday, November 13, 2017 2:42 AM GMT

Thank you for reading the replies pink guy

    of     1